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

1234

/freebsd-10.3-release/contrib/gcc/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \
94 whether or not LABEL or NUMBER are set. */ \
100 dbxout_int (NUMBER); \
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dparse.y61 %token <number> NUMBER
98 statement : INDEX NUMBER
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dsel-gram.y65 %token <string> NUMBER
101 number : NUMBER { $$ = _hx509_make_expr(expr_NUMBER, $1, NULL); };
/freebsd-10.3-release/contrib/com_err/
H A Dparse.y61 %token <number> NUMBER
98 statement : INDEX NUMBER
/freebsd-10.3-release/contrib/less/
H A Doption.c99 case NUMBER:
207 (o->otype & OTYPE) != NUMBER)
273 case NUMBER:
345 case NUMBER:
415 case NUMBER:
464 case NUMBER:
520 if (o == NULL || (o->otype & (STRING|NUMBER)) == 0)
H A Dopttbl.c127 * For NUMBER options, odesc[0] is the prompt to use when entering
146 NUMBER|INIT_HANDLER, 64, &bufspace, opt_b,
222 NUMBER, -1, &back_scroll, NULL,
388 NUMBER, -1, &forw_scroll, NULL,
396 NUMBER, -1, &swindow, NULL,
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dsysinfo.y48 %token <i> NUMBER UNIT
96 '(' NAME NUMBER
372 NUMBER UNIT
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.h128 NUMBER = 344 enumerator in enum:yytokentype
218 #define NUMBER 344 macro
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
50 NUMBER, \
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y119 %token <i> NUMBER
262 | ALLO SP NUMBER CRLF check_secure
268 | ALLO SP NUMBER SP R SP NUMBER CRLF check_secure
500 | SITE SP IDLE SP NUMBER CRLF check_secure
683 | PBSZ SP NUMBER CRLF check_secure
728 : NUMBER
732 : NUMBER COMMA NUMBER COMMA NUMBER COMM
[all...]
/freebsd-10.3-release/contrib/tcsh/
H A Dsh.proc.h109 #define NUMBER 01 macro
/freebsd-10.3-release/contrib/flex/
H A Dyylex.c164 case NUMBER:
H A Dparse.y3 %token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP
546 | series BEGIN_REPEAT_POSIX NUMBER ',' NUMBER END_REPEAT_POSIX
574 | series BEGIN_REPEAT_POSIX NUMBER ',' END_REPEAT_POSIX
588 | series BEGIN_REPEAT_POSIX NUMBER END_REPEAT_POSIX
629 | singleton BEGIN_REPEAT_FLEX NUMBER ',' NUMBER END_REPEAT_FLEX
657 | singleton BEGIN_REPEAT_FLEX NUMBER ',' END_REPEAT_FLEX
671 | singleton BEGIN_REPEAT_FLEX NUMBER END_REPEAT_FLEX
/freebsd-10.3-release/usr.bin/tip/tip/
H A Dvalue.c126 case NUMBER:
178 if (p->v_type&NUMBER)
235 case NUMBER:
331 * assign variable s with value v (for NUMBER or STRING or CHAR types)
341 if (p->v_type&NUMBER)
/freebsd-10.3-release/usr.sbin/ctm/ctm_rmail/
H A Doptions.h26 * NUMBER('q', queue)
112 #define NUMBER(x,n) \ macro
/freebsd-10.3-release/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c84 case NUMBER:
103 token_type = NUMBER;
130 case NUMBER:
149 case NUMBER:
378 if (token_type == NUMBER
381 entry_ptr = _nc_find_type_entry("ma", NUMBER,
409 case NUMBER:
431 case NUMBER:
445 case NUMBER:
978 case NUMBER
[all...]
H A Dalloc_ttype.c159 case NUMBER:
184 case NUMBER:
224 case NUMBER:
260 case NUMBER:
316 case NUMBER:
353 || _nc_del_ext_name(to, name, NUMBER)) {
360 NUMBER)) >= 0) {
363 k = _nc_ins_ext_name(to, name, NUMBER);
370 if (_nc_del_ext_name(to, name, NUMBER)
/freebsd-10.3-release/contrib/opie/
H A Dftpcmd.y168 SP CRLF COMMA STRING NUMBER
295 | ALLO SP NUMBER CRLF
299 | ALLO SP NUMBER SP R SP NUMBER CRLF
498 | SITE SP IDLE SP NUMBER CRLF
622 byte_size: NUMBER
625 host_port: NUMBER COMMA NUMBER COMMA NUMBER COMMA NUMBER COMM
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check230 print "DUPLICATE ERR NUMBER IN LOG ENTRY!! $ARGV $.: $current_func: $3\n";
/freebsd-10.3-release/usr.sbin/config/
H A Dconfig.y30 %token <val> NUMBER
188 MAXUSERS NUMBER { maxusers = $2; } |
189 PROFILE NUMBER { profiling = $2; } |
241 NUMBER {
/freebsd-10.3-release/contrib/binutils/ld/
H A Ddeffilep.y111 %token <number> NUMBER
126 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
127 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
133 | VERSIONK NUMBER { def_version ($2, 0);}
134 | VERSIONK NUMBER '.' NUMBER { def_version ($2, $4);}
176 | ID '=' ID '.' ID '.' NUMBER { def_import ($1, $3, $5, 0, $7); }
178 | ID '=' ID '.' NUMBER { def_import ($1, $3, 0, 0, $5); }
202 opt_number: ',' NUMBER { $$=$2;}
224 '@' NUMBER {
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl3 $NUMBER=0x01;
21 $v|=$NUMBER if ($c =~ /[0-9]/);
40 $v|=$NUMBER if ($c =~ /[0-9]/);
116 #define CONF_NUMBER $NUMBER
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtput.c138 case NUMBER:
278 case NUMBER:
295 return exit_code(NUMBER, 0);
/freebsd-10.3-release/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c75 NUMBER('n', num_to_send)
/freebsd-10.3-release/contrib/groff/src/preproc/pic/
H A Dlex.cpp960 return NUMBER;
982 return NUMBER;
1000 return NUMBER;
1008 return NUMBER;
1030 return NUMBER;
1042 return NUMBER;
1053 return NUMBER;
1064 return NUMBER;
1075 return NUMBER;
1077 return NUMBER;
[all...]

Completed in 314 milliseconds

1234