Searched refs:txtset (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dwatch.c343 txtset(TXTSTANDOUT);
351 txtset(TXTBOLDFACE);
359 txtset(TXTUNDERLINE);
H A Dprompt.c493 txtset(TXTSTANDOUT);
503 txtset(TXTBOLDFACE);
515 txtset(TXTUNDERLINE);
528 txtset(arg & TXT_ATTR_FG_ON_MASK);
543 txtset(arg & TXT_ATTR_BG_ON_MASK);
H A Dzsh.h2322 #define txtset(X) (txtattrmask |= (X)) macro

Completed in 186 milliseconds