Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xmebw.c377 attr.valuemask = XpmColorSymbols | XpmCloseness; in set_pixmap()
413 attr.valuemask = XpmColorSymbols | XpmCloseness | XpmAllocColor; in set_pixmap()
416 attr.valuemask = XpmColorSymbols | XpmCloseness; in set_pixmap()
455 attr.valuemask = XpmColorSymbols | XpmCloseness | XpmColorKey; in set_pixmap()
H A Dgui_athena.c514 attrs.valuemask = XpmColorSymbols; in createXpmImages()
H A Dgui_x11.c3218 attrs.valuemask = XpmColorSymbols; in gui_mch_register_sign()
H A Dgui_motif.c2480 attr.valuemask = XpmColorSymbols | XpmCloseness | XpmDepth; in create_pixmap_label()
/vim-8.2.3635/src/xpm/include/
H A Dxpm.h240 #define XpmColorSymbols (1L<<6) macro