Home
last modified time | relevance | path

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

/NextBSD/contrib/flex/
HDparse.y76 static int ccldot, cclany; variable
705 cclany = cclinit();
706 cclnegate( cclany );
709 mkeccl( ccltbl + cclmap[cclany],
710 ccllen[cclany], nextecm,
719 $$ = mkstate( -cclany );
/NextBSD/usr.bin/lex/
HDinitparse.c61 static int ccldot, cclany; variable
1467 cclany = cclinit(); in YYPARSE_DECL()
1468 cclnegate( cclany ); in YYPARSE_DECL()
1471 mkeccl( ccltbl + cclmap[cclany], in YYPARSE_DECL()
1472 ccllen[cclany], nextecm, in YYPARSE_DECL()
1481 yyval = mkstate( -cclany ); in YYPARSE_DECL()