Searched refs:PRESENT (Results 1 – 9 of 9) sorted by relevance
790 if (WANTED(init_3string) && PRESENT(termcap_init2)) in postprocess_termcap()793 if (WANTED(reset_2string) && PRESENT(termcap_reset)) in postprocess_termcap()811 else if (PRESENT(backspace_if_not_bs)) in postprocess_termcap()816 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()828 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()847 } else if (PRESENT(carriage_return) && PRESENT(scroll_forward)) { in postprocess_termcap()852 } else if (PRESENT(carriage_return) && PRESENT(cursor_down)) { in postprocess_termcap()908 if (PRESENT(tab) && _nc_capcmp(tab, C_HT)) in postprocess_termcap()922 if (PRESENT(other_non_function_keys)) { in postprocess_termcap()1009 if (foundim && WANTED(key_ic) && PRESENT(key_sic)) { in postprocess_termcap()[all …]
681 && PRESENT(enter_alt_charset_mode) in fixup_acsc()682 && PRESENT(exit_alt_charset_mode)) in fixup_acsc()690 if (!PRESENT(exit_attribute_mode)) { in sanity_check2()694 (PRESENT(set_attributes) in sanity_check2()695 || PRESENT(enter_standout_mode) in sanity_check2()696 || PRESENT(enter_underline_mode) in sanity_check2()697 || PRESENT(enter_blink_mode) in sanity_check2()698 || PRESENT(enter_bold_mode) in sanity_check2()699 || PRESENT(enter_dim_mode) in sanity_check2()700 || PRESENT(enter_secure_mode) in sanity_check2()[all …]
52 if (PRESENT(value)) in set_attribute_9()105 if (PRESENT(attr)) { in rewrite_sgr()238 if (PRESENT(exit_attribute_mode) in _nc_trim_sgr0()239 && PRESENT(set_attributes)) { in _nc_trim_sgr0()263 if (PRESENT(exit_alt_charset_mode)) { in _nc_trim_sgr0()
110 if (PRESENT(src)) { in _nc_safe_strcat()131 if (PRESENT(src)) { in _nc_safe_strcpy()
149 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) macro153 if (PRESENT(p) && !PRESENT(q)) \159 if (PRESENT(q) && !PRESENT(p)) \161 if (PRESENT(p) && !PRESENT(q)) \
1409 #define EXPECTED(name) if (!PRESENT(name)) _nc_warning("expected " #name)1410 #define UNEXPECTED(name) if (PRESENT(name)) _nc_warning("unexpected " #name ", for %s", why)1437 if (PRESENT(column_address)) in check_cursor()1439 if (PRESENT(cursor_address)) in check_cursor()1441 if (PRESENT(cursor_home)) in check_cursor()1443 if (PRESENT(cursor_mem_address)) in check_cursor()1445 if (PRESENT(cursor_to_ll)) in check_cursor()1447 if (PRESENT(row_address)) in check_cursor()1449 if (PRESENT(cursor_down)) in check_cursor()1451 if (PRESENT(cursor_up)) in check_cursor()[all …]
1063 if (PRESENT(insert_character) || PRESENT(parm_ich)) { in fmt_entry()1082 if (PRESENT(exit_attribute_mode)) { in fmt_entry()
2082 if ! [ -s INDEX-PRESENT ] &&2084 rm INDEX-PRESENT INDEX-NEW2093 cut -f 1 -d '|' < INDEX-PRESENT |2094 sort > INDEX-PRESENT.flist2097 comm -23 INDEX-PRESENT.flist INDEX-NEW.flist > files.removed2098 comm -13 INDEX-PRESENT.flist INDEX-NEW.flist > files.added2099 comm -12 INDEX-PRESENT.flist INDEX-NEW.flist > files.updated2100 rm INDEX-PRESENT.flist INDEX-NEW.flist2133 mv INDEX-PRESENT ${MDIR}/INDEX-OLD2243 fetch_inspect_system INDEX-OLD INDEX-PRESENT INDEX-NEW || return 1[all …]
125 PRESENT { return kw_PRESENT; }