Searched refs:conditional (Results 1 - 13 of 13) 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/cmd/make/bin/
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...]
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 Dmisc.cc423 prop->body.conditional.name->
425 if (prop->body.conditional.append) {
431 print_value(prop->body.conditional.value,
709 * iterate on list of conditional macros in np, and place them in
723 * Add the rest of the conditional macros to the buffer
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h131 boolean_t conditional; /* Conditional response */ member in struct:uri_desc_s
H A Dnl7chttp.c1155 * No conditional response meet or unknown type or no
1213 uri->conditional = B_FALSE;
1378 uri->conditional = B_TRUE;
H A Dnl7curi.c2110 /* If conditional request check for substitute response */
2111 if (ruri->conditional) {
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s174 ! first divide step without thinking. BUT, the others are conditional,
H A Drem.s173 ! first divide step without thinking. BUT, the others are conditional,
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h150 * conditional macros used by
378 extern void reset_locals(register Name target, register Property old_locals, register Property conditional, register int index);
/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
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c358 conditional:
418 if (directive == IF) goto conditional;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3898 % We do the following ugly conditional instead of the above simple
6631 % #1 is the control sequence we are passed; we expand into a conditional

Completed in 104 milliseconds