| /src/external/bsd/nvi/dist/ex/ |
| ex_init.c | 53 EX_PRIVATE *oexp, *nexp; local 56 CALLOC_RET(orig, nexp, EX_PRIVATE *, 1, sizeof(EX_PRIVATE)); 57 sp->ex_private = nexp; 60 TAILQ_INIT(&nexp->tq); 61 TAILQ_INIT(&nexp->tagfq); 62 LIST_INIT(&nexp->cscq); 69 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm,
|
| ex_tag.c | 588 EX_PRIVATE *oexp, *nexp; local 594 nexp = EXP(sp); 608 TAILQ_INSERT_TAIL(&nexp->tq, tqp, q); 617 TAILQ_INSERT_TAIL(&nexp->tagfq, tfp, q); 622 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| coff-pe-read.c | 321 unsigned long name_rvas, ordinals, nexp, ordbase; 507 nexp = pe_as32 (expdata + 24); 534 " base=%ld\n"), dll_name, nexp, ordbase); 538 for (i = 0; i < nexp; i++) 615 nbforward, nbnormal + nbforward, nexp); 317 unsigned long name_rvas, ordinals, nexp, ordbase; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| coff-pe-read.c | 321 unsigned long name_rvas, ordinals, nexp, ordbase; 507 nexp = pe_as32 (expdata + 24); 534 " base=%ld\n"), dll_name, nexp, ordbase); 538 for (i = 0; i < nexp; i++) 615 nbforward, nbnormal + nbforward, nexp); 317 unsigned long name_rvas, ordinals, nexp, ordbase; local
|
| /src/external/mpl/dhcp/dist/common/ |
| parse.c | 3568 struct expression *nexp, **ep; local 3835 nexp = (struct expression *)0; 3836 if (!expression_allocate (&nexp, MDL)) 3838 nexp -> op = expr_concat; 3839 expression_reference (&nexp -> data.concat [0], 3842 expression_reference (expr, nexp, MDL); 3843 expression_dereference (&nexp, MDL); 3932 nexp = (struct expression *)0; 3933 expression_reference (&nexp, *expr, MDL); 3935 nexp -> op = expr_pick_first_value [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| parse.c | 2699 struct element *nexp; local 2717 nexp = createString(makeString(-1, val)); 2718 nexp->skip = ISC_TRUE; 2720 mapSet(expr, nexp, "check"); 2725 nexp = createMap(); 2727 if (!parse_non_binary(nexp, cfile, lose, context_boolean)) { 2733 if (!is_boolean_expression(nexp)) 2735 if (!nexp->skip) { 2736 nexp->skip = ISC_TRUE; 2739 mapSet(expr, nexp, "not") [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| pe-dll.c | 3439 bfd_vma name_rvas, nexp; local 3590 nexp = pe_as32 (expdata + 24); 3610 if ((from = def_file_add_import_from (pe_def_file, nexp, 3614 for (i = 0; i < nexp; i++) 3643 for (i = 0; i < nexp; i++)
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pe-dll.c | 3437 bfd_vma name_rvas, nexp; local 3588 nexp = pe_as32 (expdata + 24); 3608 if ((from = def_file_add_import_from (pe_def_file, nexp, 3612 for (i = 0; i < nexp; i++) 3641 for (i = 0; i < nexp; i++)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-alpha.c | 5140 expressionS nexp = *exp; 5141 nexp.X_op = O_register; 5142 print_expr_1 (f, &nexp); 5130 expressionS nexp = *exp; local
|
| tc-m68k.c | 336 int nexp; /* Number of exprs in use. */ member in struct:m68k_it
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-alpha.c | 5140 expressionS nexp = *exp; 5141 nexp.X_op = O_register; 5142 print_expr_1 (f, &nexp); 5130 expressionS nexp = *exp; local
|
| tc-m68k.c | 336 int nexp; /* Number of exprs in use. */ member in struct:m68k_it
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-reassoc.cc | 2580 tree nexp; local 2661 nexp = make_range_step (loc, code, arg0, arg1, exp_type, 2664 if (nexp != NULL_TREE) 2666 exp = nexp;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-reassoc.cc | 2567 tree nexp; local 2647 nexp = make_range_step (loc, code, arg0, arg1, exp_type, 2650 if (nexp != NULL_TREE) 2652 exp = nexp;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dbe.cc | 2248 int nexp = dbeSession->nexps (); local 2249 for (int ii = 0; ii < nexp; ++ii) 2384 dbeGetFilters (int dbevindex, int nexp) 2391 Vector<FilterNumeric *>*filters = dbev->get_all_filters (nexp);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dbe.cc | 2248 int nexp = dbeSession->nexps (); local 2249 for (int ii = 0; ii < nexp; ++ii) 2384 dbeGetFilters (int dbevindex, int nexp) 2391 Vector<FilterNumeric *>*filters = dbev->get_all_filters (nexp);
|