Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* auto/if_perl.c */ |
Bram Moolenaar | c81e5e7 | 2007-05-05 18:24:42 +0000 | [diff] [blame] | 2 | int perl_enabled __ARGS((int verbose)); |
| 3 | void perl_end __ARGS((void)); |
| 4 | void msg_split __ARGS((char_u *s, int attr)); |
| 5 | void perl_win_free __ARGS((win_T *wp)); |
| 6 | void perl_buf_free __ARGS((buf_T *bp)); |
| 7 | void ex_perl __ARGS((exarg_T *eap)); |
| 8 | void ex_perldo __ARGS((exarg_T *eap)); |
Bram Moolenaar | e9b892e | 2016-01-17 21:15:58 +0100 | [diff] [blame] | 9 | void do_perleval __ARGS((char_u *str, typval_T *rettv)); |