Searched refs:EVAL (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/lib/libc/stdlib/
H A Dmerge.c103 #define EVAL(p) ((u_char **)(void *) \ macro
145 while (*EVAL(list2) != last) {
147 p1 = EVAL(list1);
148 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
149 p2 = *EVAL(p2);
153 p2 = *EVAL(p2);
297 *EVAL(list2) = list2 + n*size;
307 *EVAL(list2 + (last - list1)) = list2 + n * size;
323 p2 = *EVAL(p2) = f1 + size2 - list1 + list2;
331 p2 = *EVAL(p
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarparse-undef-partial.mk20 EVAL:= ${LIST} macro
21 .if ${EVAL} != "defined end"
22 . error ${EVAL}
32 .if ${EVAL} != "defined var-dot\\ without\\ parameter end"
33 . error ${EVAL}
40 EVAL:= ${LIST} macro
41 .if ${EVAL} != "defined var-dot with parameter :Q end"
42 . error ${EVAL}
H A Dvarmod-loop-delete.mk20 EVAL:= ${VAR} macro
21 .if ${EVAL} != " rest of the value"
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h257 EVAL = 452, enumerator in enum:dhcp_token
H A Dconflex.c975 return EVAL;
H A Dparse.c1865 case EVAL:
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h253 EVAL = 452, enumerator in enum:dhcp_token
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c997 return EVAL;
H A Dparse.c2467 case EVAL:

Completed in 112 milliseconds