Searched refs:nexp (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | regex2.c | 48 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++) {
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 246 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...] |
/illumos-gate/usr/src/uts/intel/io/ |
H A D | iommulib.c | 127 iommulib_nex_t *nexp; local 249 nexp = kmem_zalloc(sizeof (iommulib_nex_t), KM_SLEEP); 256 kmem_free(nexp, sizeof (iommulib_nex_t)); 265 nexp->nex_dip = dip; 266 nexp->nex_ops = *nexops; 269 nexp->nex_next = iommulib_nexus_list; 270 iommulib_nexus_list = nexp; 271 nexp->nex_prev = NULL; 273 if (nexp->nex_next != NULL) 274 nexp 303 iommulib_nex_t *nexp = (iommulib_nex_t *)handle; local 607 iommulib_nex_t *nexp; local [all...] |
Completed in 64 milliseconds