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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c1183 static char attr_test_string[MAX_ATTRSTRING + 1]; variable
1280 int first = ((int) UChar(attr_test_string[0])) + adjust;
1286 attr_test_string[j] = (char) k;
1290 attr_test_string[j] = ' ';
1294 attr_test_string[j++] = ' ';
1295 attr_test_string[j] = '\0';
1304 attr_test_string[0] = 'a';
1329 for (s = attr_test_string; *s != '\0'; ++s) {
1335 addstr(attr_test_string);

Completed in 134 milliseconds