Lines Matching refs:CONDITIONAL
251 | conditional
252 | program conditional
1055 conditional:
1116 conditional:
1503 case CONDITIONAL:
1507 stop("Can't create conditional info", EX_SOFTWARE);
1879 /* add a special conditional, "0" */
1884 stop("Conditional expression '0' "
1888 false_func->type = CONDITIONAL;
1895 if (symbol->type == CONDITIONAL)
1899 stop("Conditional expression conflicts with a symbol",
1904 symbol->type = CONDITIONAL;