Lines Matching refs:yy_text
61 #define yy_text FFI_G(text)
150 …( ?{sym != YY_ID || zend_ffi_is_typedef_name((const char*)yy_text, yy_pos - yy_text) || (dcl->flag…
794 ( ?{!zend_ffi_is_typedef_name((const char*)yy_text, yy_pos - yy_text)}
806 ( ?{zend_ffi_is_typedef_name((const char*)yy_text, yy_pos - yy_text)}
844 {*name = (const char*)yy_text; *name_len = yy_pos - yy_text;}
849 {zend_ffi_val_number(val, 8, (const char*)yy_text, yy_pos - yy_text);}
854 {zend_ffi_val_number(val, 10, (const char*)yy_text, yy_pos - yy_text);}
859 {zend_ffi_val_number(val, 16, (const char*)yy_text + 2, yy_pos - yy_text - 2);}
864 {zend_ffi_val_float_number(val, (const char*)yy_text, yy_pos - yy_text);}
869 {zend_ffi_val_string(val, (const char*)yy_text, yy_pos - yy_text);}
874 {zend_ffi_val_character(val, (const char*)yy_text, yy_pos - yy_text);}
904 yy_pos = yy_text = yy_buf = (unsigned char*)str;