Searched refs:p_toolbar (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optionstr.c | 123 (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 D | gui_athena.c | 1270 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 D | gui_photon.c | 2593 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 D | gui_motif.c | 2944 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 D | option.h | 1001 EXTERN char_u *p_toolbar; // 'toolbar' variable
|
| H A D | optiondefs.h | 2686 (char_u *)&p_toolbar, PV_NONE,
|