Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c84 static int opt_term(char, char *);
147 { OPT_FUNC | OPT_CRIT, 0, opt_term, 0 }, /* -t term */
552 opt_term(char c, char *arg) in opt_term() function