Lines Matching refs:UND
30 #define UND 2 macro
400 if (vals[0].type == UND) in eval()
412 struct value v2 = { 0, UND }; in evalop()
441 if (v1.type == UND || v2.type == UND) in evalop()
442 rtype = UND; in evalop()
450 if (v1.type == UND || v2.type == UND) in evalop()
451 rtype = UND; in evalop()
511 rtype = UND; in evalop()
512 if (v1.type == UND) in evalop()
516 if (v2.type == UND) in evalop()
525 rtype = UND; in evalop()
526 if (v1.type == UND) in evalop()
530 if (v2.type == UND) in evalop()
551 if (v1.type == UND) in evalop()
552 rtype = UND; in evalop()
566 if (rtype != UND) in evalop()
572 rtype = UND; in evalop()
583 rtype = UND; in evalop()