Searched refs:tag_pop (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_tag.c | 43 static int tag_pop(SCR *, TAGQ *, int); 375 return (tag_pop(sp, dtqp, FL_ISSET(cmdp->iflags, E_C_FORCE))); in ex_tag_pop() 398 return (tag_pop(sp, TAILQ_PREV(TAILQ_LAST(exp->tq, _tqh), _tqh, q), in ex_tag_top() 407 tag_pop(SCR *sp, TAGQ *dtqp, int force) in tag_pop() function
|