1/* ex_cmds2.c */ 2int autowrite(buf_T *buf, int forceit); 3void autowrite_all(void); 4int check_changed(buf_T *buf, int flags); 5void browse_save_fname(buf_T *buf); 6void dialog_changed(buf_T *buf, int checkall); 7int can_abandon(buf_T *buf, int forceit); 8int check_changed_any(int hidden, int unload); 9int check_fname(void); 10int buf_write_all(buf_T *buf, int forceit); 11void ex_listdo(exarg_T *eap); 12void ex_compiler(exarg_T *eap); 13void init_pyxversion(void); 14void ex_pyxfile(exarg_T *eap); 15void ex_pyx(exarg_T *eap); 16void ex_pyxdo(exarg_T *eap); 17void ex_checktime(exarg_T *eap); 18/* vim: set ft=c : */ 19