Searched refs:TAGF (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/nvi/ex/ |
| HD | ex_tag.c | 41 static void ctag_file __P((SCR *, TAGF *, char *, char **, size_t *)); 43 static int ctag_sfile __P((SCR *, TAGF *, TAGQ *, char *)); 48 static int tagf_copy __P((SCR *, TAGF *, TAGF **)); 49 static int tagf_free __P((SCR *, TAGF *)); 547 TAGF *atfp, *tfp; in ex_tag_copy() 589 tagf_copy(SCR *sp, TAGF *otfp, TAGF **tfpp) in tagf_copy() 591 TAGF *tfp; in tagf_copy() 593 MALLOC_RET(sp, tfp, TAGF *, sizeof(TAGF)); in tagf_copy() 665 tagf_free(SCR *sp, TAGF *tfp) in tagf_free() 848 TAGF *tfp; in ex_tagf_alloc() [all …]
|
| /trueos/contrib/nvi/common/ |
| HD | common.h | 42 typedef struct _tagf TAGF; typedef
|