Home | History | Annotate | Download | only in include

Lines Matching refs:NCURSES_ACS

234 #define NCURSES_ACS(c)	(acs_map[NCURSES_CAST(unsigned char,c)])
237 #define ACS_ULCORNER NCURSES_ACS('l') /* upper left corner */
238 #define ACS_LLCORNER NCURSES_ACS('m') /* lower left corner */
239 #define ACS_URCORNER NCURSES_ACS('k') /* upper right corner */
240 #define ACS_LRCORNER NCURSES_ACS('j') /* lower right corner */
241 #define ACS_LTEE NCURSES_ACS('t') /* tee pointing right */
242 #define ACS_RTEE NCURSES_ACS('u') /* tee pointing left */
243 #define ACS_BTEE NCURSES_ACS('v') /* tee pointing up */
244 #define ACS_TTEE NCURSES_ACS('w') /* tee pointing down */
245 #define ACS_HLINE NCURSES_ACS('q') /* horizontal line */
246 #define ACS_VLINE NCURSES_ACS('x') /* vertical line */
247 #define ACS_PLUS NCURSES_ACS('n') /* large plus or crossover */
248 #define ACS_S1 NCURSES_ACS('o') /* scan line 1 */
249 #define ACS_S9 NCURSES_ACS('s') /* scan line 9 */
250 #define ACS_DIAMOND NCURSES_ACS('`') /* diamond */
251 #define ACS_CKBOARD NCURSES_ACS('a') /* checker board (stipple) */
252 #define ACS_DEGREE NCURSES_ACS('f') /* degree symbol */
253 #define ACS_PLMINUS NCURSES_ACS('g') /* plus/minus */
254 #define ACS_BULLET NCURSES_ACS('~') /* bullet */
256 #define ACS_LARROW NCURSES_ACS(',') /* arrow pointing left */
257 #define ACS_RARROW NCURSES_ACS('+') /* arrow pointing right */
258 #define ACS_DARROW NCURSES_ACS('.') /* arrow pointing down */
259 #define ACS_UARROW NCURSES_ACS('-') /* arrow pointing up */
260 #define ACS_BOARD NCURSES_ACS('h') /* board of squares */
261 #define ACS_LANTERN NCURSES_ACS('i') /* lantern symbol */
262 #define ACS_BLOCK NCURSES_ACS('0') /* solid square block */
268 #define ACS_S3 NCURSES_ACS('p') /* scan line 3 */
269 #define ACS_S7 NCURSES_ACS('r') /* scan line 7 */
270 #define ACS_LEQUAL NCURSES_ACS('y') /* less/equal */
271 #define ACS_GEQUAL NCURSES_ACS('z') /* greater/equal */
272 #define ACS_PI NCURSES_ACS('{') /* Pi */
273 #define ACS_NEQUAL NCURSES_ACS('|') /* not equal */
274 #define ACS_STERLING NCURSES_ACS('}') /* UK pound sign */