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

/opensolaris-onvv-gate/usr/src/cmd/pgrep/
H A Dpsexp.h57 const char *ps_pat; /* Uncompiled fname/psargs regexp pattern */ member in struct:psexp
H A Dpsexp.c52 psexp->ps_pat = NULL;
70 if (psexp->ps_pat)
93 if (psexp->ps_pat != NULL) {
94 if ((err = regcomp(&psexp->ps_reg, psexp->ps_pat,
141 if (psexp->ps_pat != NULL) {
H A Dpgrep.c665 if (g_psexp.ps_pat != NULL) {
672 g_psexp.ps_pat = argv[optind++];

Completed in 41 milliseconds