Searched refs:yy_start (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dconfigfile.c125 #define BEGIN (yy_start) = 1 + 2 *
131 #define YY_START (((yy_start) - 1) / 2)
288 static int yy_start = 0; /* start state number */ variable
694 if ( ! (yy_start) )
695 (yy_start) = 1; /* first start state */
724 yy_current_state = (yy_start);
1083 yy_current_state = (yy_start);
1678 (yy_start) = 0;
H A Ddriverparser.c108 #define BEGIN yy_start = 1 + 2 *
115 #define YY_START ((yy_start - 1) / 2)
261 static int yy_start = 0; /* start state number */ variable
625 if (!yy_start)
626 yy_start = 1; /* first start state */
655 yy_current_state = yy_start;
1042 yy_current_state = yy_start;
H A Dtokenparser.c130 #define BEGIN yy_start = 1 + 2 *
137 #define YY_START ((yy_start - 1) / 2)
283 static int yy_start = 0; /* start state number */ variable
649 if (!yy_start)
650 yy_start = 1; /* first start state */
679 yy_current_state = yy_start;
1068 yy_current_state = yy_start;
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dtokenparser.c125 #define BEGIN (yy_start) = 1 + 2 *
131 #define YY_START (((yy_start) - 1) / 2)
288 static int yy_start = 0; /* start state number */ variable
721 if ( ! (yy_start) )
722 (yy_start) = 1; /* first start state */
751 yy_current_state = (yy_start);
1109 yy_current_state = (yy_start);
1704 (yy_start) = 0;
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr_scan.c96 #define BEGIN yy_start = 1 + 2 *
102 #define YY_START ((yy_start - 1) / 2)
238 static int yy_start = 0; /* start state number */ variable
676 if ( ! yy_start )
677 yy_start = 1; /* first start state */
704 yy_current_state = yy_start;
1353 yy_current_state = yy_start;
/macosx-10.9.5/bc-21/bc/bc/
H A Dscan.c79 #define BEGIN yy_start = 1 + 2 *
85 #define YY_START ((yy_start - 1) / 2)
221 static int yy_start = 0; /* start state number */ variable
971 if ( ! yy_start )
972 yy_start = 1; /* first start state */
999 yy_current_state = yy_start;
1640 yy_current_state = yy_start;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Darlex.c79 #define BEGIN yy_start = 1 + 2 *
85 #define YY_START ((yy_start - 1) / 2)
221 static int yy_start = 0; /* start state number */ variable
671 if ( ! yy_start )
672 yy_start = 1; /* first start state */
699 yy_current_state = yy_start;
1226 yy_current_state = yy_start;
H A Ddeflex.c79 #define BEGIN yy_start = 1 + 2 *
85 #define YY_START ((yy_start - 1) / 2)
221 static int yy_start = 0; /* start state number */ variable
682 if ( ! yy_start )
683 yy_start = 1; /* first start state */
710 yy_current_state = yy_start;
1251 yy_current_state = yy_start;
H A Dsyslex.c79 #define BEGIN yy_start = 1 + 2 *
85 #define YY_START ((yy_start - 1) / 2)
221 static int yy_start = 0; /* start state number */ variable
616 if ( ! yy_start )
617 yy_start = 1; /* first start state */
644 yy_current_state = yy_start;
1104 yy_current_state = yy_start;
H A Drclex.c79 #define BEGIN yy_start = 1 + 2 *
85 #define YY_START ((yy_start - 1) / 2)
221 static int yy_start = 0; /* start state number */ variable
876 if ( ! yy_start )
877 yy_start = 1; /* first start state */
904 yy_current_state = yy_start;
1724 yy_current_state = yy_start;
/macosx-10.9.5/sudo-72/src/
H A Dtoke.c83 #define BEGIN yy_start = 1 + 2 *
89 #define YY_START ((yy_start - 1) / 2)
225 static int yy_start = 0; /* start state number */ variable
1688 if ( ! yy_start )
1689 yy_start = 1; /* first start state */
1716 yy_current_state = yy_start;
2731 yy_current_state = yy_start;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcftoken.l97 "begin <%d>%s\n", yy_start, yytext);
100 yy_start, loglevel >= ASL_LEVEL_DEBUG ? "\n" : ""); \

Completed in 211 milliseconds