option.pro
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:2k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. /* option.c */
  2. void set_init_1 __ARGS((void));
  3. void set_string_default __ARGS((char *name, char_u *val));
  4. void set_number_default __ARGS((char *name, long val));
  5. void set_init_2 __ARGS((void));
  6. void set_init_3 __ARGS((void));
  7. void init_gui_options __ARGS((void));
  8. void set_title_defaults __ARGS((void));
  9. int do_set __ARGS((char_u *arg));
  10. void set_options_bin __ARGS((int oldval, int newval));
  11. int get_viminfo_parameter __ARGS((int type));
  12. char_u *find_viminfo_parameter __ARGS((int type));
  13. void check_options __ARGS((void));
  14. void check_buf_options __ARGS((BUF *buf));
  15. void free_string_option __ARGS((char_u *p));
  16. void set_string_option_direct __ARGS((char_u *name, int opt_idx, char_u *val, int dofree));
  17. int get_option_value __ARGS((char_u *name, long *numval, char_u **stringval));
  18. void set_option_value __ARGS((char_u *name, long number, char_u *string));
  19. char_u *get_term_code __ARGS((char_u *tname));
  20. char_u *get_highlight_default __ARGS((void));
  21. int makeset __ARGS((FILE *fd));
  22. void clear_termoptions __ARGS((void));
  23. void set_term_defaults __ARGS((void));
  24. void comp_col __ARGS((void));
  25. void win_copy_options __ARGS((WIN *wp_from, WIN *wp_to));
  26. void buf_copy_options __ARGS((BUF *bp_from, BUF *bp_to, int flags));
  27. void set_context_in_set_cmd __ARGS((char_u *arg));
  28. int ExpandSettings __ARGS((vim_regexp *prog, int *num_file, char_u ***file));
  29. int ExpandOldSetting __ARGS((int *num_file, char_u ***file));
  30. int has_format_option __ARGS((int x));
  31. int shortmess __ARGS((int x));
  32. void vimrc_found __ARGS((void));
  33. void change_compatible __ARGS((int on));
  34. int option_was_set __ARGS((char_u *name));