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;
421 if (tagoption != NULL || strcmp(tags, "-") == 0) in quit()
434 findtag(tagoption); in quit()
H A Dforwback.c47 extern char *tagoption;
346 tagoption == NULL && in forw()
H A Doptfunc.c80 public char *tagoption = NULL;
349 tagoption = save(s); in opt_t()
76 public char *tagoption = NULL; global() variable