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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_init.c46 EX_PRIVATE *oexp, *nexp; local
49 CALLOC_RET(orig, nexp, EX_PRIVATE *, 1, sizeof(EX_PRIVATE));
50 sp->ex_private = nexp;
53 TAILQ_INIT(nexp->tq);
54 TAILQ_INIT(nexp->tagfq);
55 SLIST_INIT(nexp->cscq);
62 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm,
H A Dex_tag.c544 EX_PRIVATE *oexp, *nexp; local
550 nexp = EXP(sp);
564 TAILQ_INSERT_TAIL(nexp->tq, tqp, q);
571 TAILQ_INSERT_TAIL(nexp->tagfq, tfp, q);
576 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-pe-read.c198 unsigned long name_rvas, ordinals, nexp, ordbase;
296 nexp = pe_as32 (expdata + 24);
324 for (i = 0; i < nexp; i++)
194 unsigned long name_rvas, ordinals, nexp, ordbase; local
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c2598 unsigned long name_rvas, ordinals, nexp, ordbase; local
2722 nexp = pe_as32 (expdata + 24);
2743 for (i = 0; i < nexp; i++)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c4622 expressionS nexp = *exp;
4623 nexp.X_op = O_register;
4624 print_expr (f, &nexp);
4612 expressionS nexp = *exp; local

Completed in 134 milliseconds