Searched refs:__ARGS (Results 1 - 25 of 170) sorted by relevance

1234567

/macosx-10.10.1/vim-55/src/proto/
H A Dif_perlsfio.pro2 int *sfdcnewvim __ARGS((void));
H A Dpopupmnu.pro2 void pum_display __ARGS((pumitem_T *array, int size, int selected));
3 void pum_redraw __ARGS((void));
4 void pum_undisplay __ARGS((void));
5 void pum_clear __ARGS((void));
6 int pum_visible __ARGS((void));
7 int pum_get_height __ARGS((void));
H A Dhangulin.pro2 int hangul_input_state_get __ARGS((void));
3 void hangul_input_state_set __ARGS((int state));
4 int im_get_status __ARGS((void));
5 void hangul_input_state_toggle __ARGS((void));
6 void hangul_keyboard_set __ARGS((void));
7 int hangul_input_process __ARGS((char_u *s, int len));
8 void hangul_input_clear __ARGS((void));
H A Dversion.pro2 void make_version __ARGS((void));
3 int highest_patch __ARGS((void));
4 int has_patch __ARGS((int n));
5 void ex_version __ARGS((exarg_T *eap));
6 void list_version __ARGS((void));
7 void intro_message __ARGS((int colon));
8 void ex_intro __ARGS((exarg_T *eap));
H A Dos_qnx.pro2 void qnx_init __ARGS((void));
3 void qnx_clip_init __ARGS((void));
4 int clip_mch_own_selection __ARGS((VimClipboard *cbd));
5 void clip_mch_lose_selection __ARGS((VimClipboard *cbd));
6 void clip_mch_request_selection __ARGS((VimClipboard *cbd));
7 void clip_mch_set_selection __ARGS((VimClipboard *cbd));
H A Dhardcopy.pro2 char_u *parse_printoptions __ARGS((void));
3 char_u *parse_printmbfont __ARGS((void));
4 int prt_header_height __ARGS((void));
5 int prt_use_number __ARGS((void));
6 int prt_get_unit __ARGS((int idx));
7 void ex_hardcopy __ARGS((exarg_T *eap));
8 void mch_print_cleanup __ARGS((void));
9 int mch_print_init __ARGS((prt_settings_T *psettings, char_u *jobname, int forceit));
10 int mch_print_begin __ARGS((prt_settings_T *psettings));
11 void mch_print_end __ARGS((prt_settings_
[all...]
H A Dif_tcl.pro2 void vim_tcl_init __ARGS((char *arg));
3 int tcl_enabled __ARGS((int verbose));
4 void tcl_end __ARGS((void));
5 void ex_tcl __ARGS((exarg_T *eap));
6 void ex_tclfile __ARGS((exarg_T *eap));
7 void ex_tcldo __ARGS((exarg_T *eap));
8 void tcl_buffer_free __ARGS((buf_T *buf));
9 void tcl_window_free __ARGS((win_T *win));
H A Dpty.pro2 int OpenPTY __ARGS((char **ttyn));
3 int SetupSlavePTY __ARGS((int fd));
H A Dgui.pro2 void gui_start __ARGS((void));
3 void gui_prepare __ARGS((int *argc, char **argv));
4 int gui_init_check __ARGS((void));
5 void gui_init __ARGS((void));
6 void gui_exit __ARGS((int rc));
7 void gui_shell_closed __ARGS((void));
8 int gui_init_font __ARGS((char_u *font_list, int fontset));
9 int gui_get_wide_font __ARGS((void));
10 void gui_set_cursor __ARGS((int row, int col));
11 void gui_update_cursor __ARGS((in
[all...]
H A Dif_mzsch.pro2 int mzscheme_enabled __ARGS((int verbose));
3 void mzscheme_end __ARGS((void));
4 void ex_mzscheme __ARGS((exarg_T *eap));
5 void ex_mzfile __ARGS((exarg_T *eap));
6 void mzscheme_buffer_free __ARGS((buf_T *buf));
7 void mzscheme_window_free __ARGS((win_T *win));
8 char *mzscheme_version __ARGS((void));
10 void raise_if_error __ARGS((void));
11 buf_T *get_valid_buffer __ARGS((void *));
12 win_T *get_valid_window __ARGS((voi
[all...]
H A Dif_ole.pro2 void InitOLE __ARGS((int* pbDoRestart));
3 void UninitOLE __ARGS((void));
4 void RegisterMe __ARGS((int silent));
5 void UnregisterMe __ARGS((int bNotifyUser));
H A Ddigraph.pro2 int do_digraph __ARGS((int c));
3 int get_digraph __ARGS((int cmdline));
4 int getdigraph __ARGS((int char1, int char2, int meta));
5 void putdigraph __ARGS((char_u *str));
6 void listdigraphs __ARGS((void));
7 char_u *keymap_init __ARGS((void));
8 void ex_loadkeymap __ARGS((exarg_T *eap));
H A Dif_lua.pro2 int lua_enabled __ARGS((int verbose));
3 void lua_end __ARGS((void));
4 void ex_lua __ARGS((exarg_T *eap));
5 void ex_luado __ARGS((exarg_T *eap));
6 void ex_luafile __ARGS((exarg_T *eap));
7 void lua_buffer_free __ARGS((buf_T *buf));
8 void lua_window_free __ARGS((win_T *win));
H A Dif_perl.pro2 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));
H A Dif_python.pro2 int python_enabled __ARGS((int verbose));
3 void python_end __ARGS((void));
4 int python_loaded __ARGS((void));
5 void ex_python __ARGS((exarg_T *eap));
6 void ex_pyfile __ARGS((exarg_T *eap));
7 void python_buffer_free __ARGS((buf_T *buf));
8 void python_window_free __ARGS((win_T *win));
H A Dif_python3.pro2 int python3_enabled __ARGS((int verbose));
3 void python3_end __ARGS((void));
4 int python3_loaded __ARGS((void));
5 void ex_py3 __ARGS((exarg_T *eap));
6 void ex_py3file __ARGS((exarg_T *eap));
7 void python3_buffer_free __ARGS((buf_T *buf));
8 void python3_window_free __ARGS((win_T *win));
H A Dif_ruby.pro2 int ruby_enabled __ARGS((int verbose));
3 void ruby_end __ARGS((void));
4 void ex_ruby __ARGS((exarg_T *eap));
5 void ex_rubydo __ARGS((exarg_T *eap));
6 void ex_rubyfile __ARGS((exarg_T *eap));
7 void ruby_buffer_free __ARGS((buf_T *buf));
8 void ruby_window_free __ARGS((win_T *win));
H A Dnetbeans.pro2 void netbeans_parse_messages __ARGS((void));
3 void netbeans_read __ARGS((void));
4 int isNetbeansBuffer __ARGS((buf_T *bufp));
5 int isNetbeansModified __ARGS((buf_T *bufp));
6 void netbeans_end __ARGS((void));
7 void ex_nbclose __ARGS((exarg_T *eap));
8 void ex_nbkey __ARGS((exarg_T *eap));
9 void ex_nbstart __ARGS((exarg_T *eap));
10 void netbeans_beval_cb __ARGS((BalloonEval *beval, int state));
11 int netbeans_active __ARGS((voi
[all...]
H A Dedit.pro2 int edit __ARGS((int cmdchar, int startln, long count));
3 void edit_putchar __ARGS((int c, int highlight));
4 void edit_unputchar __ARGS((void));
5 void display_dollar __ARGS((colnr_T col));
6 void change_indent __ARGS((int type, int amount, int round, int replaced, int call_changed_bytes));
7 void truncate_spaces __ARGS((char_u *line));
8 void backspace_until_column __ARGS((int col));
9 int vim_is_ctrl_x_key __ARGS((int c));
10 int ins_compl_add_infercase __ARGS((char_u *str, int len, int icase, char_u *fname, int dir, int flags));
11 void set_completion __ARGS((colnr_
[all...]
H A Dos_win16.pro2 void mch_setmouse __ARGS((int on));
3 void mch_init __ARGS((void));
4 int mch_check_win __ARGS((int argc, char **argv));
5 long mch_get_pid __ARGS((void));
6 int mch_call_shell __ARGS((char_u *cmd, int options));
7 void mch_delay __ARGS((long msec, int ignoreinput));
8 void mch_breakcheck __ARGS((void));
9 long_u mch_avail_mem __ARGS((int special));
10 int mch_rename __ARGS((const char *pszOldFile, const char *pszNewFile));
11 char *default_shell __ARGS((voi
[all...]
H A Dgui_riscos.pro4 void gui_mch_prepare __ARGS((int *argc, char **argv));
5 int gui_mch_init_check __ARGS((void));
6 int gui_mch_init __ARGS((void));
7 void gui_mch_uninit __ARGS((void));
8 void gui_mch_new_colors __ARGS((void));
9 int gui_mch_open __ARGS((void));
10 void gui_init_tooltip_font __ARGS((void));
11 void gui_init_menu_font __ARGS((void));void gui_mch_exit __ARGS((int rc));
12 int gui_mch_get_winpos __ARGS((in
[all...]
H A Dui.pro2 void ui_write __ARGS((char_u *s, int len));
3 void ui_inchar_undo __ARGS((char_u *s, int len));
4 int ui_inchar __ARGS((char_u *buf, int maxlen, long wtime, int tb_change_cnt));
5 int ui_char_avail __ARGS((void));
6 void ui_delay __ARGS((long msec, int ignoreinput));
7 void ui_suspend __ARGS((void));
8 void suspend_shell __ARGS((void));
9 int ui_get_shellsize __ARGS((void));
10 void ui_set_shellsize __ARGS((int mustset));
11 void ui_new_shellsize __ARGS((voi
[all...]
H A Dmove.pro2 void update_topline_redraw __ARGS((void));
3 void update_topline __ARGS((void));
4 void update_curswant __ARGS((void));
5 void check_cursor_moved __ARGS((win_T *wp));
6 void changed_window_setting __ARGS((void));
7 void changed_window_setting_win __ARGS((win_T *wp));
8 void set_topline __ARGS((win_T *wp, linenr_T lnum));
9 void changed_cline_bef_curs __ARGS((void));
10 void changed_cline_bef_curs_win __ARGS((win_T *wp));
11 void changed_line_abv_curs __ARGS((voi
[all...]
H A Dops.pro2 int get_op_type __ARGS((int char1, int char2));
3 int op_on_lines __ARGS((int op));
4 int get_op_char __ARGS((int optype));
5 int get_extra_op_char __ARGS((int optype));
6 void op_shift __ARGS((oparg_T *oap, int curs_top, int amount));
7 void shift_line __ARGS((int left, int round, int amount, int call_changed_bytes));
8 void op_reindent __ARGS((oparg_T *oap, int (*how)(void)));
9 int get_expr_register __ARGS((void));
10 void set_expr_line __ARGS((char_u *new_line));
11 char_u *get_expr_line __ARGS((voi
[all...]
H A Dterm.pro2 int set_termname __ARGS((char_u *term));
3 void set_mouse_termcode __ARGS((int n, char_u *s));
4 void del_mouse_termcode __ARGS((int n));
5 void getlinecol __ARGS((long *cp, long *rp));
6 int add_termcap_entry __ARGS((char_u *name, int force));
7 int term_is_8bit __ARGS((char_u *name));
8 int term_is_gui __ARGS((char_u *name));
9 char_u *tltoa __ARGS((unsigned long i));
10 void termcapinit __ARGS((char_u *name));
11 void out_flush __ARGS((voi
[all...]

Completed in 312 milliseconds

1234567