Home
last modified time | relevance | path

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

/titanic_41/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++) {
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c246 reduce(struct expr **nexp, unsigned int n, struct expr *exp, struct stack *stk) in reduce() argument
267 *nexp = setop_reduce(UNARY, oop, stk, exp1, NULL, NULL); in reduce()
268 if (!*nexp) in reduce()
270 (*nexp)->flag = tmp_flag; in reduce()
284 *nexp = setop_reduce(BINARY, oop, stk, exp1, exp2, NULL); in reduce()
285 if (!*nexp) in reduce()
287 (*nexp)->flag = tmp_flag; in reduce()
317 *nexp = setop_reduce(TRINARY, oop, stk, exp1, exp2, exp3); in reduce()
318 if (!*nexp) in reduce()
320 (*nexp)->flag = tmp_flag; in reduce()
[all …]
/titanic_41/usr/src/uts/intel/io/
H A Diommulib.c127 iommulib_nex_t *nexp; in iommulib_nexus_register() local
249 nexp = kmem_zalloc(sizeof (iommulib_nex_t), KM_SLEEP); in iommulib_nexus_register()
256 kmem_free(nexp, sizeof (iommulib_nex_t)); in iommulib_nexus_register()
265 nexp->nex_dip = dip; in iommulib_nexus_register()
266 nexp->nex_ops = *nexops; in iommulib_nexus_register()
269 nexp->nex_next = iommulib_nexus_list; in iommulib_nexus_register()
270 iommulib_nexus_list = nexp; in iommulib_nexus_register()
271 nexp->nex_prev = NULL; in iommulib_nexus_register()
273 if (nexp->nex_next != NULL) in iommulib_nexus_register()
274 nexp->nex_next->nex_prev = nexp; in iommulib_nexus_register()
[all …]