Searched refs:tagfile (Results 1 – 6 of 6) sorted by relevance
210 constant char *tagfile = (char *) NULL; in nexttag() local213 tagfile = nextgtag(); in nexttag()214 return tagfile; in nexttag()222 constant char *tagfile = (char *) NULL; in prevtag() local225 tagfile = prevgtag(); in prevtag()226 return tagfile; in prevtag()261 char *tagfile; in findctag() local311 tagfile = p; in findctag()357 tp = maketagent(tagfile, taglinenum, tagpattern, tagendline); in findctag()
1406 constant char *tagfile; in commands() local2086 tagfile = nexttag((int) number); in commands()2087 if (tagfile == NULL) in commands()2093 if (edit(tagfile) == 0) in commands()2111 tagfile = prevtag((int) number); in commands()2112 if (tagfile == NULL) in commands()2118 if (edit(tagfile) == 0) in commands()
2076 # run, you must also specify the path to the tagfile here.
2244 # run, you must also specify the path to the tagfile here.
2318 # run, you must also specify the path to the tagfile here.
2398 # run, you must also specify the path to the tagfile here.