Searched refs:PRESENT (Results 1 – 10 of 10) sorted by relevance
796 if (WANTED(init_3string) && PRESENT(termcap_init2)) in postprocess_termcap()799 if (WANTED(reset_2string) && PRESENT(termcap_reset)) in postprocess_termcap()817 else if (PRESENT(backspace_if_not_bs)) in postprocess_termcap()822 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()834 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()853 } else if (PRESENT(carriage_return) && PRESENT(scroll_forward)) { in postprocess_termcap()858 } else if (PRESENT(carriage_return) && PRESENT(cursor_down)) { in postprocess_termcap()914 if (PRESENT(tab) && _nc_capcmp(tab, C_HT)) in postprocess_termcap()928 if (PRESENT(other_non_function_keys)) { in postprocess_termcap()1017 if (foundim && WANTED(key_ic) && PRESENT(key_sic)) { in postprocess_termcap()[all …]
710 && PRESENT(enter_alt_charset_mode) in fixup_acsc()711 && PRESENT(exit_alt_charset_mode)) in fixup_acsc()719 if (!PRESENT(exit_attribute_mode)) { in sanity_check2()723 (PRESENT(set_attributes) in sanity_check2()724 || PRESENT(enter_standout_mode) in sanity_check2()725 || PRESENT(enter_underline_mode) in sanity_check2()726 || PRESENT(enter_blink_mode) in sanity_check2()727 || PRESENT(enter_bold_mode) in sanity_check2()728 || PRESENT(enter_dim_mode) in sanity_check2()729 || PRESENT(enter_secure_mode) in sanity_check2()[all …]
118 if (PRESENT(value)) { in set_attribute_9()174 if (PRESENT(attr)) { in rewrite_sgr()307 if (PRESENT(exit_attribute_mode) in _nc_trim_sgr0()308 && PRESENT(set_attributes)) { in _nc_trim_sgr0()333 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()
150 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) macro154 if (PRESENT(p) && !PRESENT(q)) \160 if (PRESENT(q) && !PRESENT(p)) \162 if (PRESENT(p) && !PRESENT(q)) \
1411 #define EXPECTED(name) if (!PRESENT(name)) _nc_warning("expected " #name)1412 #define UNEXPECTED(name) if (PRESENT(name)) _nc_warning("unexpected " #name ", for %s", why)1439 if (PRESENT(column_address)) in check_cursor()1441 if (PRESENT(cursor_address)) in check_cursor()1443 if (PRESENT(cursor_home)) in check_cursor()1445 if (PRESENT(cursor_mem_address)) in check_cursor()1447 if (PRESENT(cursor_to_ll)) in check_cursor()1449 if (PRESENT(row_address)) in check_cursor()1451 if (PRESENT(cursor_down)) in check_cursor()1453 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()
2135 if ! [ -s INDEX-PRESENT ] &&2137 rm INDEX-PRESENT INDEX-NEW2146 cut -f 1 -d '|' < INDEX-PRESENT |2147 sort > INDEX-PRESENT.flist2150 comm -23 INDEX-PRESENT.flist INDEX-NEW.flist > files.removed2151 comm -13 INDEX-PRESENT.flist INDEX-NEW.flist > files.added2152 comm -12 INDEX-PRESENT.flist INDEX-NEW.flist > files.updated2153 rm INDEX-PRESENT.flist INDEX-NEW.flist2186 mv INDEX-PRESENT ${MDIR}/INDEX-OLD2296 fetch_inspect_system INDEX-OLD INDEX-PRESENT INDEX-NEW || return 1[all …]
369 #define DEFOPTIONALTYPE(DESCNAME, PRESENT, INIT, BASEDESC) \ argument372 PRESENT, INIT, &k5_atype_##BASEDESC \
125 PRESENT { return kw_PRESENT; }