HomeSort by: relevance | last modified time | path
    Searched defs:conditional (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/indent/
lsym_binary_op.c 174 * The ternary conditional operator is not a binary operator, but both its
178 int conditional = condition ? number : number; variable in typeref:typename:int
  /src/usr.bin/tset/
map.c 63 int conditional; /* Baud rate conditionals bitmask. */ member in struct:map
93 mapp->conditional = 0;
111 if (mapp->conditional & GT)
113 mapp->conditional |= LT;
116 if (mapp->conditional & LT)
118 mapp->conditional |= GT;
122 mapp->conditional |= EQ;
125 mapp->conditional |= NOT;
132 if (mapp->conditional)
152 /* If a NOT conditional, reverse the test. *
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 251 | conditional
252 | program conditional
1055 conditional: label
1116 conditional: label
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)
    [all...]

Completed in 31 milliseconds