Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pgrep/
H A Dpsexp.c52 psexp->ps_pat = NULL; in psexp_create()
70 if (psexp->ps_pat) in psexp_destroy()
93 if (psexp->ps_pat != NULL) { in psexp_compile()
94 if ((err = regcomp(&psexp->ps_reg, psexp->ps_pat, in psexp_compile()
141 if (psexp->ps_pat != NULL) { in psexp_match()
H A Dpsexp.h57 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()