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