| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | parse.c | 2699 struct element *nexp; in parse_non_binary() local 2717 nexp = createString(makeString(-1, val)); in parse_non_binary() 2718 nexp->skip = ISC_TRUE; in parse_non_binary() 2720 mapSet(expr, nexp, "check"); in parse_non_binary() 2725 nexp = createMap(); in parse_non_binary() 2727 if (!parse_non_binary(nexp, cfile, lose, context_boolean)) { in parse_non_binary() 2733 if (!is_boolean_expression(nexp)) in parse_non_binary() 2735 if (!nexp->skip) { in parse_non_binary() 2736 nexp->skip = ISC_TRUE; in parse_non_binary() 2739 mapSet(expr, nexp, "not"); in parse_non_binary() [all …]
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_init.c | 53 EX_PRIVATE *oexp, *nexp; in ex_screen_copy() local 56 CALLOC_RET(orig, nexp, EX_PRIVATE *, 1, sizeof(EX_PRIVATE)); in ex_screen_copy() 57 sp->ex_private = nexp; in ex_screen_copy() 60 TAILQ_INIT(&nexp->tq); in ex_screen_copy() 61 TAILQ_INIT(&nexp->tagfq); in ex_screen_copy() 62 LIST_INIT(&nexp->cscq); in ex_screen_copy() 69 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm, in ex_screen_copy()
|
| H A D | ex_tag.c | 588 EX_PRIVATE *oexp, *nexp; in ex_tag_copy() local 594 nexp = EXP(sp); in ex_tag_copy() 608 TAILQ_INSERT_TAIL(&nexp->tq, tqp, q); in ex_tag_copy() 617 TAILQ_INSERT_TAIL(&nexp->tagfq, tfp, q); in ex_tag_copy() 622 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | parse.cc | 96 char *nexp, int follow, char *txt) in process_desc_start_cmd() argument 104 nexp, txt); in process_desc_start_cmd() 114 free (nexp); in process_desc_start_cmd() 121 char *nexp, int follow, char *txt) in process_desc_started_cmd() argument 129 nexp, txt); in process_desc_started_cmd() 138 free (nexp); in process_desc_started_cmd()
|
| H A D | DbeView.h | 527 Vector<FilterNumeric*> *get_all_filters (int nexp); 528 FilterNumeric *get_FilterNumeric (int nexp, int idx);
|
| H A D | Dbe.h | 111 Vector<void*> *dbeGetFilters (int dbevindex, int nexp);
|
| H A D | DbeView.cc | 1959 DbeView::get_all_filters (int nexp) in get_all_filters() argument 1961 FilterSet *fs = get_filter_set (nexp); in get_all_filters() 1966 DbeView::get_FilterNumeric (int nexp, int idx) in get_FilterNumeric() argument 1968 FilterSet *fs = get_filter_set (nexp); in get_FilterNumeric()
|
| H A D | Dbe.cc | 2248 int nexp = dbeSession->nexps (); in dbeGetFilterKeywords() local 2249 for (int ii = 0; ii < nexp; ++ii) in dbeGetFilterKeywords() 2384 dbeGetFilters (int dbevindex, int nexp) in dbeGetFilters() argument 2391 Vector<FilterNumeric *>*filters = dbev->get_all_filters (nexp); in dbeGetFilters()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | parse.cc | 96 char *nexp, int follow, char *txt) in process_desc_start_cmd() argument 104 nexp, txt); in process_desc_start_cmd() 114 free (nexp); in process_desc_start_cmd() 121 char *nexp, int follow, char *txt) in process_desc_started_cmd() argument 129 nexp, txt); in process_desc_started_cmd() 138 free (nexp); in process_desc_started_cmd()
|
| H A D | DbeView.h | 527 Vector<FilterNumeric*> *get_all_filters (int nexp); 528 FilterNumeric *get_FilterNumeric (int nexp, int idx);
|
| H A D | Dbe.h | 111 Vector<void*> *dbeGetFilters (int dbevindex, int nexp);
|
| H A D | DbeView.cc | 1959 DbeView::get_all_filters (int nexp) in get_all_filters() argument 1961 FilterSet *fs = get_filter_set (nexp); in get_all_filters() 1966 DbeView::get_FilterNumeric (int nexp, int idx) in get_FilterNumeric() argument 1968 FilterSet *fs = get_filter_set (nexp); in get_FilterNumeric()
|
| H A D | Dbe.cc | 2248 int nexp = dbeSession->nexps (); in dbeGetFilterKeywords() local 2249 for (int ii = 0; ii < nexp; ++ii) in dbeGetFilterKeywords() 2384 dbeGetFilters (int dbevindex, int nexp) in dbeGetFilters() argument 2391 Vector<FilterNumeric *>*filters = dbev->get_all_filters (nexp); in dbeGetFilters()
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | 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 …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | pe-dll.c | 3373 bfd_vma name_rvas, nexp; in pe_implied_import_dll() local 3508 nexp = pe_as32 (expdata + 24); in pe_implied_import_dll() 3528 if ((from = def_file_add_import_from (pe_def_file, nexp, in pe_implied_import_dll() 3532 for (i = 0; i < nexp; i++) in pe_implied_import_dll() 3561 for (i = 0; i < nexp; i++) in pe_implied_import_dll()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pe-dll.c | 3458 bfd_vma name_rvas, nexp; in pe_implied_import_dll() local 3609 nexp = pe_as32 (expdata + 24); in pe_implied_import_dll() 3629 if ((from = def_file_add_import_from (pe_def_file, nexp, in pe_implied_import_dll() 3633 for (i = 0; i < nexp; i++) in pe_implied_import_dll() 3662 for (i = 0; i < nexp; i++) in pe_implied_import_dll()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-alpha.c | 5156 expressionS nexp = *exp; in alpha_print_token() local 5157 nexp.X_op = O_register; in alpha_print_token() 5158 print_expr_1 (f, &nexp); in alpha_print_token()
|
| H A D | tc-m68k.c | 335 int nexp; /* Number of exprs in use. */ member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-reassoc.cc | 2566 tree nexp; in init_range_entry() local 2646 nexp = make_range_step (loc, code, arg0, arg1, exp_type, in init_range_entry() 2649 if (nexp != NULL_TREE) in init_range_entry() 2651 exp = nexp; in init_range_entry()
|
| H A D | fold-const.cc | 5318 tree exp_type, nexp; in make_range() local 5351 nexp = make_range_step (loc, code, arg0, arg1, exp_type, &low, in make_range() 5353 if (nexp == NULL_TREE) in make_range() 5355 exp = nexp; in make_range()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-reassoc.c | 2475 tree nexp; in init_range_entry() local 2555 nexp = make_range_step (loc, code, arg0, arg1, exp_type, in init_range_entry() 2558 if (nexp != NULL_TREE) in init_range_entry() 2560 exp = nexp; in init_range_entry()
|
| H A D | fold-const.c | 5235 tree exp_type, nexp; in make_range() local 5268 nexp = make_range_step (loc, code, arg0, arg1, exp_type, &low, in make_range() 5270 if (nexp == NULL_TREE) in make_range() 5272 exp = nexp; in make_range()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-alpha.c | 5158 expressionS nexp = *exp; in alpha_print_token() local 5159 nexp.X_op = O_register; in alpha_print_token() 5160 print_expr_1 (f, &nexp); in alpha_print_token()
|
| H A D | tc-m68k.c | 335 int nexp; /* Number of exprs in use. */ member
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| H A D | libtool.m4.in | 5224 # unsigned long name_rvas, nexp; 5277 # nexp = pe_as32 (expdata+24); 5281 # for (i = 0; i<nexp; i++)
|