Home
last modified time | relevance | path

Searched refs:DIGIT (Results 1 – 25 of 153) sorted by relevance

1234567

/minix/external/bsd/byacc/dist/test/yacc/
H A Dcalc2.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dcalc3.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dpure_calc.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dcalc.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dcode_calc.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dok_syntax1.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
/minix/external/bsd/byacc/dist/test/btyacc/
H A Dok_syntax1.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dpure_calc.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dcalc.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dcalc2.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dcalc3.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
H A Dcode_calc.output41 DIGIT shift 3
83 DIGIT shift 3
96 DIGIT shift 3
137 DIGIT shift 23
158 DIGIT shift 3
217 DIGIT shift 3
230 DIGIT shift 3
243 DIGIT shift 3
256 DIGIT shift 3
269 DIGIT shift 3
[all …]
/minix/external/bsd/byacc/dist/test/
H A Dcode_calc.y19 %token DIGIT LETTER
64 number: DIGIT
66 | number DIGIT
111 return ( DIGIT ); in yylex()
H A Dcalc.y17 %token DIGIT LETTER
62 number: DIGIT
64 | number DIGIT
105 return ( DIGIT ); in yylex()
H A Dpure_calc.y23 %token DIGIT LETTER
68 number: DIGIT
70 | number DIGIT
115 return ( DIGIT ); in YYLEX_DECL()
H A Dquote_calc2.y24 %token DIGIT LETTER
69 number: DIGIT
71 | number DIGIT
111 return ( DIGIT ); in yylex()
H A Dquote_calc4.y24 %token DIGIT LETTER
69 number: DIGIT
71 | number DIGIT
111 return ( DIGIT ); in yylex()
H A Dquote_calc.y24 %token DIGIT LETTER
69 number: DIGIT
71 | number DIGIT
111 return ( DIGIT ); in yylex()
H A Dquote_calc3.y24 %token DIGIT LETTER
69 number: DIGIT
71 | number DIGIT
111 return ( DIGIT ); in yylex()
H A Dcalc2.y24 %token DIGIT LETTER
69 number: DIGIT
71 | number DIGIT
123 return ( DIGIT ); in YYLEX_DECL()
H A Derr_syntax27.y27 %token DIGIT LETTER
72 number: DIGIT
74 | number DIGIT
126 return ( DIGIT ); in YYLEX_DECL()
H A Dcalc3.y27 %token DIGIT LETTER
72 number: DIGIT
74 | number DIGIT
126 return ( DIGIT ); in YYLEX_DECL()
/minix/external/bsd/flex/dist/tests/test-lineno-nr/
H A Dscanner.l42 DIGIT [[:digit:]]
56 {DIGIT}+(\n{DIGIT}+)*
/minix/lib/libc/net/
H A Dlinkaddr.c54 #define DIGIT (4*0) macro
90 case NAMING | DIGIT: in link_addr()
99 case GOTTWO | DIGIT: in link_addr()
102 case RESET | DIGIT: in link_addr()
106 case GOTONE | DIGIT: in link_addr()
/minix/external/bsd/flex/dist/tests/test-lineno-r/
H A Dscanner.l42 DIGIT [[:digit:]]
56 {DIGIT}+(\n{DIGIT}+)*

1234567