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

/macosx-10.10/zsh-61/zsh/Src/
H A Dprompt.c492 txtchangeset(txtchangep, TXTSTANDOUT, TXTNOSTANDOUT);
493 txtset(TXTSTANDOUT);
497 txtchangeset(txtchangep, TXTNOSTANDOUT, TXTSTANDOUT);
498 txtunset(TXTSTANDOUT);
508 txtchangeset(txtchangep, TXTNOSTANDOUT, TXTSTANDOUT);
999 if (txtisset(TXTSTANDOUT))
1532 { "standout", TXTSTANDOUT, 0 },
H A Dwatch.c343 txtset(TXTSTANDOUT);
347 txtunset(TXTSTANDOUT);
H A Dzsh.h2314 #define TXTSTANDOUT 0x0002 macro
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_refresh.c364 special_atr_on = TXTSTANDOUT;
366 region_highlights[0].atr = TXTSTANDOUT;
888 if (txtchangeisset(atr, TXTSTANDOUT))
1113 txtunset(TXTBOLDFACE|TXTSTANDOUT|TXTUNDERLINE);

Completed in 174 milliseconds