blob: 32728147596f12e2d6d9ac06b86474191b460ad9 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* auto/if_perl.c */
Bram Moolenaarc81e5e72007-05-05 18:24:42 +00002int perl_enabled __ARGS((int verbose));
3void perl_end __ARGS((void));
4void msg_split __ARGS((char_u *s, int attr));
5void perl_win_free __ARGS((win_T *wp));
6void perl_buf_free __ARGS((buf_T *bp));
7void ex_perl __ARGS((exarg_T *eap));
8void ex_perldo __ARGS((exarg_T *eap));
Bram Moolenaare9b892e2016-01-17 21:15:58 +01009void do_perleval __ARGS((char_u *str, typval_T *rettv));