Searched refs:SCNG (Results 1 – 2 of 2) sorted by relevance
84 #define SCNG LANG_SCNG macro183 if (!SCNG(yy_start)) { in yy_scan_buffer()313 if (SCNG(on_event)) { in zend_lex_tstring()555 …if ((size_t)-1 == SCNG(input_filter)(&SCNG(script_filtered), &SCNG(script_filtered_size), SCNG(scr… in open_file_for_scanning()732 SCNG(yy_in) = NULL; in zend_prepare_string_for_scanning()746 …if ((size_t)-1 == SCNG(input_filter)(&SCNG(script_filtered), &SCNG(script_filtered_size), SCNG(scr… in zend_prepare_string_for_scanning()765 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()880 …if ((size_t)-1 == SCNG(input_filter)(&new_yy_start, &length, SCNG(script_org), SCNG(script_org_siz… in zend_multibyte_yyinput_again()891 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()892 SCNG(yy_marker) = new_yy_start + (SCNG(yy_marker) - SCNG(yy_start)); in zend_multibyte_yyinput_again()[all …]
104 #define SCNG INI_SCNG macro229 SCNG(lineno) = 1; in init_ini_scanner()231 SCNG(yy_in) = fh; in init_ini_scanner()259 return SCNG(lineno); in zend_ini_scanner_get_lineno()346 SCNG(lineno)++; in zend_ini_escape_string()414 SCNG(yy_text)++;422 SCNG(lineno)++;532 SCNG(yy_text)++;545 SCNG(lineno)++;639 SCNG(lineno)++;[all …]
Completed in 12 milliseconds