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