Searched refs:CONSTANT (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y554 %term TABLENAME INT CHAR CHARSTRING CONSTANT FKEY KEY SAME AS SWAP WITH
562 %type <number> CHARSTRING CHAR INT CONSTANT FKEY TABLENAME
657 CONSTANT
696 { "alt", CONSTANT, ALT },
698 { "altgraph", CONSTANT, ALTGRAPH },
702 { "buckybits", CONSTANT, BUCKYBITS },
704 { "capslock", CONSTANT, CAPSLOCK },
705 { "compose", CONSTANT, COMPOSE },
707 { "downarrow", CONSTANT, DOWNARROW },
708 { "error", CONSTANT, ERRO
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DOpAction.java88 public static final int CONSTANT = 10; field in class:OpAction
118 * Action target, used when targetSource == CONSTANT.
124 * CONSTANT, TARGET, or ARG.
135 * Message arg or Attribute value, used when valueSource == CONSTANT.
142 * is either CONSTANT, TARGET, or ARG.
163 * valueSource are CONSTANT.
166 this.targetSource = CONSTANT;
167 this.valueSource = CONSTANT;
172 * valueSource are CONSTANT.
179 this.targetSource = CONSTANT;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm166 In particular, any code in an C<if (CONSTANT)> block will be optimized
196 in C<Some::Package::CONSTANT>. Constants may be exported by modules,
198 as C<< Some::Package->CONSTANT >> or as C<< $obj->CONSTANT >> where
319 For example, you can't say C<$hash{CONSTANT}> because C<CONSTANT> will
320 be interpreted as a string. Use C<$hash{CONSTANT()}> or
321 C<$hash{+CONSTANT}> to prevent the bareword quoting mechanism from
323 immediately to its left, you have to say C<< CONSTANT() => 'value' >>
325 C<< CONSTANT
[all...]
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c303 np = emptynode(CONSTANT, 0);
317 np = emptynode(CONSTANT, 0);
331 np = emptynode(CONSTANT, 0);
697 retval = emptynode(CONSTANT, 0);
822 case CONSTANT:
853 case CONSTANT:
882 case CONSTANT:
1013 if ((t = np->n_type) == VAR || t == CONSTANT)
1767 if (actual->n_type == CONSTANT)
H A Dawk1.c267 constundef = emptynode(CONSTANT, 0);
676 case CONSTANT:
690 if (!catterm || lexlast != CONSTANT || wasfield)
775 return (CONSTANT);
876 return (CONSTANT);
H A Dawk.y82 %token <node> CONSTANT VAR FUNC
368 | CONSTANT
/opensolaris-onvv-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s84 ! CONSTANT POOL
602 ! CONSTANT POOL
1120 ! CONSTANT POOL
1638 ! CONSTANT POOL
2157 ! CONSTANT POOL
3518 ! CONSTANT POOL
4036 ! CONSTANT POOL
4554 ! CONSTANT POOL
5072 ! CONSTANT POOL
5591 ! CONSTANT POO
[all...]
/opensolaris-onvv-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s49 ! CONSTANT POOL
57 ! CONSTANT POOL
65 ! CONSTANT POOL
73 ! CONSTANT POOL
81 ! CONSTANT POOL
323 ! CONSTANT POOL
434 ! CONSTANT POOL
553 ! CONSTANT POOL
H A Dmont_mulf_kernel_v9.s92 ! CONSTANT POOL
98 ! CONSTANT POOL
108 ! CONSTANT POOL
118 ! CONSTANT POOL
128 ! CONSTANT POOL
138 ! CONSTANT POOL
533 ! CONSTANT POOL
668 ! CONSTANT POOL
839 ! CONSTANT POOL
H A Dmont_mulf_v9.s35 ! CONSTANT POOL
43 ! CONSTANT POOL
51 ! CONSTANT POOL
59 ! CONSTANT POOL
67 ! CONSTANT POOL
523 ! CONSTANT POOL
641 ! CONSTANT POOL
820 ! CONSTANT POOL
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h118 #define CONSTANT 0x06 macro
H A Ddevfsadm.c6472 link_list->type = CONSTANT;
6475 vprint(DEVLINK_MID, "CONSTANT FOUND %s\n", constant);
6746 case CONSTANT:
6904 if (temp->type == CONSTANT) {
/opensolaris-onvv-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s103 ! CONSTANT POOL
1136 ! CONSTANT POOL
3390 ! CONSTANT POOL
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl5745 2107 EULER CONSTANT
5752 210E PLANCK CONSTANT
5753 210F PLANCK CONSTANT OVER TWO PI

Completed in 305 milliseconds