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

1234567

/macosx-10.10.1/vim-55/src/
H A Dversion.c57 static void version_msg __ARGS((char *s));
1093 static void do_intro_line __ARGS((int row, char_u *mesg, int add_version, int attr));
H A Dops.c95 static void shift_block __ARGS((oparg_T *oap, int amount));
96 static void block_insert __ARGS((oparg_T *oap, char_u *s, int b_insert, struct block_def*bdp));
98 static int stuff_yank __ARGS((int, char_u *));
99 static void put_reedit_in_typebuf __ARGS((int silent));
100 static int put_in_typebuf __ARGS((char_u *s, int esc, int colon,
102 static void stuffescaped __ARGS((char_u *arg, int literally));
104 static void mb_adjust_opend __ARGS((oparg_T *oap));
106 static void free_yank __ARGS((long));
107 static void free_yank_all __ARGS((void));
108 static int yank_copy_line __ARGS((struc
[all...]
H A Dbuffer.c31 static char_u *buflist_match __ARGS((regprog_T *prog, buf_T *buf));
33 static char_u *fname_match __ARGS((regprog_T *prog, char_u *name));
35 static void buflist_setfpos __ARGS((buf_T *buf, win_T *win, linenr_T lnum, colnr_T col, int copy_options));
36 static wininfo_T *find_wininfo __ARGS((buf_T *buf, int skip_diff_buffer));
38 static buf_T *buflist_findname_stat __ARGS((char_u *ffname, struct stat *st));
39 static int otherfile_buf __ARGS((buf_T *buf, char_u *ffname, struct stat *stp));
40 static int buf_same_ino __ARGS((buf_T *buf, struct stat *stp));
42 static int otherfile_buf __ARGS((buf_T *buf, char_u *ffname));
45 static int ti_change __ARGS((char_u *str, char_u **last));
47 static int append_arg_number __ARGS((win_
[all...]
H A Dgetchar.c115 static char_u *get_buffcont __ARGS((struct buffheader *, int));
116 static void add_buff __ARGS((struct buffheader *, char_u *, long n));
117 static void add_num_buff __ARGS((struct buffheader *, long));
118 static void add_char_buff __ARGS((struct buffheader *, int));
119 static int read_stuff __ARGS((int advance));
120 static void start_stuff __ARGS((void));
121 static int read_redo __ARGS((int, int));
122 static void copy_redo __ARGS((int));
123 static void init_typebuf __ARGS((void));
124 static void gotchars __ARGS((char_
[all...]
H A Dblowfish.c40 static void bf_e_block __ARGS((UINT32_T *p_xl, UINT32_T *p_xr));
41 static void bf_e_cblock __ARGS((char_u *block));
42 static int bf_check_tables __ARGS((UINT32_T a_ipa[18], UINT32_T a_sbi[4][256], UINT32_T val));
43 static int bf_self_test __ARGS((void));
H A Dhashtab.c44 static int hash_may_resize __ARGS((hashtab_T *ht, int minitems));
H A Dos_win16.c82 __ARGS((int argc, char **argv));
H A Dsearch.c15 static void save_re_pat __ARGS((int idx, char_u *pat, int magic));
17 static void set_vv_searchforward __ARGS((void));
18 static int first_submatch __ARGS((regmmatch_T *rp));
20 static int check_prevcol __ARGS((char_u *linep, int col, int ch, int *prevcol));
21 static int inmacro __ARGS((char_u *, char_u *));
22 static int check_linecomment __ARGS((char_u *line));
23 static int cls __ARGS((void));
24 static int skip_chars __ARGS((int, int));
26 static void back_in_line __ARGS((void));
27 static void find_first_blank __ARGS((pos_
[all...]
H A Dui.c580 static int clip_compare_pos __ARGS((int row1, int col1, int row2, int col2));
581 static void clip_invert_area __ARGS((int, int, int, int, int how));
582 static void clip_invert_rectangle __ARGS((int row, int col, int height, int width, int invert));
583 static void clip_get_word_boundaries __ARGS((VimClipboard *, int, int));
584 static int clip_get_line_end __ARGS((int));
585 static void clip_update_modeless_selection __ARGS((VimClipboard *, int, int,
1946 static Boolean clip_x11_convert_selection_cb __ARGS((Widget, Atom *, Atom *, Atom *, XtPointer *, long_u *, int *));
1948 static void clip_x11_lose_ownership_cb __ARGS((Widget, Atom *));
1950 static void clip_x11_timestamp_cb __ARGS((Widget w, XtPointer n, XEvent *event, Boolean *cont));
2000 static void clip_x11_request_selection_cb __ARGS((Widge
[all...]
H A Dmbyte.c126 static int enc_canon_search __ARGS((char_u *name));
127 static int dbcs_char2len __ARGS((int c));
128 static int dbcs_char2bytes __ARGS((int c, char_u *buf));
129 static int dbcs_ptr2len __ARGS((char_u *p));
130 static int dbcs_ptr2len_len __ARGS((char_u *p, int size));
131 static int utf_ptr2cells_len __ARGS((char_u *p, int size));
132 static int dbcs_char2cells __ARGS((int c));
133 static int dbcs_ptr2cells_len __ARGS((char_u *p, int size));
134 static int dbcs_ptr2char __ARGS((char_u *p));
1159 static int intable __ARGS((struc
[all...]
H A Dex_cmds.c22 static int linelen __ARGS((int *has_tab));
24 static void do_filter __ARGS((linenr_T line1, linenr_T line2, exarg_T *eap, char_u *cmd, int do_in, int do_out));
26 static char_u *viminfo_filename __ARGS((char_u *));
27 static void do_viminfo __ARGS((FILE *fp_in, FILE *fp_out, int flags));
28 static int viminfo_encoding __ARGS((vir_T *virp));
29 static int read_viminfo_up_to_marks __ARGS((vir_T *virp, int forceit, int writing));
32 static int check_overwrite __ARGS((exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int other));
33 static int check_readonly __ARGS((int *forceit, buf_T *buf));
35 static void delbuf_msg __ARGS((char_u *name));
41 help_compare __ARGS((cons
[all...]
H A Dsha256.c25 static void sha256_process __ARGS((context_sha256_T *ctx, char_u data[64]));
274 static char_u *sha256_bytes __ARGS((char_u *buf, int buf_len, char_u *salt, int salt_len));
275 static unsigned int get_some_time __ARGS((void));
H A Dif_perl.xs82 static void xs_init __ARGS((pTHX));
83 static void VIM_init __ARGS((void));
84 EXTERN_C void boot_DynaLoader __ARGS((pTHX_ CV*));
H A Dcharset.c13 static int win_chartabsize __ARGS((win_T *wp, char_u *p, colnr_T col));
20 static int win_nolbr_chartabsize __ARGS((win_T *wp, char_u *s, colnr_T col, int *headp));
23 static unsigned nr2hex __ARGS((unsigned c));
H A Dpopupmnu.c33 static int pum_set_selected __ARGS((int n, int repeat));
H A Dgui_w32.c193 static void make_tooltip __ARGS((BalloonEval *beval, char *text, POINT pt));
194 static void delete_tooltip __ARGS((BalloonEval *beval));
195 static VOID CALLBACK BevalTimerProc __ARGS((HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime));
4666 void (*mesgCB)__ARGS((BalloonEval *, int));
H A Dif_python3.c416 static void get_py3_exceptions __ARGS((void));
H A Dstructs.h2290 void (*cb) __ARGS((vimmenu_T *)); /* Call-back routine */
H A Dex_cmds.h79 typedef void (*ex_func_T) __ARGS((exarg_T *eap));
1183 char_u *(*getline) __ARGS((int, void *, int));
H A Dgui_w48.c314 static void Handle_WM_Notify __ARGS((HWND hwnd, LPNMHDR pnmh));
315 static void TrackUserActivity __ARGS((UINT uMsg));

Completed in 384 milliseconds

1234567