Searched defs:def (Results 1 – 6 of 6) sorted by relevance
719 long *def, in uc_scan_attr()886 long def, in uc_add_command()1060 long def = -1; in ex_command() local
697 dict_get_number_def(dict_T *d, char_u *key, int def) in dict_get_number_def()733 dict_get_bool(dict_T *d, char_u *key, int def) in dict_get_bool()
167 LPCSTR def, LPBOOL useddef) in WideCharToMultiByte_alloc()
1817 int def) // default value in get_number_arg()
2956 int def = 1; in f_confirm() local
368 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a)) argument