Searched defs:fcol (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dcolour.c6 short fcol; member in struct:colour_pair
34 * @v fcol foreground colour
37 int init_pair ( short pair, short fcol, short bcol ) { argument
44 cpair->fcol = fcol;
53 * @ret fcol foreground colour
56 int pair_content ( short pair, short *fcol, short *bcol ) { argument
63 *fcol = cpair->fcol;
H A Dansi_screen.c50 short fcol; local
56 pair_content ( cpair, &fcol, &bcol );
58 printf ( "\033[0;%d;3%d;4%dm", ( bold ? 1 : 22 ), fcol, bcol );
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dmga_drm.h137 unsigned int fcol; member in struct:__anon3623

Completed in 117 milliseconds