Home
last modified time | relevance | path

Searched refs:PERLVAR (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dintrpvar.h36 PERLVAR(I, stack_max, SV **)
110 PERLVAR(I, dowarn, U8)
217 PERLVAR(I, sv_yes, SV)
218 PERLVAR(I, sv_undef, SV)
219 PERLVAR(I, sv_no, SV)
220 PERLVAR(I, sv_zero, SV)
245 PERLVAR(I, Sv, SV *)
278 PERLVAR(I, statgv, GV *)
483 PERLVAR(I, perldb, U32)
492 PERLVAR(I, envgv, GV *)
[all …]
H A Dperlvars.h38 PERLVAR(G, op_mutex, perl_mutex) /* Mutex for op refcounting */
45 PERLVAR(G, thr_key, perl_key) /* key to retrieve per-thread struct */
71 PERLVAR(G, sigfpe_saved, Sighandler_t)
89 PERLVAR(G, perlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */
164 PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
171 PERLVAR(G, my_ctx_mutex, perl_mutex)
343 PERLVAR(G, dollarzero_mutex, perl_mutex) /* Modifying $0 */
351 PERLVAR(G, sv_placeholder, SV)
354 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */
371 PERLVAR(G, perllib_sep, char)
[all …]
H A Dperl.h6128 # define PERLVAR(prefix,var,type) type prefix##var; macro
6158 # undef PERLVAR
6204 #define PERLVAR(prefix,var,type) EXT type PL_##var; macro
6235 #undef PERLVAR
6242 # define PERLVAR(prefix,var,type) type prefix##var; macro
6254 # undef PERLVAR
H A Dperl.c4022 # define PERLVAR(prefix,var,type) in S_init_interp() macro
4032 # undef PERLVAR in S_init_interp()
4037 # define PERLVAR(prefix,var,type) in S_init_interp()
4042 # undef PERLVAR in S_init_interp()
H A Dutf8.c3316 PERLVAR(I, seen_deprecated_macro, HV *) in PERLVAR() function
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000377 PERLVAR # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5160delta.pod2343 configuration. PERLVAR*() macros now directly expand their arguments to