Searched refs:tagfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dtags.c223 char *tagfile = (char *) NULL; local
226 tagfile = nextgtag();
227 return tagfile;
237 char *tagfile = (char *) NULL; local
240 tagfile = prevgtag();
241 return tagfile;
278 char *tagfile; local
329 tagfile = p;
367 tp = maketagent(tag, tagfile, taglinenum, tagpattern, tagendline);
H A Dcommand.c1196 char *tagfile; local
1800 tagfile = nexttag((int) number);
1801 if (tagfile == NULL)
1807 if (edit(tagfile) == 0)
1825 tagfile = prevtag((int) number);
1826 if (tagfile == NULL)
1832 if (edit(tagfile) == 0)

Completed in 116 milliseconds