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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c37 * setcolor
39 * mark /color setcolor mark
40 * mark /color1 /color2 setcolor mark
55 * that was requested when setcolor set things up for reverse video mode.
86 * command (eg. setrgbcolor). Unknown color names (ie. the ones that setcolor
204 setcolor(void) function
241 fprintf(tf, " setcolor\n");
251 } /* End of setcolor */
H A Ddpost.c1316 setcolor();
1804 setcolor();
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h45 - Some fancy features (nocursor, setcolor, and highlight) can be set to
81 void (*setcolor) (int normal_color, int highlight_color); member in struct:term_entry
H A Dbuiltins.c713 if (current_term->setcolor)
714 current_term->setcolor (new_normal_color, new_highlight_color);

Completed in 65 milliseconds