Searched defs:conditional (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y103 conditional BOR conditional { $$ = op2(BOR, $1, $3); }
104 | conditional AND conditional { $$ = op2(AND, $1, $3); }
105 | NOT conditional { $$ = op1(NOT, $2); }
118 conditional: label
141 IF '(' conditional ')' optNL { $$ = $3; }
336 WHILE '(' conditional ')' optNL { $$ = $3; }
341 FOR '(' simple_stat ';' conditional ';' simple_stat ')' optNL statement
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h131 boolean_t conditional; /* Conditional response */ member in struct:uri_desc_s
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc1677 register Property conditional; local
1702 conditional = append_prop(target, conditional_prop);
1703 conditional->body.conditional.target = orig_target;
1704 conditional->body.conditional.name = name;
1705 conditional->body.conditional.value = value;
1706 conditional->body.conditional
[all...]
H A Ddoname.cc98 extern void reset_locals(register Name target, register Property old_locals, register Property conditional, register int index);
348 * unless it depends on conditional macros or a delayed assignment,
453 /* Activate conditional macros for the target */
912 * doing_subtree True if building a conditional macro subtree
1587 /* Hack for handling conditional macros in DMake. */
2184 /* We have to check if a target depends on conditional macros */
2880 register Property conditional; local
2891 for (conditional = get_prop(conditionals->prop, conditional_prop);
2892 conditional != NULL;
2893 conditional
2947 register Property conditional; local
3007 reset_locals(register Name target, register Property old_locals, register Property conditional, register int index) argument
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h447 * Count how many conditional macros this target has defined
451 * A conditional macro was used when building this target
455 * Pointer to list of conditional macros which were used to build
552 * Name "foo" gets one conditional prop
671 struct Conditional conditional; member in union:Body

Completed in 82 milliseconds