/titanic_41/usr/src/cmd/oawk/ |
H A D | 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: 141 IF '(' conditional ')' optNL { $$ = $3; } 336 WHILE '(' conditional ')' optNL { $$ = $3; } 341 FOR '(' simple_stat ';' conditional ';' simple_stat ')' optNL statement
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | doname.cc | 96 …(register Name target, register Property old_locals, register Property conditional, register int i… 2878 register Property conditional; in add_pattern_conditionals() local 2889 for (conditional = get_prop(conditionals->prop, conditional_prop); in add_pattern_conditionals() 2890 conditional != NULL; in add_pattern_conditionals() 2891 conditional = get_prop(conditional->next, conditional_prop)) { in add_pattern_conditionals() 2892 wcb1.init(conditional->body.conditional.target); in add_pattern_conditionals() 2905 ((*previous)->body.conditional.sequence > in add_pattern_conditionals() 2906 conditional->body.conditional.sequence)) { in add_pattern_conditionals() 2919 new_prop->body.conditional = conditional->body.conditional; in add_pattern_conditionals() 2941 register Property conditional; in set_locals() local [all …]
|
H A D | read2.cc | 1677 register Property conditional; in enter_conditional() local 1702 conditional = append_prop(target, conditional_prop); in enter_conditional() 1703 conditional->body.conditional.target = orig_target; in enter_conditional() 1704 conditional->body.conditional.name = name; in enter_conditional() 1705 conditional->body.conditional.value = value; in enter_conditional() 1706 conditional->body.conditional.sequence = sequence++; in enter_conditional() 1707 conditional->body.conditional.append = append; in enter_conditional()
|
H A D | misc.cc | 423 prop->body.conditional.name-> in dump_make_state() 425 if (prop->body.conditional.append) { in dump_make_state() 431 print_value(prop->body.conditional.value, in dump_make_state()
|
/titanic_41/usr/src/lib/libsasl/ |
H A D | 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.
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 131 boolean_t conditional; /* Conditional response */ member
|
H A D | nl7chttp.c | 1213 uri->conditional = B_FALSE; in nl7c_http_request() 1378 uri->conditional = B_TRUE; in nl7c_http_request()
|
H A D | nl7curi.c | 2111 if (ruri->conditional) { in nl7c_parse()
|
/titanic_41/usr/src/lib/ |
H A D | README.mapfiles | 190 The version 2 mapfile language supports a simple mechanism for conditional 212 In addition to conditional input, there is a second heavier weight mechanism 229 lacked conditional input. Their use is rare now, as conditional input is 230 generally preferred. However, it is important to use conditional input
|
H A D | README.Makefiles | 236 3. Providing a collection of conditional assignments that set TARGET
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pp.tab | 167 INACTIVE # inactive conditional branch
|
H A D | HISTORY | 34 04/11/89 tone down unknown directive diagnostic in conditional
|
H A D | ppcontrol.c | 358 conditional: in ppcontrol() 418 if (directive == IF) goto conditional; in ppcontrol()
|
/titanic_41/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 378 …(register Name target, register Property old_locals, register Property conditional, register int i…
|
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | div.s | 174 ! first divide step without thinking. BUT, the others are conditional,
|
H A D | rem.s | 173 ! first divide step without thinking. BUT, the others are conditional,
|
/titanic_41/usr/src/cmd/lp/filter/postscript/ |
H A D | README | 134 Primarily for conditional compilation in postio. 147 Used for conditional compilation in postio, and only if SYSTEM
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 671 struct Conditional conditional; member
|
/titanic_41/usr/src/cmd/sed/ |
H A D | POSIX | 146 addresses or are within conditional blocks. This implementation
|
/titanic_41/usr/src/lib/libnwam/ |
H A D | README | 219 NCUs, locations and ENMs can all specify conditional activation conditions. 220 Interfaces are provided to convert a conditional activation predicate into
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 439 ENMs are either manual or conditional in activation and will be 441 are met (conditional). Multiple ENMs can be active at once.
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 1259 @ MSG_MAP_CEXP_TOKERR "%s: %llu: syntax error in conditional expression at: %s" 1260 @ MSG_MAP_CEXP_SEMERR "%s: %llu: malformed conditional expression" 1261 @ MSG_MAP_CEXP_BADOPUSE "%s: %llu: invalid operator use in conditional \ 1263 @ MSG_MAP_CEXP_UNBALPAR "%s: %llu: unbalanced parenthesis in conditional \
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | trigger2.test | 29 # This tests that conditional triggers (ie. UPDATE OF triggers and triggers
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 132 # Define a conditional. 148 AC_MSG_ERROR([[conditional "$1" was never defined.
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 811 @ MSG_MAP_ID_ADD "%s: %lld: enter conditional expression id: %s" 812 @ MSG_MAP_ID_CLEAR "%s: %lld: delete conditional expression id: %s"
|