Home
last modified time | relevance | path

Searched refs:cclinit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dccl.c129 d = cclinit(); in ccl_set_diff()
160 d = cclinit(); in ccl_set_union()
187 int cclinit (void) in cclinit() function
H A Dparse.y125 pat = cclinit();
700 ccldot = cclinit();
710 cclany = cclinit();
883 currccl = $$ = cclinit();
H A Dinitparse.c945 pat = cclinit(); in YYPARSE_DECL()
1490 ccldot = cclinit(); in YYPARSE_DECL()
1500 cclany = cclinit(); in YYPARSE_DECL()
1671 currccl = yyval = cclinit(); in YYPARSE_DECL()
H A Dflexdef.h701 extern int cclinit(void); /* make an empty ccl */