Searched refs:PERLVAR (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | intrpvar.h | 36 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 D | perlvars.h | 38 PERLVAR(G, op_mutex, perl_mutex) /* Mutex for op refcounting */ 45 PERLVAR(G, thr_key, perl_key) /* key to retrieve per-thread struct */ 70 PERLVAR(G, sigfpe_saved, Sighandler_t) 87 PERLVAR(G, perlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */ 162 PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */ 169 PERLVAR(G, my_ctx_mutex, perl_mutex) 341 PERLVAR(G, dollarzero_mutex, perl_mutex) /* Modifying $0 */ 349 PERLVAR(G, sv_placeholder, SV) 352 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */ 369 PERLVAR(G, perllib_sep, char) [all …]
|
H A D | perl.h | 6126 # define PERLVAR(prefix,var,type) type prefix##var; macro 6156 # undef PERLVAR 6202 #define PERLVAR(prefix,var,type) EXT type PL_##var; macro 6233 #undef PERLVAR 6240 # define PERLVAR(prefix,var,type) type prefix##var; macro 6252 # undef PERLVAR
|
H A D | perl.c | 4071 # define PERLVAR(prefix,var,type) in S_init_interp() macro 4081 # undef PERLVAR in S_init_interp() 4086 # define PERLVAR(prefix,var,type) in S_init_interp() 4091 # undef PERLVAR in S_init_interp()
|
H A D | utf8.c | 3320 PERLVAR(I, seen_deprecated_macro, HV *) in PERLVAR() function
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5005000 | 377 PERLVAR # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5160delta.pod | 2343 configuration. PERLVAR*() macros now directly expand their arguments to
|