Home
last modified time | relevance | path

Searched refs:p_toolbar (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Doptionstr.c123 (void)opt_strings_flags(p_toolbar, p_toolbar_values, &toolbar_flags, TRUE); in didset_string_options()
1922 else if (varp == &p_toolbar) in did_set_string_option()
1924 if (opt_strings_flags(p_toolbar, p_toolbar_values, in did_set_string_option()
H A Dgui_athena.c1270 if (strstr((const char *)p_toolbar, "tooltips")) in gui_mch_show_toolbar()
1274 if (strstr((const char *)p_toolbar, "text")) in gui_mch_show_toolbar()
1276 else if (strstr((const char *)p_toolbar, "icons")) in gui_mch_show_toolbar()
H A Dgui_photon.c2593 if (strstr((const char *) p_toolbar, "text") != NULL) in gui_mch_add_menu_item()
2600 if ((strstr((const char *) p_toolbar, "icons") != NULL) && in gui_mch_add_menu_item()
2608 if (strstr((const char *) p_toolbar, "tooltips") != NULL) in gui_mch_add_menu_item()
H A Dgui_motif.c2944 if (strstr((const char *)p_toolbar, "tooltips")) in gui_mch_show_toolbar()
2948 if (strstr((const char *)p_toolbar, "text")) in gui_mch_show_toolbar()
2950 else if (strstr((const char *)p_toolbar, "icons")) in gui_mch_show_toolbar()
H A Doption.h1001 EXTERN char_u *p_toolbar; // 'toolbar' variable
H A Doptiondefs.h2686 (char_u *)&p_toolbar, PV_NONE,