Searched refs:tagfile (Results 1 – 4 of 4) sorted by relevance
219 char *tagfile = (char *) NULL; local222 tagfile = nextgtag();223 return tagfile;233 char *tagfile = (char *) NULL; local236 tagfile = prevgtag();237 return tagfile;274 char *tagfile; local325 tagfile = p;363 tp = maketagent(tag, tagfile, taglinenum, tagpattern, tagendline);
1021 char *tagfile; in commands() local1586 tagfile = nexttag((int) number); in commands()1587 if (tagfile == NULL) in commands()1592 if (edit(tagfile) == 0) in commands()1607 tagfile = prevtag((int) number); in commands()1608 if (tagfile == NULL) in commands()1613 if (edit(tagfile) == 0) in commands()
1409 # can be added for each tagfile. The format of a tag file without1422 # is run, you must also specify the path to the tagfile here.
1523 # can be added for each tagfile. The format of a tag file without1536 # is run, you must also specify the path to the tagfile here.