Searched refs:PRESENT (Results 1 – 9 of 9) sorted by relevance
847 } else if (PRESENT(carriage_return) && PRESENT(scroll_forward)) { in postprocess_termcap()852 } else if (PRESENT(carriage_return) && PRESENT(cursor_down)) { in postprocess_termcap()1030 PRESENT(acs_llcorner) || in postprocess_termcap()1031 PRESENT(acs_urcorner) || in postprocess_termcap()1033 PRESENT(acs_ltee) || in postprocess_termcap()1034 PRESENT(acs_rtee) || in postprocess_termcap()1035 PRESENT(acs_btee) || in postprocess_termcap()1036 PRESENT(acs_ttee) || in postprocess_termcap()1037 PRESENT(acs_hline) || in postprocess_termcap()1038 PRESENT(acs_vline) || in postprocess_termcap()[all …]
681 && PRESENT(enter_alt_charset_mode) in fixup_acsc()682 && PRESENT(exit_alt_charset_mode)) in fixup_acsc()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()701 || PRESENT(enter_protected_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)) \
1441 if (PRESENT(cursor_home)) in check_cursor()1447 if (PRESENT(row_address)) in check_cursor()1451 if (PRESENT(cursor_up)) in check_cursor()2650 if (PRESENT(cap)) { in check_sgr()3177 if (!PRESENT(user8)) { in check_user_6789()3182 if (!PRESENT(user6)) { in check_user_6789()3255 if (PRESENT(cursor_visible) && PRESENT(cursor_normal) in check_termtype()3342 } else if (PRESENT(enter_am_mode) && PRESENT(exit_am_mode)) { in check_termtype()3345 } else if ((PRESENT(enter_insert_mode) && PRESENT(exit_insert_mode)) in check_termtype()3346 || PRESENT(insert_character) || PRESENT(parm_ich)) { in check_termtype()[all …]
1063 if (PRESENT(insert_character) || PRESENT(parm_ich)) { in fmt_entry()1082 if (PRESENT(exit_attribute_mode)) { in fmt_entry()
2062 if ! [ -s INDEX-PRESENT ] &&2064 rm INDEX-PRESENT INDEX-NEW2073 cut -f 1 -d '|' < INDEX-PRESENT |2074 sort > INDEX-PRESENT.flist2080 rm INDEX-PRESENT.flist INDEX-NEW.flist2113 mv INDEX-PRESENT ${MDIR}/INDEX-OLD2236 fetch_filter_allowadd INDEX-PRESENT INDEX-NEW2250 fetch_filter_uptodate INDEX-PRESENT INDEX-NEW2732 fetch_filter_allowadd INDEX-PRESENT INDEX-NEW2746 fetch_filter_uptodate INDEX-PRESENT INDEX-NEW[all …]
125 PRESENT { return kw_PRESENT; }