Home
last modified time | relevance | path

Searched refs:make_rgb_string (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp214 char *make_rgb_string(unsigned int, unsigned int, unsigned int);
232 char *tty_printer::make_rgb_string(unsigned int r, in make_rgb_string() function in tty_printer
259 char *s = make_rgb_string(r, g, b); in tty_color()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog3640 * src/devices/grotty/tty.cpp (tty_printer::make_rgb_string): Use
4313 * src/devices/grotty/tty.cc (tty_printer::make_rgb_string): Avoid
4499 New functions `make_rgb_string' and `tty_color'.