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.c39 static int ctag_sfile(SCR *, TAGF *, TAGQ *, char *);
40 static TAGQ *ctag_slist(SCR *, CHAR_T *);
43 static int tag_pop(SCR *, TAGQ *, int);
46 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()
309 TAGQ *tqp, *dtqp; in ex_tag_pop()
407 tag_pop(SCR *sp, TAGQ *dtqp, int force) in tag_pop()
411 TAGQ *tqp; in tag_pop()
[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.h45 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 );