Searched refs:expp (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/djgpp/ |
| D | djgpp.c | 410 static char expp[PATH_MAX]; in djgpp_pathexp() local 411 strcpy (expp,perlprefix); in djgpp_pathexp() 415 strcat (expp,"/bin"); in djgpp_pathexp() 418 strcat (expp,"/lib" PERL5 "/site"); in djgpp_pathexp() 421 strcat (expp,"/lib" PERL5); in djgpp_pathexp() 424 return expp; in djgpp_pathexp()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-lang.c | 2408 resolve (struct expression **expp, int void_context_p) in resolve() argument 2412 resolve_subexp (expp, &pc, 1, void_context_p ? builtin_type_void : NULL); in resolve() 2425 resolve_subexp (struct expression **expp, int *pos, int deprocedure_p, in resolve_subexp() argument 2431 enum exp_opcode op = (*expp)->elts[pc].opcode; in resolve_subexp() 2437 exp = *expp; in resolve_subexp() 2449 resolve_subexp (expp, pos, 0, NULL); in resolve_subexp() 2456 resolve_subexp (expp, pos, 1, exp->elts[pc + 1].type); in resolve_subexp() 2461 resolve_subexp (expp, pos, 0, NULL); in resolve_subexp() 2494 arg1 = resolve_subexp (expp, pos, 0, NULL); in resolve_subexp() 2496 resolve_subexp (expp, pos, 1, NULL); in resolve_subexp() [all …]
|
| D | language.h | 192 void (*la_post_parser) (struct expression ** expp, int void_context_p);
|
| D | value.h | 396 extern struct value *parse_to_comma_and_eval (char **expp);
|
| D | eval.c | 141 parse_to_comma_and_eval (char **expp) in parse_to_comma_and_eval() argument 143 struct expression *expr = parse_exp_1 (expp, (struct block *) 0, 1); in parse_to_comma_and_eval()
|