Searched refs:conditional (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libsasl/
H A DREADME21 conditional _INTEGRATED_SOLARIS_ is used. For other Sun generated
23 Solaris, the conditional _SUN_SDK_ is used. Both of these are defined
29 and do not use the above conditional lablels.
33 introduces many conditional compile blocks.
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h133 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) {
/opensolaris-onvv-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,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm173 declaration inside of a conditional statement (like C<if ($foo)
H A DSwitch.pm532 it is useful to generalize this notion of distributed conditional
708 Note that this mechanism allows the notion of I<conditional fall-through>.
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c358 conditional:
418 if (directive == IF) goto conditional;
/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dfpu_test64.s146 st %f2, [%l1] ! executed only when the conditional
400 st %f20, [%l2] ! Executed only when the conditional
537 st %f20, [%l2] ! Executed only when the conditional
/opensolaris-onvv-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 187 milliseconds