Home
last modified time | relevance | path

Searched refs:NUMB (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Datt1.y62 %token NUMB
67 %right NUMB
212 : NUMB { $$ = $1; }
213 | NUMB NUMB { $$ = 10 * $1 + $2; }
216 : NUMB NUMB { $$ = 10 * $1 + $2; }
219 : NUMB { $$ = $1; }
220 | number NUMB { $$ = 10 * $1 + $2; }
H A Datt2.l85 [0-9] { yylval = yytext[0] - '0'; return(NUMB); }
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c753 if (type == NUMB) in main()
801 type = NUMB; in main()
1284 if (type == NUMB) in main()
1315 if (type == NUMB) in main()
1325 if (type == NUMB) in main()
1386 if (type == NUMB) in main()
1458 if (type == NUMB) in main()
1472 if (type == NUMB) in main()
2825 if (type == NUMB) in fill()
3629 if (type == NUMB) in fprnt()
[all …]