Home
last modified time | relevance | path

Searched refs:rulelen (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/flex/
Dparse.y69 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen; variable
222 trailcnt = headcnt = rulelen = 0;
428 trailcnt = rulelen;
440 rulelen = 1;
491 trailcnt = rulelen;
526 headcnt = rulelen;
528 rulelen = 0;
716 ++rulelen;
734 ++rulelen;
744 ++rulelen;
[all …]
/freebsd-10-stable/usr.bin/lex/
Dinitparse.c54 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen; variable
972 trailcnt = headcnt = rulelen = 0; in YYPARSE_DECL()
1179 trailcnt = rulelen; in YYPARSE_DECL()
1193 rulelen = 1; in YYPARSE_DECL()
1245 trailcnt = rulelen; in YYPARSE_DECL()
1279 headcnt = rulelen; in YYPARSE_DECL()
1281 rulelen = 0; in YYPARSE_DECL()
1478 ++rulelen; in YYPARSE_DECL()
1497 ++rulelen; in YYPARSE_DECL()
1508 ++rulelen; in YYPARSE_DECL()
[all …]