Home
last modified time | relevance | path

Searched refs:YYSTATE (Results 1 – 25 of 1892) sorted by relevance

12345678910>>...76

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/panorama/panoparser/ptoparser/
H A DpanoScanner.l86 DEBUG_4("A float: %s (%lg) (state: %d)", yytext, yylval.fVal, YYSTATE);
87 if (YYSTATE != INITIAL)
89 DEBUG_2("\t\tNew state: %d", YYSTATE);
96 DEBUG_4("An integer: %s (%d) (state: %d)", yytext, yylval.iVal, YYSTATE);
97 if (YYSTATE != INITIAL)
99 DEBUG_2("\t\tNew state: %d", YYSTATE);
106 DEBUG_2("End of line (state: %d)", YYSTATE);
107 if (YYSTATE == mask)
115 DEBUG_2("End of file (state: %d)", YYSTATE);
333 panoScriptParserError("Unrecognized character: [%s] (state: %d)", yytext, YYSTATE);
/dports/textproc/c2man/c2man-2.0.42/
H A Dlex.l70 #define YYSTATE YY_START macro
292 comment_caller = YYSTATE;
297 comment_caller = YYSTATE;
301 comment_caller = YYSTATE;
306 comment_caller = YYSTATE;
473 comment_caller = YYSTATE;
482 comment_caller = YYSTATE;
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
145 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
368 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
146 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
362 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
146 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
362 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
146 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
362 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
146 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
369 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
145 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
368 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
146 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
362 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_ini_scanner.l57 #define YYSTATE YYGETCONDITION() macro
146 (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW))) {\
369 if (YYSTATE == STATE(ST_VALUE) || YYSTATE == STATE(ST_RAW)) { in ini_lex()
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dpgc.l414 state_before = YYSTATE;
425 state_before = YYSTATE;
522 state_before = YYSTATE;
533 state_before = YYSTATE;
540 state_before = YYSTATE;
546 state_before = YYSTATE;
552 state_before = YYSTATE;
669 state_before = YYSTATE;
674 state_before = YYSTATE;
711 state_before = YYSTATE;
/dports/databases/postgresql12-docs/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dpgc.l414 state_before = YYSTATE;
425 state_before = YYSTATE;
522 state_before = YYSTATE;
533 state_before = YYSTATE;
540 state_before = YYSTATE;
546 state_before = YYSTATE;
552 state_before = YYSTATE;
669 state_before = YYSTATE;
674 state_before = YYSTATE;
711 state_before = YYSTATE;
/dports/databases/postgresql12-server/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dpgc.l414 state_before = YYSTATE;
425 state_before = YYSTATE;
522 state_before = YYSTATE;
533 state_before = YYSTATE;
540 state_before = YYSTATE;
546 state_before = YYSTATE;
552 state_before = YYSTATE;
669 state_before = YYSTATE;
674 state_before = YYSTATE;
711 state_before = YYSTATE;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dpgc.l414 state_before = YYSTATE;
425 state_before = YYSTATE;
522 state_before = YYSTATE;
533 state_before = YYSTATE;
540 state_before = YYSTATE;
546 state_before = YYSTATE;
552 state_before = YYSTATE;
669 state_before = YYSTATE;
674 state_before = YYSTATE;
711 state_before = YYSTATE;
/dports/databases/postgresql12-contrib/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dpgc.l414 state_before = YYSTATE;
425 state_before = YYSTATE;
522 state_before = YYSTATE;
533 state_before = YYSTATE;
540 state_before = YYSTATE;
546 state_before = YYSTATE;
552 state_before = YYSTATE;
669 state_before = YYSTATE;
674 state_before = YYSTATE;
711 state_before = YYSTATE;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dpgc.l414 state_before = YYSTATE;
425 state_before = YYSTATE;
522 state_before = YYSTATE;
533 state_before = YYSTATE;
540 state_before = YYSTATE;
546 state_before = YYSTATE;
552 state_before = YYSTATE;
669 state_before = YYSTATE;
674 state_before = YYSTATE;
711 state_before = YYSTATE;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dpgc.l414 state_before = YYSTATE;
425 state_before = YYSTATE;
522 state_before = YYSTATE;
533 state_before = YYSTATE;
540 state_before = YYSTATE;
546 state_before = YYSTATE;
552 state_before = YYSTATE;
669 state_before = YYSTATE;
674 state_before = YYSTATE;
711 state_before = YYSTATE;
/dports/textproc/xenv/xenv-1.2/
H A Dxenv.l371 if (YYSTATE != FALSE)
378 if (YYSTATE != FALSE) {
486 if (YYSTATE != FALSE) {
523 && YYSTATE == INITIAL) {
594 st->state = YYSTATE;
1002 switch (YYSTATE) {
/dports/lang/pcc/pcc-1.1.0/cc/cpp/
H A Dscanner.l118 #define PRTOUT(x) if (YYSTATE || slow) return x; if (!flslvl) putstr((usch *)yytext);
136 "\n" { int os = YYSTATE;
188 if (slow && !YYSTATE)
195 num: if (YYSTATE == IFR)
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Dpgc.c411 #define YYSTATE YY_START macro
2103 state_before_str_start = YYSTATE;
2191 state_before_str_start = YYSTATE;
2217 state_before_str_start = YYSTATE;
2231 state_before_str_start = YYSTATE;
2245 state_before_str_start = YYSTATE;
2255 state_before_str_start = YYSTATE;
2265 state_before_str_start = YYSTATE;
2275 state_before_str_start = YYSTATE;
2293 state_before_str_stop = YYSTATE;
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Dpgc.c411 #define YYSTATE YY_START macro
2103 state_before_str_start = YYSTATE;
2191 state_before_str_start = YYSTATE;
2217 state_before_str_start = YYSTATE;
2231 state_before_str_start = YYSTATE;
2245 state_before_str_start = YYSTATE;
2255 state_before_str_start = YYSTATE;
2265 state_before_str_start = YYSTATE;
2275 state_before_str_start = YYSTATE;
2293 state_before_str_stop = YYSTATE;
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Dpgc.c411 #define YYSTATE YY_START macro
2103 state_before_str_start = YYSTATE;
2191 state_before_str_start = YYSTATE;
2217 state_before_str_start = YYSTATE;
2231 state_before_str_start = YYSTATE;
2245 state_before_str_start = YYSTATE;
2255 state_before_str_start = YYSTATE;
2265 state_before_str_start = YYSTATE;
2275 state_before_str_start = YYSTATE;
2293 state_before_str_stop = YYSTATE;
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Dpgc.c411 #define YYSTATE YY_START macro
2103 state_before_str_start = YYSTATE;
2191 state_before_str_start = YYSTATE;
2217 state_before_str_start = YYSTATE;
2231 state_before_str_start = YYSTATE;
2245 state_before_str_start = YYSTATE;
2255 state_before_str_start = YYSTATE;
2265 state_before_str_start = YYSTATE;
2275 state_before_str_start = YYSTATE;
2293 state_before_str_stop = YYSTATE;
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/ecpg/preproc/
H A Dpgc.c411 #define YYSTATE YY_START macro
2103 state_before_str_start = YYSTATE;
2191 state_before_str_start = YYSTATE;
2217 state_before_str_start = YYSTATE;
2231 state_before_str_start = YYSTATE;
2245 state_before_str_start = YYSTATE;
2255 state_before_str_start = YYSTATE;
2265 state_before_str_start = YYSTATE;
2275 state_before_str_start = YYSTATE;
2293 state_before_str_stop = YYSTATE;
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/ecpg/preproc/
H A Dpgc.c411 #define YYSTATE YY_START macro
2103 state_before_str_start = YYSTATE;
2191 state_before_str_start = YYSTATE;
2217 state_before_str_start = YYSTATE;
2231 state_before_str_start = YYSTATE;
2245 state_before_str_start = YYSTATE;
2255 state_before_str_start = YYSTATE;
2265 state_before_str_start = YYSTATE;
2275 state_before_str_start = YYSTATE;
2293 state_before_str_stop = YYSTATE;
[all …]

12345678910>>...76