Searched refs:TAGQ (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/ex/ |
| D | ex_tag.c | 57 static TAGQ *gtag_slist __P((SCR *, CHAR_T *, int)); 59 static int ctag_sfile __P((SCR *, TAGF *, TAGQ *, char *)); 60 static TAGQ *ctag_slist __P((SCR *, CHAR_T *)); 63 static int tag_pop __P((SCR *, TAGQ *, int)); 66 static int tagq_copy __P((SCR *, TAGQ *, TAGQ **)); 128 TAGQ *tqp; in ex_tag_push() 187 TAGQ *tqp; in ex_tag_next() 227 TAGQ *tqp; in ex_tag_prev() 355 TAGQ *tqp, *dtqp = NULL; in ex_tag_pop() 435 TAGQ *tqp; in ex_tag_top() [all …]
|
| D | ex_cscope.c | 98 static TAGQ *create_cs_cmd __P((SCR *, const char *, size_t *)); 104 static int parse __P((SCR *, CSC *, TAGQ *, int *)); 449 TAGQ *rtqp, *tqp; in cscope_find() 474 CALLOC_GOTO(sp, rtqp, TAGQ *, 1, sizeof(TAGQ)); in cscope_find() 591 static TAGQ * 595 TAGQ *tqp; in create_cs_cmd() 642 CALLOC(sp, tqp, TAGQ *, 1, sizeof(TAGQ) + tlen + 3); in create_cs_cmd() 662 parse(SCR *sp, CSC *csc, TAGQ *tqp, int *matchesp) in parse() 960 cscope_search(SCR *sp, TAGQ *tqp, TAG *tp) in cscope_search()
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | api.c | 524 TAGQ * 527 TAGQ *tqp; in api_tagq_new() 532 CALLOC_GOTO(sp, tqp, TAGQ *, 1, sizeof(TAGQ) + len + 1); in api_tagq_new() 547 api_tagq_add(SCR *sp, TAGQ *tqp, char *filename, char *search, char *msg) in api_tagq_add() 580 api_tagq_push(SCR *sp, TAGQ **tqpp) in api_tagq_push() 582 TAGQ *tqp; in api_tagq_push() 606 api_tagq_free(SCR *sp, TAGQ *tqp) in api_tagq_free()
|
| D | common.h | 56 typedef struct _tagq TAGQ; typedef
|
| /netbsd/src/external/bsd/nvi/dist/perl_api/ |
| D | typemap | 9 VI::TAGQ T_VITAGQ 43 if (sv_isa($arg, \"VI::TAGQ\")) { 50 if (sv_isa($arg, \"VI::TAGQ\")) {
|
| D | perl.xs | 505 TAGQ *tqp;
|