1*0Sstevel@tonic-gate /* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! 2*0Sstevel@tonic-gate This file is built by opcode.pl from its data. Any changes made here 3*0Sstevel@tonic-gate will be lost! 4*0Sstevel@tonic-gate */ 5*0Sstevel@tonic-gate 6*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_anoncode) 7*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_bitop) 8*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_concat) 9*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_defined) 10*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_delete) 11*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_die) 12*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_eof) 13*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_eval) 14*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_exec) 15*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_exists) 16*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_exit) 17*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_ftst) 18*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_fun) 19*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_glob) 20*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_grep) 21*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_index) 22*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_join) 23*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_lengthconst) 24*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_lfun) 25*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_listiob) 26*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_match) 27*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_method) 28*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_null) 29*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_open) 30*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_repeat) 31*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_require) 32*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_return) 33*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_rfun) 34*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_rvconst) 35*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_sassign) 36*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_select) 37*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_shift) 38*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_sort) 39*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_spair) 40*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_split) 41*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_subr) 42*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_substr) 43*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_svconst) 44*0Sstevel@tonic-gate PERL_CKDEF(Perl_ck_trunc) 45*0Sstevel@tonic-gate 46*0Sstevel@tonic-gate 47*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_null) 48*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_stub) 49*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_scalar) 50*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_pushmark) 51*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_wantarray) 52*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_const) 53*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gvsv) 54*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gv) 55*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gelem) 56*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_padsv) 57*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_padav) 58*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_padhv) 59*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_padany) 60*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_pushre) 61*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rv2gv) 62*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rv2sv) 63*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_av2arylen) 64*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rv2cv) 65*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_anoncode) 66*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_prototype) 67*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_refgen) 68*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_srefgen) 69*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ref) 70*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_bless) 71*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_backtick) 72*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_glob) 73*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_readline) 74*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rcatline) 75*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_regcmaybe) 76*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_regcreset) 77*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_regcomp) 78*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_match) 79*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_qr) 80*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_subst) 81*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_substcont) 82*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_trans) 83*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sassign) 84*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_aassign) 85*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_chop) 86*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_schop) 87*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_chomp) 88*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_schomp) 89*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_defined) 90*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_undef) 91*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_study) 92*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_pos) 93*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_preinc) 94*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_predec) 95*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_postinc) 96*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_postdec) 97*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_pow) 98*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_multiply) 99*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_multiply) 100*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_divide) 101*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_divide) 102*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_modulo) 103*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_modulo) 104*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_repeat) 105*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_add) 106*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_add) 107*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_subtract) 108*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_subtract) 109*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_concat) 110*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_stringify) 111*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_left_shift) 112*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_right_shift) 113*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_lt) 114*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_lt) 115*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gt) 116*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_gt) 117*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_le) 118*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_le) 119*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ge) 120*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_ge) 121*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_eq) 122*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_eq) 123*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ne) 124*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_ne) 125*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ncmp) 126*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_ncmp) 127*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_slt) 128*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sgt) 129*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sle) 130*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sge) 131*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_seq) 132*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sne) 133*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_scmp) 134*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_bit_and) 135*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_bit_xor) 136*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_bit_or) 137*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_negate) 138*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_i_negate) 139*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_not) 140*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_complement) 141*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_atan2) 142*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sin) 143*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_cos) 144*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rand) 145*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_srand) 146*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_exp) 147*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_log) 148*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sqrt) 149*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_int) 150*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_hex) 151*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_oct) 152*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_abs) 153*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_length) 154*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_substr) 155*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_vec) 156*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_index) 157*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rindex) 158*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sprintf) 159*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_formline) 160*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ord) 161*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_chr) 162*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_crypt) 163*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ucfirst) 164*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_lcfirst) 165*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_uc) 166*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_lc) 167*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_quotemeta) 168*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rv2av) 169*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_aelemfast) 170*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_aelem) 171*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_aslice) 172*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_each) 173*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_values) 174*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_keys) 175*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_delete) 176*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_exists) 177*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rv2hv) 178*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_helem) 179*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_hslice) 180*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_unpack) 181*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_pack) 182*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_split) 183*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_join) 184*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_list) 185*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_lslice) 186*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_anonlist) 187*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_anonhash) 188*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_splice) 189*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_push) 190*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_pop) 191*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_shift) 192*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_unshift) 193*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sort) 194*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_reverse) 195*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_grepstart) 196*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_grepwhile) 197*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_mapstart) 198*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_mapwhile) 199*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_range) 200*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_flip) 201*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_flop) 202*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_and) 203*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_or) 204*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_xor) 205*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_cond_expr) 206*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_andassign) 207*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_orassign) 208*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_method) 209*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_entersub) 210*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_leavesub) 211*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_leavesublv) 212*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_caller) 213*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_warn) 214*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_die) 215*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_reset) 216*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_lineseq) 217*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_nextstate) 218*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_dbstate) 219*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_unstack) 220*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_enter) 221*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_leave) 222*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_scope) 223*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_enteriter) 224*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_iter) 225*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_enterloop) 226*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_leaveloop) 227*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_return) 228*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_last) 229*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_next) 230*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_redo) 231*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_dump) 232*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_goto) 233*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_exit) 234*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_open) 235*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_close) 236*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_pipe_op) 237*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fileno) 238*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_umask) 239*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_binmode) 240*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_tie) 241*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_untie) 242*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_tied) 243*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_dbmopen) 244*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_dbmclose) 245*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sselect) 246*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_select) 247*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_getc) 248*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_read) 249*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_enterwrite) 250*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_leavewrite) 251*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_prtf) 252*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_print) 253*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sysopen) 254*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sysseek) 255*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sysread) 256*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_syswrite) 257*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_send) 258*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_recv) 259*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_eof) 260*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_tell) 261*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_seek) 262*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_truncate) 263*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fcntl) 264*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ioctl) 265*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_flock) 266*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_socket) 267*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sockpair) 268*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_bind) 269*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_connect) 270*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_listen) 271*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_accept) 272*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_shutdown) 273*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gsockopt) 274*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ssockopt) 275*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_getsockname) 276*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_getpeername) 277*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_lstat) 278*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_stat) 279*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftrread) 280*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftrwrite) 281*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftrexec) 282*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fteread) 283*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftewrite) 284*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fteexec) 285*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftis) 286*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fteowned) 287*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftrowned) 288*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftzero) 289*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftsize) 290*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftmtime) 291*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftatime) 292*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftctime) 293*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftsock) 294*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftchr) 295*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftblk) 296*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftfile) 297*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftdir) 298*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftpipe) 299*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftlink) 300*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftsuid) 301*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftsgid) 302*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftsvtx) 303*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fttty) 304*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fttext) 305*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ftbinary) 306*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_chdir) 307*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_chown) 308*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_chroot) 309*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_unlink) 310*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_chmod) 311*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_utime) 312*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rename) 313*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_link) 314*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_symlink) 315*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_readlink) 316*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_mkdir) 317*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rmdir) 318*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_open_dir) 319*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_readdir) 320*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_telldir) 321*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_seekdir) 322*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_rewinddir) 323*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_closedir) 324*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_fork) 325*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_wait) 326*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_waitpid) 327*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_system) 328*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_exec) 329*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_kill) 330*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_getppid) 331*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_getpgrp) 332*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_setpgrp) 333*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_getpriority) 334*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_setpriority) 335*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_time) 336*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_tms) 337*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_localtime) 338*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gmtime) 339*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_alarm) 340*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sleep) 341*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_shmget) 342*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_shmctl) 343*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_shmread) 344*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_shmwrite) 345*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_msgget) 346*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_msgctl) 347*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_msgsnd) 348*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_msgrcv) 349*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_semget) 350*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_semctl) 351*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_semop) 352*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_require) 353*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_dofile) 354*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_entereval) 355*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_leaveeval) 356*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_entertry) 357*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_leavetry) 358*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ghbyname) 359*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ghbyaddr) 360*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ghostent) 361*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gnbyname) 362*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gnbyaddr) 363*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gnetent) 364*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gpbyname) 365*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gpbynumber) 366*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gprotoent) 367*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gsbyname) 368*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gsbyport) 369*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gservent) 370*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_shostent) 371*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_snetent) 372*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sprotoent) 373*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sservent) 374*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ehostent) 375*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_enetent) 376*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_eprotoent) 377*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_eservent) 378*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gpwnam) 379*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gpwuid) 380*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_gpwent) 381*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_spwent) 382*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_epwent) 383*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ggrnam) 384*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ggrgid) 385*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_ggrent) 386*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_sgrent) 387*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_egrent) 388*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_getlogin) 389*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_syscall) 390*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_lock) 391*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_threadsv) 392*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_setstate) 393*0Sstevel@tonic-gate PERL_PPDEF(Perl_pp_method_named) 394