comparison src/proto/option.pro @ 681:9364d114ed8d v7.0204

updated for version 7.0204
author vimboss
date Wed, 22 Feb 2006 21:25:37 +0000
parents 7437be625546
children 07d199fe02ed
comparison
equal deleted inserted replaced
680:5b101ff9d4c4 681:9364d114ed8d
15 void check_options __ARGS((void)); 15 void check_options __ARGS((void));
16 void check_buf_options __ARGS((buf_T *buf)); 16 void check_buf_options __ARGS((buf_T *buf));
17 void free_string_option __ARGS((char_u *p)); 17 void free_string_option __ARGS((char_u *p));
18 void clear_string_option __ARGS((char_u **pp)); 18 void clear_string_option __ARGS((char_u **pp));
19 void set_term_option_alloced __ARGS((char_u **p)); 19 void set_term_option_alloced __ARGS((char_u **p));
20 int was_set_insecurely __ARGS((char_u *opt)); 20 int was_set_insecurely __ARGS((char_u *opt, int opt_flags));
21 void set_string_option_direct __ARGS((char_u *name, int opt_idx, char_u *val, int opt_flags)); 21 void set_string_option_direct __ARGS((char_u *name, int opt_idx, char_u *val, int opt_flags));
22 char_u *check_stl_option __ARGS((char_u *s)); 22 char_u *check_stl_option __ARGS((char_u *s));
23 void set_option_scriptID __ARGS((char_u *name, int id));
23 int get_option_value __ARGS((char_u *name, long *numval, char_u **stringval, int opt_flags)); 24 int get_option_value __ARGS((char_u *name, long *numval, char_u **stringval, int opt_flags));
24 void set_option_value __ARGS((char_u *name, long number, char_u *string, int opt_flags)); 25 void set_option_value __ARGS((char_u *name, long number, char_u *string, int opt_flags));
25 char_u *get_term_code __ARGS((char_u *tname)); 26 char_u *get_term_code __ARGS((char_u *tname));
26 char_u *get_highlight_default __ARGS((void)); 27 char_u *get_highlight_default __ARGS((void));
27 char_u *get_encoding_default __ARGS((void)); 28 char_u *get_encoding_default __ARGS((void));