Home
last modified time | relevance | path

Searched refs:TAGQ (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_tag.c46 static int tagq_copy(SCR *, TAGQ *, TAGQ **);
91 TAGQ *tqp; in ex_tag_push()
142 TAGQ *tqp; in ex_tag_next()
182 TAGQ *tqp; in ex_tag_prev()
411 TAGQ *tqp; in tag_pop()
464 TAGQ *tqp; in ex_tag_display()
606 tagq_copy(SCR *sp, TAGQ *otqp, TAGQ **tqpp) in tagq_copy()
608 TAGQ *tqp; in tagq_copy()
710 TAGQ *rtqp; in tagq_push()
886 TAGQ *tqp; in ex_tag_free()
[all …]
H A Dex_cscope.c87 static TAGQ *create_cs_cmd(SCR *, char *, size_t *);
93 static int parse(SCR *, CSC *, TAGQ *, int *);
462 TAGQ *rtqp, *tqp; in cscope_find()
487 CALLOC_GOTO(sp, rtqp, 1, sizeof(TAGQ)); in cscope_find()
600 static TAGQ *
604 TAGQ *tqp; in create_cs_cmd()
651 CALLOC(sp, tqp, 1, sizeof(TAGQ) + tlen + 3); in create_cs_cmd()
671 parse(SCR *sp, CSC *csc, TAGQ *tqp, int *matchesp) in parse()
1015 cscope_search(SCR *sp, TAGQ *tqp, TAG *tp) in cscope_search()
/freebsd/contrib/nvi/common/
H A Dcommon.h44 typedef struct _tagq TAGQ; typedef
/freebsd/usr.bin/vi/
H A Dextern.h68 int cscope_search(SCR *, TAGQ *, TAG *);
140 int tagq_free(SCR *, TAGQ *);
141 int tagq_push(SCR*, TAGQ*, int, int );