Searched refs:EVAL (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/lib/libc/stdlib/ |
| D | merge.c | 85 #define EVAL(p) (u_char **) \ macro 121 while (*EVAL(list2) != last) { in mergesort() 123 p1 = EVAL(list1); in mergesort() 124 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort() 125 p2 = *EVAL(p2); in mergesort() 129 p2 = *EVAL(p2); in mergesort() 259 *EVAL(list2) = (u_char*) list2 + n*size; in setup() 269 *EVAL(list2 + (last - list1)) = list2 + n * size; in setup() 285 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; in setup() 293 p2 = *EVAL(p2) = f2 - list1 + list2; in setup() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | regnodes.h | 64 #define EVAL 57 /* 0x39 Execute some Perl code. */ macro 131 EVAL, /* EVAL */
|
| D | regcomp.sym | 105 EVAL EVAL, evl 1 Execute some Perl code.
|
| D | regcomp.c | 1071 next_is_eval = (OP(scan) == EVAL); in S_study_chunk() 1638 else if (OP(scan) == EVAL) { in S_study_chunk() 2281 regtail(pRExC_state, ret, reganode(pRExC_state, EVAL, n)); in S_reg() 2285 ret = reganode(pRExC_state, EVAL, n); in S_reg()
|
| D | regexec.c | 151 OP(rn) == OPEN || OP(rn) == CLOSE || OP(rn) == EVAL || \ 2883 case EVAL: in S_regmatch()
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldebguts.pod | 635 EVAL evl 1 Execute some Perl code. 687 Setting an EVAL scope, savestack=3 697 Setting an EVAL scope, savestack=3 702 Setting an EVAL scope, savestack=12
|
| D | perlretut.pod | 2403 Setting an EVAL scope, savestack=3 2406 Setting an EVAL scope, savestack=3 2409 Setting an EVAL scope, savestack=3 2442 Setting an EVAL scope, savestack=3 2445 Setting an EVAL scope, savestack=3 2448 Setting an EVAL scope, savestack=3
|
| D | perlhack.pod | 964 CX 1: EVAL => AV() PV("A"\0) 969 CX 1: EVAL => * 983 CX 1: EVAL => AV() PV("A"\0)
|