Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c88 static int opt_ctid(char, char *);
130 { OPT_FUNC | OPT_CRIT, 0, opt_ctid, 0 }, /* -c ctid */
578 opt_ctid(char c, char *arg) in opt_ctid() function