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

/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dcapdefaults.c54 if (VALID_STRING(carriage_return)
57 if (VALID_STRING(newline) && (capval = EXTRACT_DELAY(newline)))
61 if (!VALID_STRING(termcap_init2) && VALID_STRING(init_3string)) {
65 if (!VALID_STRING(termcap_reset)
66 && VALID_STRING(reset_2string)
67 && !VALID_STRING(reset_1string)
68 && !VALID_STRING(reset_3string)) {
74 && VALID_STRING(enter_underline_mode))
78 linefeed_is_newline = (char) (VALID_STRING(newlin
[all...]
H A Dtic.h225 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING) macro
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtic.c192 if (VALID_STRING(s)
824 if (VALID_STRING(acs_chars)) {
873 if (VALID_STRING(set_foreground)
874 && VALID_STRING(set_a_foreground)
878 if (VALID_STRING(set_background)
879 && VALID_STRING(set_a_background)
890 if (!VALID_STRING(orig_pair) && !VALID_STRING(orig_colors))
900 if (VALID_STRING(string)
936 if (VALID_STRING(key_a
[all...]
H A Ddump_entry.c741 if (!VALID_STRING(capability)) {
807 if (VALID_STRING(memory_lock)) {
811 if (VALID_STRING(memory_unlock)) {
816 if (VALID_STRING(acs_chars)) {
907 if (VALID_STRING(cap)) {
1004 if (VALID_STRING(acs_chars)) {
1069 if (VALID_STRING(tterm->Strings[n])) {
1083 if (VALID_STRING(set_attributes)) {
1233 if (VALID_STRING(acs_chars)) {
H A Dinfocmp.c126 if (!VALID_STRING(s) && !VALID_STRING(t))
128 else if (!VALID_STRING(s) || !VALID_STRING(t))
1076 if (VALID_STRING(term->Strings[n])) {
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_expand.c59 const char *str = VALID_STRING(srcp) ? srcp : "\0\0";
H A Dlib_termcap.c261 if (VALID_STRING(result)) {
H A Dlib_tputs.c155 if (!VALID_STRING(string))
H A Dread_entry.c84 if (VALID_STRING(Strings[i])) {
307 if (VALID_STRING(ptr->Strings[i + STRCOUNT]))
H A Dwrite_entry.c687 if (VALID_STRING(tp->Strings[i]))
754 if (VALID_STRING(tp->Strings[i + STRCOUNT])) {
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtest.priv.h487 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING) macro
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_mouse.c352 if (!VALID_STRING(sp->_mouse_xtermcap))

Completed in 261 milliseconds