Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dparse.y76 static int ccldot, cclany; variable
707 cclany = cclinit();
708 cclnegate( cclany );
711 mkeccl( ccltbl + cclmap[cclany],
712 ccllen[cclany], nextecm,
721 $$ = mkstate( -cclany );
/freebsd/usr.bin/lex/
H A Dinitparse.c61 static int ccldot, cclany; variable
1465 cclany = cclinit(); in YYPARSE_DECL()
1466 cclnegate( cclany ); in YYPARSE_DECL()
1469 mkeccl( ccltbl + cclmap[cclany], in YYPARSE_DECL()
1470 ccllen[cclany], nextecm, in YYPARSE_DECL()
1479 yyval = mkstate( -cclany ); in YYPARSE_DECL()