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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm_ostream.priv.h17 char *set_a_foreground; member in struct:term_ostream_representation
H A Dterm-ostream.oo.c952 char *set_a_foreground; /* setaf AF */ member in struct:ostream
1223 if (stream->set_a_foreground != NULL)
1224 tputs (tparm (stream->set_a_foreground,
1607 if (stream->set_a_foreground != NULL)
1608 free (stream->set_a_foreground);
1727 stream->set_a_foreground = NULL;
1757 stream->set_a_foreground = xstrdup0 (tigetstr ("setaf"));
1794 stream->set_a_foreground = xstrdup0 (tgetstr ("AF", TEBP));
1810 if (stream->set_a_foreground != NULL
1811 && strcmp (stream->set_a_foreground, "\03
[all...]
H A Dterm-ostream.c1200 if (stream->set_a_foreground != NULL)
1201 tputs (tparm (stream->set_a_foreground,
1584 if (stream->set_a_foreground != NULL)
1585 free (stream->set_a_foreground);
1704 stream->set_a_foreground = NULL;
1734 stream->set_a_foreground = xstrdup0 (tigetstr ("setaf"));
1771 stream->set_a_foreground = xstrdup0 (tgetstr ("AF", TEBP));
1787 if (stream->set_a_foreground != NULL
1788 && strcmp (stream->set_a_foreground, "\033[3%p1%dm") == 0)
1790 free (stream->set_a_foreground);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c952 char *set_a_foreground; /* setaf AF */ member in struct:ostream
1223 if (stream->set_a_foreground != NULL)
1224 tputs (tparm (stream->set_a_foreground,
1607 if (stream->set_a_foreground != NULL)
1608 free (stream->set_a_foreground);
1727 stream->set_a_foreground = NULL;
1757 stream->set_a_foreground = xstrdup0 (tigetstr ("setaf"));
1794 stream->set_a_foreground = xstrdup0 (tgetstr ("AF", TEBP));
1810 if (stream->set_a_foreground != NULL
1811 && strcmp (stream->set_a_foreground, "\03
[all...]

Completed in 38 milliseconds