Home
last modified time | relevance | path

Searched refs:set_colour_attribute (Results 1 – 10 of 10) sorted by relevance

/dports/games/xzip/xzip/
H A Dscreen.c597 void set_colour_attribute (zword_t foreground, zword_t background) in set_colour_attribute() function
599 void set_colour_attribute (foreground, background) in set_colour_attribute()
H A Dztypes.h736 void set_colour_attribute (zword_t, zword_t);
751 void set_colour_attribute ();
H A Dinterpre.c124 case 0x1b: set_colour_attribute (operand[0], operand[1]); break; in interpret()
/dports/games/jzip/jzip-2.0.1g/
H A Dscreen.c607 void set_colour_attribute (zword_t foreground, zword_t background) in set_colour_attribute() function
609 void set_colour_attribute (foreground, background) in set_colour_attribute()
H A Dztypes.h673 void set_colour_attribute (zword_t, zword_t);
688 void set_colour_attribute ();
H A Dinterpre.c124 case 0x1b: set_colour_attribute (operand[0], operand[1]); break; in interpret()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dprompt.c558 set_colour_attribute(atr, COL_SEQ_FG, TSC_PROMPT); in putpromptchar()
565 set_colour_attribute(TXTNOFGCOLOUR, COL_SEQ_FG, TSC_PROMPT); in putpromptchar()
574 set_colour_attribute(atr, COL_SEQ_BG, TSC_PROMPT); in putpromptchar()
581 set_colour_attribute(TXTNOBGCOLOUR, COL_SEQ_BG, TSC_PROMPT); in putpromptchar()
1058 set_colour_attribute(txtattrmask, COL_SEQ_FG, TSC_PROMPT); in tsetcap()
1060 set_colour_attribute(txtattrmask, COL_SEQ_BG, TSC_PROMPT); in tsetcap()
2034 set_colour_attribute(zattr atr, int fg_bg, int flags) in set_colour_attribute() function
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_tricky.c2494 set_colour_attribute(atr, is_fg ? COL_SEQ_FG : in printfmt()
2498 set_colour_attribute(TXTNOFGCOLOUR, COL_SEQ_FG, 0); in printfmt()
2501 set_colour_attribute(TXTNOBGCOLOUR, COL_SEQ_BG, 0); in printfmt()
H A Dzle_refresh.c909 set_colour_attribute(atr, COL_SEQ_FG, 0); in settextattributes()
911 set_colour_attribute(atr, COL_SEQ_BG, 0); in settextattributes()
H A Dcomplist.c1169 set_colour_attribute(atr, is_fg ? COL_SEQ_FG : in compprintfmt()
1174 set_colour_attribute(TXTNOFGCOLOUR, COL_SEQ_FG, 0); in compprintfmt()
1178 set_colour_attribute(TXTNOBGCOLOUR, COL_SEQ_BG, 0); in compprintfmt()