Home
last modified time | relevance | path

Searched refs:tagoption (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dmain.c59 extern char * tagoption;
446 if (tagoption != NULL || strcmp(tags, "-") == 0) in main()
459 findtag(tagoption); in main()
H A Dforwback.c51 extern char *tagoption;
351 tagoption == NULL && in forw()
H A Doptfunc.c84 public char *tagoption = NULL; variable
353 tagoption = save(s); in opt_t()