Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pgrep/
H A Dpsexp.c46 idtab_create(&psexp->ps_ttys); in psexp_create()
64 idtab_destroy(&psexp->ps_ttys); in psexp_destroy()
87 idtab_sort(&psexp->ps_ttys); in psexp_compile()
130 if (NOMATCH(ps_ttys, pr_ttydev)) in psexp_match()
H A Dpsexp.h52 idtab_t ps_ttys; /* Table of tty dev_t values to match */ member
H A Dpgrep.c554 return (parse_ttys(&g_psexp.ps_ttys, arg)); in opt_term()