Home
last modified time | relevance | path

Searched refs:tagfile (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/less/
HDtags.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);
HDcommand.c1021 char *tagfile; in commands() local
1586 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()
/trueos/contrib/unbound/doc/
HDunbound.doxygen1409 # can be added for each tagfile. The format of a tag file without
1422 # is run, you must also specify the path to the tagfile here.
/trueos/contrib/ldns/
HDlibdns.doxygen1523 # can be added for each tagfile. The format of a tag file without
1536 # is run, you must also specify the path to the tagfile here.