2004-06-13 20:20:40 +00:00
|
|
|
/* auto/if_perl.c */
|
2007-05-05 18:24:42 +00:00
|
|
|
int perl_enabled __ARGS((int verbose));
|
|
|
|
void perl_end __ARGS((void));
|
|
|
|
void msg_split __ARGS((char_u *s, int attr));
|
|
|
|
void perl_win_free __ARGS((win_T *wp));
|
|
|
|
void perl_buf_free __ARGS((buf_T *bp));
|
|
|
|
void ex_perl __ARGS((exarg_T *eap));
|
|
|
|
void ex_perldo __ARGS((exarg_T *eap));
|
2016-01-17 21:15:58 +01:00
|
|
|
void do_perleval __ARGS((char_u *str, typval_T *rettv));
|