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