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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dregex2.c49 static struct exp *p_exp = NULL; /* list of individual expressions */ variable in typeref:struct:exp
60 if (p_exp != NULL) {
62 if (p_exp[i].comp != NULL)
63 free(p_exp[i].comp);
64 free(p_exp);
75 p_exp = (struct exp *)malloc(nexp * sizeof (struct exp));
77 p_exp[i].comp = NULL;
80 p_exp[i].not = 1;
82 p_exp[i].not = 0;
84 p_exp[
[all...]

Completed in 55 milliseconds