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

/openbsd-current/lib/libcurses/base/
H A Dlib_set_term.c521 if (set_a_foreground != ABSENT_STRING
522 && !strcmp(set_a_foreground, "\033[3%p1%dm")) {
523 set_a_foreground = strdup("\033[3%?%p1%{8}%>%t9%e%p1%d%;m");
H A Dlib_color.c209 if (set_a_foreground) {
210 TPUTS_TRACE("set_a_foreground");
212 TIPARM_1(set_a_foreground, fg),
814 || ((set_a_foreground != NULL)
/openbsd-current/lib/libcurses/tinfo/
H A Dtinfo_driver.c361 if (set_a_foreground) {
362 TPUTS_TRACE("set_a_foreground");
364 TIPARM_1(set_a_foreground, color), 1, outc);
734 || ((set_a_foreground != NULL)
H A Dlib_tparm.c1348 } else if (CHECK_CAP(set_a_foreground)) {
/openbsd-current/usr.bin/tic/
H A Dtic.c1249 PAIRED(set_a_foreground, set_a_background);
1253 && VALID_STRING(set_a_foreground)) {
1254 if (!_nc_capcmp(set_foreground, set_a_foreground)) {
1256 } else if (same_color(set_foreground, set_a_foreground, max_colors)) {
1274 || (VALID_STRING(set_a_foreground)
2924 int color = (value == set_a_foreground ||
3331 CHECK_SGR_PARAM(j, set_a_foreground);
/openbsd-current/lib/libcurses/
H A Dterm.h590 #define set_a_foreground CUR Strings[359] macro

Completed in 170 milliseconds