Home
last modified time | relevance | path

Searched refs:P_STRING (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h527 {"browsedir", "bsdir",P_STRING|P_VI_DEF,
561 {"cedit", NULL, P_STRING,
821 {"debug", NULL, P_STRING|P_VI_DEF,
880 {"eadirection", "ead", P_STRING|P_VI_DEF,
1341 {"imactivatekey","imak",P_STRING|P_VI_DEF,
1658 {"makeencoding","menc", P_STRING|P_VI_DEF,
1867 {"paragraphs", "para", P_STRING|P_VI_DEF,
1874 {"pastetoggle", "pt", P_STRING|P_VI_DEF,
1960 {"printfont", "pfn", P_STRING|P_VI_DEF,
2199 {"sections", "sect", P_STRING|P_VI_DEF,
[all …]
H A Doption.c572 if (flags & P_STRING) in set_option_default()
808 && (options[i].flags & P_STRING)) in free_all_options()
1433 flags = P_STRING; in do_set()
2468 if ((options[opt_idx].flags & P_STRING) && options[opt_idx].var != NULL) in check_options()
4006 if (options[opt_idx].flags & P_STRING) in get_option_value()
4088 else if (p->flags & P_STRING) in get_option_value_strict()
4173 if (p->flags & P_STRING) in get_option_value_strict()
4378 if (flags & P_STRING) in set_option_value()
7108 if (opt->flags & P_STRING) in get_winbuf_options()
H A Doption.h21 #define P_STRING 0x04 // the option is a string macro