Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_photon.c2418 char_u full_pathname[ MAXPATHL + 1 ]; in gui_ph_toolbar_find_icon() local
2429 ((gui_find_bitmap(menu->name, full_pathname, "gif") == OK) || in gui_ph_toolbar_find_icon()
2430 (gui_find_bitmap(menu->name, full_pathname, "png") == OK))) in gui_ph_toolbar_find_icon()
2431 icon = gui_ph_toolbar_load_icon(full_pathname); in gui_ph_toolbar_find_icon()