HomeSort by: relevance | last modified time | path
    Searched refs:TAGF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
common.h 55 typedef struct _tagf TAGF;
  /src/external/bsd/nvi/dist/ex/
ex_tag.c 53 static void ctag_file __P((SCR *, TAGF *, char *, char **, size_t *));
59 static int ctag_sfile __P((SCR *, TAGF *, TAGQ *, char *));
64 static int tagf_copy __P((SCR *, TAGF *, TAGF **));
65 static int tagf_free __P((SCR *, TAGF *));
591 TAGF *atfp, *tfp;
632 * Copy a TAGF structure and return it in new memory.
635 tagf_copy(SCR *sp, TAGF *otfp, TAGF **tfpp)
637 TAGF *tfp
    [all...]

Completed in 31 milliseconds