Lines Matching refs:FFI_G
58 #define yy_buf FFI_G(buf)
59 #define yy_end FFI_G(end)
60 #define yy_pos FFI_G(pos)
61 #define yy_text FFI_G(text)
62 #define yy_line FFI_G(line)
443 {bool old_allow_vla = FFI_G(allow_vla);}
444 {FFI_G(allow_vla) = 1;}
450 {FFI_G(allow_vla) = old_allow_vla;}
506 {orig_attribute_parsing = FFI_G(attribute_parsing);}
507 {FFI_G(attribute_parsing) = 1;}
515 {FFI_G(attribute_parsing) = orig_attribute_parsing;}
882 if (SETJMP(FFI_G(bailout))==0) {
883 FFI_G(allow_vla) = 0;
884 FFI_G(attribute_parsing) = 0;
897 if (SETJMP(FFI_G(bailout))==0) {
898 FFI_G(allow_vla) = 0;
899 FFI_G(attribute_parsing) = 0;