| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/ |
| parse.y | 44 int number; 51 %token <number> NUMBER KEYWORD 96 Address : NUMBER '.' NUMBER '.' NUMBER '.' NUMBER
|
| scan.l | 58 yylval.number = KW_NET; 63 yylval.number = KW_GATEWAY; 68 yylval.number = KW_HOST; 90 yylval.number = atoi(yytext); 91 return (NUMBER);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/common/ |
| gram.y | 39 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS 49 %type <addr> NUMBER address 98 | DIS address NUMBER NEWLINE 155 | STEP NUMBER NEWLINE 168 | STEP NUMBER SYMBOL NEWLINE 195 | OBJPAD NUMBER NEWLINE 224 | PRINT address NUMBER NEWLINE 229 | PRINT address NUMBER SYMBOL NEWLINE 272 | NUMBER
|
| /onnv/onnv-gate/usr/src/cmd/tip/ |
| vars.c | 22 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 24 { "dialtimeout", NUMBER, (READ<<PUBLIC)|(WRITE<<ROOT), 38 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 72 { "linedelay", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 74 { "chardelay", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 76 { "etimeout", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
|
| value.c | 43 number(p->v_value) = *address(p->v_value); 99 case NUMBER: 100 if (number(p->v_value) == number(v)) 102 number(p->v_value) = number(v); 154 if (p->v_type&NUMBER) 215 case NUMBER: 217 (void) printf("%s=%-5d", p->v_name, number(p->v_value)); 311 * assign variable s with value v (for NUMBER or STRING or CHAR types [all...] |
| tip.h | 59 char *PN; /* phone number(s) */ 63 char *PH; /* phone number file */ 98 #define NUMBER 04 /* numeric value */ 155 #define number(v) ((((zzhack *)(&(v))))->zz_number) macro
|
| /onnv/onnv-gate/usr/src/lib/libfru/libfru/ |
| nameSyntaxLex.l | 60 [0-9]+ { yylval.num = atoi (yytext); return NUMBER; }
|
| nameSyntaxYacc.y | 57 %token <num> NUMBER 166 itercount : NUMBER
|
| /onnv/onnv-gate/usr/src/lib/libast/common/tm/ |
| tmxscan.c | 59 #define NUMBER(d,m,x) do \ 250 NUMBER(2, 19, 99); 258 NUMBER(2, 1, 31); 277 NUMBER(2, 0, 23); 282 NUMBER(2, 1, 12); 286 NUMBER(3, 1, 366); 290 NUMBER(2, 1, 12); 294 NUMBER(2, 0, 59); 306 NUMBER(9, 0, 999999999L); 330 NUMBER(2, 0, 61) [all...] |
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/stdio/ |
| vfscanf.c | 55 #define NUMBER 4 89 '0', NUMBER, 90 '1', NUMBER, 91 '2', NUMBER, 92 '3', NUMBER, 93 '4', NUMBER, 94 '5', NUMBER, 95 '6', NUMBER, 96 '7', NUMBER, 97 '8', NUMBER, 140 long unsigned number; \/* return value from getnumber *\/ local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| ftpcmd.y | 197 SP CRLF COMMA STRING NUMBER 217 int Number; 221 %type <Number> NUMBER byte_size check_login form_code 222 %type <Number> struct_code mode_code octal_number 223 %type <Number> prot_code 559 | ALLO check_login SP NUMBER CRLF 566 | ALLO check_login SP NUMBER SP R SP NUMBER CRLF 903 | SITE check_login SP IDLE SP NUMBER CRL [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.proc.h | 72 #define NUMBER 01
|
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| compiler.h | 135 #define NUMBER 1 /* Numeric capability */ 153 int tk_valnumber; /* value of capability (if a number) */ 170 int nte_type; /* BOOLEAN, NUMBER or STRING */
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/ |
| keysets.pl | 3 $NUMBER=0x01; 21 $v|=$NUMBER if ($c =~ /[0-9]/); 40 $v|=$NUMBER if ($c =~ /[0-9]/); 116 #define CONF_NUMBER $NUMBER
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| escparse.y | 37 * display the filename, line number, and current input stream of tokens 86 %token <tok> ID QUOTE NUMBER IF PATHFUNC 155 norkexpr: NUMBER 213 | NUMBER ID 238 | NUMBER 273 | NUMBER ID 332 | NUMBER
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/ |
| tic.h | 98 extern short number[NUMCOUNT]; /* positive value, missing -1, cancel -2 */ 119 #define NUMBER 1 /* Numeric capability */ 130 int tk_valnumber; /* value of capability (if a number) */
|
| ticscan.c | 71 char num_msg[] = m_textstr(3131, "Number; name='%s', value=%d\n", "I name value"); 89 * NUMBER An entry of the form 92 * name and 'valnumber' to the number given. 107 long number; local 179 number = 0; 181 number = number * 10 + ch - '0'; 185 curr_token.tk_valnumber = number; 186 type = NUMBER; 216 case NUMBER 329 int i, number, ch; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/newform/ |
| newform.c | 42 * inputn 5 Read a command line option number. 61 #define NUMBER '0' 99 files = 0, /* Number of input files */ 172 int n; /* Temporary number holder */ 276 inputn(char *scan) /* Read a command option number */ 279 int n; /* Number */ 321 number[40], /* Array of read-in numbers */ local 322 tp, /* Pointer to last number */ 339 case NUMBER: 342 number[tp] = c - '0' [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| OptionValueFactory.java | 94 } else if (type == Option.types[Option.NUMBER].getCode() ||
|
| /onnv/onnv-gate/usr/src/cmd/tic/ |
| tic_hash.c | 152 cap_table[n].nte_type = NUMBER;
|
| tic_scan.c | 117 * NUMBER An entry of the form 120 * name and 'valnumber' to the number given. 137 long number; local 199 number = 0; 207 number *= 16; 209 number += ch - '0'; 211 number += 10 + ch - 'a'; 213 number += 10 + ch - 'A'; 219 number = number * 8 + ch - '0' 401 int number; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_filter.c | 429 * info: program number, version, procedure etc, 443 unsigned x_prog; /* RPC program number */ 444 unsigned x_vers; /* RPC version number */ 445 unsigned x_proc; /* RPC procedure number */ 1127 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, 1137 * NUMBER: A number. The value can be represented as 1155 * type in "tokentype". If tokentype is NUMBER then the 1213 * from 0x333aaa. The first is a host name and the second is a number. 1255 * that it is not a number [all...] |
| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| pkglib.h | 149 * determine number of bytes to write - it will be the highest of: 207 /* get number of bytes remaining to read */ 212 /* get number of bytes remaining to write */ 225 #define vfpPutInteger(VFP, NUMBER) vfpPutFormat((VFP), "%d", (NUMBER)) 228 #define vfpPutLong(VFP, NUMBER) vfpPutFormat((VFP), "%ld", (NUMBER)) 270 /* get number of bytes between current char and specified char */ 284 /* put fixed number of bytes to current character and increment */ 308 int offset; /* number of bytes into the text_buffer * [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| config.y | 46 %token NUMBER 783 trap_range : NUMBER 788 t_minus NUMBER 793 | NUMBER 972 poll_interval: t_poll_interval t_equal NUMBER 978 max_agent_time_out: t_max_agent_time_out t_equal NUMBER [all...] |
| /onnv/onnv-gate/usr/src/cmd/oawk/ |
| awk.g.y | 51 %left NUMBER VAR ARRAY FNCN SUBSTR LSUBSTR INDEX 153 NUMBER { $$ = valtonode($1, CCON); }
|