| /onnv/onnv-gate/usr/src/cmd/oawk/ |
| awk.g.y | 103 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
|
| /onnv/onnv-gate/usr/src/lib/libsasl/ |
| README | 21 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.
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| eval.c | 435 int conditional = 0; local 455 conditional = 0; 472 conditional = 1; 474 conditional = 1; 480 conditional = 1; 486 conditional = 1; 490 if (conditional) { 671 * conditional statement then terminate 674 if (conditional && (EV_retcode == FAIL))
|
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7curi.h | 133 boolean_t conditional; /* Conditional response */ member in struct:uri_desc_s
|
| nl7chttp.c | 1155 * No conditional response meet or unknown type or no 1213 uri->conditional = B_FALSE; 1378 uri->conditional = B_TRUE; [all...] |
| nl7curi.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/ |
| div.s | 174 ! first divide step without thinking. BUT, the others are conditional,
|
| rem.s | 173 ! first divide step without thinking. BUT, the others are conditional,
|
| /onnv/onnv-gate/usr/src/lib/libpp/common/ |
| ppcontrol.c | 49 #define RESTORE (COLLECTING|CONDITIONAL|DEFINITION|DIRECTIVE|DISABLE|EOF2NL|HEADER|NOSPACE|NOVERTICAL|PASSEOF|STRIP) 358 conditional: 418 if (directive == IF) goto conditional; [all...] |
| /onnv/onnv-gate/usr/src/cmd/fps/fptest/ |
| fpu_test64.s | 146 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 [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| Switch.pm | 532 it is useful to generalize this notion of distributed conditional 708 Note that this mechanism allows the notion of I<conditional fall-through>.
|