Searched refs:psexp_t (Results 1 – 3 of 3) sorted by relevance
59 } psexp_t; typedef61 extern void psexp_create(psexp_t *);62 extern void psexp_destroy(psexp_t *);63 extern int psexp_compile(psexp_t *);64 extern int psexp_match(psexp_t *, psinfo_t *, int);
38 psexp_create(psexp_t *psexp) in psexp_create()56 psexp_destroy(psexp_t *psexp) in psexp_destroy()75 psexp_compile(psexp_t *psexp) in psexp_compile()113 psexp_match(psexp_t *psexp, psinfo_t *psinfo, int flags) in psexp_match()
171 static psexp_t g_psexp; /* Process matching expression */277 scan_proc_dir(const char *dirpath, DIR *dirp, psexp_t *psexp, in scan_proc_dir()