Searched refs:p_toolbar (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_athena.c1292 /* Assume that we want to show the toolbar if p_toolbar contains valid
1293 * option settings, therefore p_toolbar must not be NULL.
1302 if (strstr((const char *)p_toolbar, "tooltips"))
1306 if (strstr((const char *)p_toolbar, "text"))
1308 else if (strstr((const char *)p_toolbar, "icons"))
H A Dgui_photon.c2700 if( strstr( (const char *) p_toolbar, "text" ) != NULL )
2707 if( ( strstr( (const char *) p_toolbar, "icons" ) != NULL ) &&
2715 if( strstr( (const char *) p_toolbar, "tooltips" ) != NULL )
H A Doption.h795 EXTERN char_u *p_toolbar; /* 'toolbar' */ variable
H A Dgui_motif.c2988 /* Assume that we want to show the toolbar if p_toolbar contains
2989 * valid option settings, therefore p_toolbar must not be NULL.
2998 if (strstr((const char *)p_toolbar, "tooltips"))
3002 if (strstr((const char *)p_toolbar, "text"))
3004 else if (strstr((const char *)p_toolbar, "icons"))
H A Doption.c2599 (char_u *)&p_toolbar, PV_NONE,
5183 (void)opt_strings_flags(p_toolbar, p_toolbar_values, &toolbar_flags, TRUE);
6686 else if (varp == &p_toolbar)
6688 if (opt_strings_flags(p_toolbar, p_toolbar_values,

Completed in 109 milliseconds