Searched refs:PRESENT (Results 1 – 8 of 8) sorted by relevance
1226 #define EXPECTED(name) if (!PRESENT(name)) _nc_warning("expected " #name)1227 #define UNEXPECTED(name) if (PRESENT(name)) _nc_warning("unexpected " #name ", for %s", why)1254 if (PRESENT(column_address)) in check_cursor()1256 if (PRESENT(cursor_address)) in check_cursor()1258 if (PRESENT(cursor_home)) in check_cursor()1260 if (PRESENT(cursor_mem_address)) in check_cursor()1262 if (PRESENT(cursor_to_ll)) in check_cursor()1264 if (PRESENT(row_address)) in check_cursor()1266 if (PRESENT(cursor_down)) in check_cursor()1268 if (PRESENT(cursor_up)) in check_cursor()[all …]
746 if (PRESENT(insert_character) || PRESENT(parm_ich)) { in fmt_entry()765 if (PRESENT(exit_attribute_mode)) { in fmt_entry()
628 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) macro676 else if (PRESENT(backspace_if_not_bs)) in postprocess_termcap()681 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()693 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()712 } else if (PRESENT(carriage_return) && PRESENT(scroll_forward)) { in postprocess_termcap()717 } else if (PRESENT(carriage_return) && PRESENT(cursor_down)) { in postprocess_termcap()787 if (PRESENT(other_non_function_keys)) { in postprocess_termcap()887 if (PRESENT(acs_ulcorner) || in postprocess_termcap()888 PRESENT(acs_llcorner) || in postprocess_termcap()889 PRESENT(acs_urcorner) || in postprocess_termcap()[all …]
533 if (!PRESENT(exit_attribute_mode)) { in sanity_check2()537 (PRESENT(set_attributes) in sanity_check2()538 || PRESENT(enter_standout_mode) in sanity_check2()539 || PRESENT(enter_underline_mode) in sanity_check2()540 || PRESENT(enter_blink_mode) in sanity_check2()541 || PRESENT(enter_bold_mode) in sanity_check2()542 || PRESENT(enter_dim_mode) in sanity_check2()543 || PRESENT(enter_secure_mode) in sanity_check2()544 || PRESENT(enter_protected_mode) in sanity_check2()545 || PRESENT(enter_reverse_mode))) in sanity_check2()
55 if (PRESENT(value)) in set_attribute_9()108 if (PRESENT(attr)) { in rewrite_sgr()241 if (PRESENT(exit_attribute_mode) in _nc_trim_sgr0()242 && PRESENT(set_attributes)) { in _nc_trim_sgr0()
131 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) macro134 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}138 if (PRESENT(q) && !PRESENT(p)) \140 if (PRESENT(p) && !PRESENT(q)) \
2064 if ! [ -s INDEX-PRESENT ] &&2066 rm INDEX-PRESENT INDEX-NEW2075 cut -f 1 -d '|' < INDEX-PRESENT |2076 sort > INDEX-PRESENT.flist2079 comm -23 INDEX-PRESENT.flist INDEX-NEW.flist > files.removed2080 comm -13 INDEX-PRESENT.flist INDEX-NEW.flist > files.added2081 comm -12 INDEX-PRESENT.flist INDEX-NEW.flist > files.updated2082 rm INDEX-PRESENT.flist INDEX-NEW.flist2115 mv INDEX-PRESENT ${MDIR}/INDEX-OLD2225 fetch_inspect_system INDEX-OLD INDEX-PRESENT INDEX-NEW || return 1[all …]
125 PRESENT { return kw_PRESENT; }