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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c1382 } attrs_to_test[] = { variable in typeref:struct:__anon10997
1431 *kc = SIZEOF(attrs_to_test) - 1;
1437 if (*kc >= SIZEOF(attrs_to_test))
1474 k = SIZEOF(attrs_to_test) - 1;
1508 for (j = 0; j < SIZEOF(attrs_to_test); ++j) {
1512 attrs_to_test[j].attr |
1513 attrs_to_test[k].attr,
1514 attrs_to_test[j].name);
1707 *kc = SIZEOF(attrs_to_test) - 1;
1713 if (*kc >= SIZEOF(attrs_to_test))
[all...]

Completed in 128 milliseconds