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

/freebsd-9.3-release/contrib/less/
H A Dtags.c219 char *tagfile = (char *) NULL; local
222 tagfile = nextgtag();
223 return tagfile;
233 char *tagfile = (char *) NULL; local
236 tagfile = prevgtag();
237 return tagfile;
274 char *tagfile; local
325 tagfile = p;
363 tp = maketagent(tag, tagfile, taglinenum, tagpattern, tagendline);
H A Dcommand.c1021 char *tagfile; local
1586 tagfile = nexttag((int) number);
1587 if (tagfile == NULL)
1592 if (edit(tagfile) == 0)
1607 tagfile = prevtag((int) number);
1608 if (tagfile == NULL)
1613 if (edit(tagfile) == 0)

Completed in 56 milliseconds