Searched refs:mkstate (Results 1 – 6 of 6) sorted by relevance
125 def_rule = mkstate( -pat );387 mkstate( SYM_EPSILON ) );450 $$ = mkstate( SYM_EPSILON );476 eps = mkstate( SYM_EPSILON );478 link_machines( eps, mkstate( '\n' ) ) );721 $$ = mkstate( -cclany );723 $$ = mkstate( -ccldot );741 $$ = mkstate( -$1 );751 $$ = mkstate( -$1 );769 $$ = mkor (mkstate($1), mkstate(reverse_case($1)));[all …]
60 int astate = mkstate (SYM_EPSILON); in add_accept()83 copy = mkstate (SYM_EPSILON); in copysingl()154 state = mkstate (transchar[i]); in dupmachine()387 eps = mkstate (SYM_EPSILON); in mkbranch()429 eps = mkstate (SYM_EPSILON); in mkopt()437 eps = mkstate (SYM_EPSILON); in mkopt()474 eps = mkstate (SYM_EPSILON); in mkor()493 eps = mkstate (SYM_EPSILON); in mkor()525 eps = mkstate (SYM_EPSILON); in mkposcl()558 tail = mkstate (SYM_EPSILON); in mkrep()[all …]
234 scset[lastsc] = mkstate (SYM_EPSILON); in scinstal()235 scbol[lastsc] = mkstate (SYM_EPSILON); in scinstal()
950 extern int mkstate(int);
867 def_rule = mkstate( -pat ); in YYPARSE_DECL()1134 mkstate( SYM_EPSILON ) ); in YYPARSE_DECL()1199 yyval = mkstate( SYM_EPSILON ); in YYPARSE_DECL()1225 eps = mkstate( SYM_EPSILON ); in YYPARSE_DECL()1227 link_machines( eps, mkstate( '\n' ) ) ); in YYPARSE_DECL()1479 yyval = mkstate( -cclany ); in YYPARSE_DECL()1481 yyval = mkstate( -ccldot ); in YYPARSE_DECL()1500 yyval = mkstate( -yystack.l_mark[0] ); in YYPARSE_DECL()1511 yyval = mkstate( -yystack.l_mark[0] ); in YYPARSE_DECL()1532 yyval = mkor (mkstate(yystack.l_mark[0]), mkstate(reverse_case(yystack.l_mark[0]))); in YYPARSE_DECL()[all …]
9649 * nfa.c: added check_char call in mkstate() to prevent bad xtion