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

/netbsd-current/lib/libcurses/
H A Dcolor.c345 pair_content(short pair, short *forep, short *backp) argument
350 *forep = _cursesi_screen->colour_pairs[pair].fore;
355 switch (*forep) {
357 *forep = COLOR_BLUE;
360 *forep = COLOR_RED;
363 *forep = COLOR_CYAN;
366 *forep = COLOR_YELLOW;

Completed in 129 milliseconds