Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.c50 psexp->ps_pat = NULL; in psexp_create()
68 if (psexp->ps_pat) in psexp_destroy()
91 if (psexp->ps_pat != NULL) { in psexp_compile()
92 if ((err = regcomp(&psexp->ps_reg, psexp->ps_pat, in psexp_compile()
139 if (psexp->ps_pat != NULL) { in psexp_match()
H A Dpsexp.h55 const char *ps_pat; /* Uncompiled fname/psargs regexp pattern */ member
H A Dpgrep.c669 if (g_psexp.ps_pat != NULL) { in main()
676 g_psexp.ps_pat = argv[optind++]; in main()