Home
last modified time | relevance | path

Searched refs:REENTR (Results 1 – 19 of 19) sorted by relevance

/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Ducppi.h184 #define eval_line (REENTR->_global.eval_line)
220 #define emit_defines (REENTR->emit_defines)
221 #define emit_assertions (REENTR->emit_assertions)
222 #define c99_compliant (REENTR->c99_compliant)
223 #define c99_hosted (REENTR->c99_hosted)
224 #define emit_output (REENTR->emit_output)
225 #define current_filename (REENTR->current_filename)
227 #define ouch (REENTR->ucpp_ouch)
228 #define error (REENTR->ucpp_error)
229 #define warning (REENTR->ucpp_warning)
[all …]
H A Dreent.h39 #define pCPP struct CPP *REENTR
41 #define aCPP REENTR
H A Dcpp.c86 #define ls_depth (REENTR->_cpp.ls_depth)
87 #define ls_stack (REENTR->_cpp.ls_stack)
90 #define found_files (REENTR->_cpp.found_files)
185 memset(REENTR, 0, sizeof(struct CPP)); in new_cpp()
188 REENTR->ucpp_ouch = ucpp_ouch; in new_cpp()
189 REENTR->ucpp_error = ucpp_error; in new_cpp()
190 REENTR->ucpp_warning = ucpp_warning; in new_cpp()
193 REENTR->_lexer.sm = new_cppm(); in new_cpp()
202 return REENTR; in new_cpp()
2676 struct CPP *REENTR = new_cpp(); in main() local
[all …]
H A Dassert.c47 #define assertions (REENTR->_assert.assertions)
48 #define assertions_init_done (REENTR->_assert.assertions_init_done)
145 struct CPP *REENTR = re; in print_assert() local
H A Dlexer.c351 #define dCPPM int (*cppm)[MAX_CHAR_VAL] = REENTR->_lexer.sm->cppm
352 #define dCPPM_VCH int *cppm_vch = REENTR->_lexer.sm->cppm_vch
H A Dmacro.c45 #define macros (REENTR->_macro.macros)
46 #define macros_init_done (REENTR->_macro.macros_init_done)
316 struct CPP *REENTR = re; in print_macro() local
350 struct CPP *REENTR = a->re; in macro_iter() local
H A Deval.c40 #define emit_eval_warnings (REENTR->_eval.emit_eval_warnings)
/dports/lang/perl5.34/perl-5.34.0/
H A Dreentr.c178 Newx(PL_reentrant_buffer, 1, REENTR); in Perl_reentrant_init()
H A Dintrpvar.h855 PERLVAR(I, reentrant_buffer, REENTR *) /* here we store the _r buffers */
H A Dreentr.h819 } REENTR; typedef
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dreentr.c178 Newx(PL_reentrant_buffer, 1, REENTR); in Perl_reentrant_init()
H A Dintrpvar.h855 PERLVAR(I, reentrant_buffer, REENTR *) /* here we store the _r buffers */
H A Dreentr.h819 } REENTR; typedef
/dports/lang/perl5.30/perl-5.30.3/
H A Dreentr.c146 Newx(PL_reentrant_buffer, 1, REENTR); in Perl_reentrant_init()
H A Dintrpvar.h702 PERLVAR(I, reentrant_buffer, REENTR *) /* here we store the _r buffers */
H A Dreentr.h762 } REENTR; typedef
/dports/lang/perl5.32/perl-5.32.1/
H A Dreentr.c178 Newx(PL_reentrant_buffer, 1, REENTR); in Perl_reentrant_init()
H A Dintrpvar.h784 PERLVAR(I, reentrant_buffer, REENTR *) /* here we store the _r buffers */
H A Dreentr.h813 } REENTR; typedef