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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c2986 show_1_acs(int n, int repeat, const char *name, chtype code) function
3013 n = show_1_acs(0, repeat, BOTH(ACS_ULCORNER));
3014 n = show_1_acs(n, repeat, BOTH(ACS_URCORNER));
3015 n = show_1_acs(n, repeat, BOTH(ACS_LLCORNER));
3016 n = show_1_acs(n, repeat, BOTH(ACS_LRCORNER));
3018 n = show_1_acs(n, repeat, BOTH(ACS_LTEE));
3019 n = show_1_acs(n, repeat, BOTH(ACS_RTEE));
3020 n = show_1_acs(n, repeat, BOTH(ACS_TTEE));
3021 n = show_1_acs(n, repeat, BOTH(ACS_BTEE));
3023 n = show_1_acs(
[all...]

Completed in 74 milliseconds