Searched refs:NUMBER (Results 26 - 46 of 46) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dpersonal.y33 %token NUMBER
554 trap_range : NUMBER
559 t_minus NUMBER
564 | NUMBER
1125 optional_watch_dog_time : /*empty*/ | t_watch_dog_time t_equal NUMBER
1257 t_number : NUMBER
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.proc.c149 (void) pprint(pp, NUMBER|NAME|REASON);
175 flags = pprint(pp, NUMBER|NAME|REASON);
647 if (flag&NUMBER)
742 if (jobflags & NUMBER)
779 int flag = NUMBER|NAME|REASON;
1051 (void) pprint(pp, foregnd ? NAME|JOBDIR : NUMBER|NAME|AMPERSAND);
/opensolaris-onvv-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab90 types are IP, ASCII, OCTET, NUMBER, BOOL, UNUMBER8, UNUMBER16,
97 up a whole value for this option. In the case of `NUMBER',
99 that `NUMBER' is preserved for compatibility, but the more
100 descriptive [SU]NUMBER{8,16,32,64} types should preferred.
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.c102 #define NUMBER 29 macro
680 } else if (type != LABEL && type != NUMBER){
692 if (type == NUMBER){
860 if( (type = get_token(fp,token)) == NUMBER){
1125 if (type != NUMBER){
1252 if (type != NUMBER){
1308 if (type != NUMBER){
2203 print_error("TRACE", token, NUMBER);
2206 return NUMBER;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c238 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon359
1249 if (tokentype != NUMBER)
1388 if (tokentype != NUMBER)
1418 if (tokentype != NUMBER)
1441 if (tokentype != NUMBER)
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dawk.g.y73 %token <cp> VAR IVAR VARNF CALL NUMBER STRING FIELD
93 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
380 | NUMBER { $$ = valtonode($1, CCON); }
H A Dawk.lx.l154 RET(NUMBER); }
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c593 return (record(NUMBER,
633 return (record(NUMBER,
638 return (record(NUMBER, stable(Tok)));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DNumberOptionValue.java88 // is a NUMBER option, then granularity defines the number of
92 // in the case of NUMBER options that granularity always defaults
100 if (type == Option.types[Option.NUMBER].getCode()) {
H A DOption.java71 public static byte NUMBER = 3; field in class:Option
87 new OptionType((byte)3, "NUMBER", "number_type"),
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl41 0023 NUMBER SIGN
1405 0600 ARABIC NUMBER SIGN
2253 0BF0 TAMIL NUMBER TEN
2254 0BF1 TAMIL NUMBER ONE HUNDRED
2255 0BF2 TAMIL NUMBER ONE THOUSAND
2263 0BFA TAMIL NUMBER SIGN
3661 1372 ETHIOPIC NUMBER TEN
3662 1373 ETHIOPIC NUMBER TWENTY
3663 1374 ETHIOPIC NUMBER THIRTY
3664 1375 ETHIOPIC NUMBER FORT
[all...]
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dawk.lx.l123 CON|NUM, symtab); RETURN(NUMBER); }
/opensolaris-onvv-gate/usr/src/cmd/tic/
H A Dtic_parse.c329 case NUMBER:
344 case NUMBER:
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c45 #define NUMBER 266 macro
527 if ((t = gettok()) == NUMBER) {
1200 return (NUMBER);
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c589 case NUMBER:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c60 #define NUMBER 292 macro
1901 "DELETE","ASGNOP","OROR","ANDAND","NUMBER","VAR","SUBSTR","INDEX","MATCHOP",
1945 "term : NUMBER",
H A Da2py.c447 XOP(NUMBER);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1959 sub skip_on_odd { next NUMBER if $_[0] % 2 }
1960 NUMBER: for ($i = 0; $i < 5; $i++) {
H A DDeparse.pm4268 =item B<i>I<NUMBER>
4270 Indent lines by multiples of I<NUMBER> columns. The default is 4 columns.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm167 variations in spacing and case) after C<ok> or C<ok NUMBER>, it is
183 C<not ok> or C<not ok NUMBER>, it is counted as a todo test. The text
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DCreateOptionDialog.java552 } else if (code == Option.types[Option.NUMBER].getCode() ||

Completed in 302 milliseconds

12