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

/opensolaris-onvv-gate/usr/src/cmd/auditreduce/
H A Dregex2.c48 static int nexp = 1; /* number of regular expressions in fexp */ variable
61 for (i = 0; i < nexp; i++)
70 for (p = fexp, nexp = 1; *p != '\0'; p++) {
72 nexp++;
75 p_exp = (struct exp *)malloc(nexp * sizeof (struct exp));
105 for (i = 0; i < nexp; i++) {
111 for (i = 0; i < nexp; i++) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c246 reduce(struct expr **nexp, unsigned int n, struct expr *exp, struct stack *stk) argument
267 *nexp = setop_reduce(UNARY, oop, stk, exp1, NULL, NULL);
268 if (!*nexp)
270 (*nexp)->flag = tmp_flag;
284 *nexp = setop_reduce(BINARY, oop, stk, exp1, exp2, NULL);
285 if (!*nexp)
287 (*nexp)->flag = tmp_flag;
317 *nexp = setop_reduce(TRINARY, oop, stk, exp1, exp2, exp3);
318 if (!*nexp)
320 (*nexp)
459 struct expr *exp, *nexp, *exp_op, *ret; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/
H A Diommulib.c126 iommulib_nex_t *nexp; local
263 nexp = kmem_zalloc(sizeof (iommulib_nex_t), KM_SLEEP);
270 kmem_free(nexp, sizeof (iommulib_nex_t));
279 nexp->nex_dip = dip;
280 nexp->nex_ops = *nexops;
283 nexp->nex_next = iommulib_nexus_list;
284 iommulib_nexus_list = nexp;
285 nexp->nex_prev = NULL;
287 if (nexp->nex_next != NULL)
288 nexp
317 iommulib_nex_t *nexp = (iommulib_nex_t *)handle; local
636 iommulib_nex_t *nexp; local
[all...]

Completed in 101 milliseconds