Searched refs:SAVEI32 (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c138 SAVEI32(PL_padix);
139 SAVEI32(PL_comppad_name_fill);
140 SAVEI32(PL_min_intro_pending);
141 SAVEI32(PL_max_intro_pending);
143 SAVEI32(PL_pad_reset_pending);
883 SAVEI32(PL_comppad_name_floor);
889 SAVEI32(PL_min_intro_pending);
890 SAVEI32(PL_max_intro_pending);
892 SAVEI32(PL_comppad_name_fill);
893 SAVEI32(PL_padix_floo
[all...]
H A Dscope.h118 #define SAVEI32(i) save_I32(SOFT_CAST(I32*)&(i)) macro
182 #define SAVECOPLINE(c) SAVEI32(CopLINE(c))
H A Dregcomp.c5075 SAVEI32(PL_reg_flags); /* from regexec.c */
5087 SAVEI32(PL_reg_start_tmpl); /* from regexec.c */
5090 SAVEI32(PL_reg_eval_set); /* from regexec.c */
5091 SAVEI32(PL_regnarrate); /* from regexec.c */
5102 SAVEI32(PL_reg_oldpos); /* from regexec.c */
5107 SAVEI32(PL_reg_oldsavedlen); /* old length of saved substr during match */
5109 SAVEI32(PL_reg_maxiter); /* max wait until caching pos */
5111 SAVEI32(PL_reg_leftiter); /* wait until caching pos */
5115 SAVEI32(PL_reg_poscache_size); /* size of pos cache of WHILEM */
5118 SAVEI32(PL_regnpa
[all...]
H A Dtoke.c403 SAVEI32(PL_lex_dojoin);
404 SAVEI32(PL_lex_brackets);
405 SAVEI32(PL_lex_casemods);
406 SAVEI32(PL_lex_starts);
407 SAVEI32(PL_lex_state);
409 SAVEI32(PL_lex_inwhat);
413 SAVEI32(PL_nexttype[toke]);
416 SAVEI32(PL_nexttoke);
431 SAVEI32(PL_lex_defer);
432 SAVEI32(PL_sublex_inf
[all...]
H A Dutf8.c1590 SAVEI32(PL_hints);
1595 SAVEI32(PL_in_my);
H A Dpp_ctl.c1636 SAVEI32(PL_debug);
2807 SAVEI32(PL_error_count);
H A Dregexec.c2086 SAVEI32(cxstack[cxstack_ix].blk_oldsp);
H A Dop.c990 SAVEI32(PL_compiling.cop_arybase);

Completed in 83 milliseconds