Home
last modified time | relevance | path

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

/titanic_50/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); }
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c129 #define NUMB 3 /* these three are arbitrary, */ macro
239 static short type = NUMB;
763 if (type == NUMB) in main()
811 type = NUMB; in main()
1017 if (type == NUMB) { in main()
1182 if (type == NUMB) { in main()
1294 if (type == NUMB) in main()
1325 if (type == NUMB) in main()
1335 if (type == NUMB) in main()
1374 if (type == NUMB) { in main()
[all …]