Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/flex/
Dparse.y76 static int ccldot, cclany; variable
705 cclany = cclinit();
706 cclnegate( cclany );
709 mkeccl( ccltbl + cclmap[cclany],
710 ccllen[cclany], nextecm,
719 $$ = mkstate( -cclany );
/freebsd-12-stable/usr.bin/lex/
Dinitparse.c63 static int ccldot, cclany; variable
1469 cclany = cclinit(); in YYPARSE_DECL()
1470 cclnegate( cclany ); in YYPARSE_DECL()
1473 mkeccl( ccltbl + cclmap[cclany], in YYPARSE_DECL()
1474 ccllen[cclany], nextecm, in YYPARSE_DECL()
1483 yyval = mkstate( -cclany ); in YYPARSE_DECL()