Home
last modified time | relevance | path

Searched refs:ISBLANK (Results 1 – 24 of 24) sorted by relevance

/dragonfly/contrib/nvi2/vi/
H A Dv_word.c145 if (cs.cs_flags != 0 || ISBLANK(cs.cs_ch)) in fword()
177 if (cs.cs_flags != 0 || ISBLANK(cs.cs_ch)) in fword()
196 if (cs.cs_flags != 0 || ISBLANK(cs.cs_ch)) in fword()
276 if (cs.cs_flags == 0 && !ISBLANK(cs.cs_ch)) { in eword()
279 if (cs.cs_flags == 0 && !ISBLANK(cs.cs_ch)) in eword()
298 if (cs.cs_flags != 0 || ISBLANK(cs.cs_ch)) in eword()
327 if (cs.cs_flags != 0 || ISBLANK(cs.cs_ch)) in eword()
344 if (cs.cs_flags != 0 || ISBLANK(cs.cs_ch)) in eword()
423 if (cs.cs_flags == 0 && !ISBLANK(cs.cs_ch)) { in bword()
426 if (cs.cs_flags == 0 && !ISBLANK(cs.cs_ch)) in bword()
[all …]
H A Dgetc.c120 if (csp->cs_flags != 0 || !ISBLANK(csp->cs_ch)) in cs_fspace()
125 if (csp->cs_flags != 0 || !ISBLANK(csp->cs_ch)) in cs_fspace()
144 (csp->cs_flags == 0 && ISBLANK(csp->cs_ch))) in cs_fblank()
213 (csp->cs_flags == 0 && ISBLANK(csp->cs_ch))) in cs_bblank()
H A Dv_txt.c1068 while (tp->cno > max && ISBLANK(tp->lb[tp->cno - 1])) { in v_txt()
1097 if (ISBLANK(tp->lb[tp->cno - 1])) in v_txt()
1115 || ISBLANK(tp->lb[tp->cno - 1])) in v_txt()
/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h43 #define ISBLANK iswblank macro
77 #define ISBLANK isblank macro
H A Dutil.c94 len -= off; len && ISBLANK(*p); ++cnt, ++p, --len); in nonblank()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dtty_update.c553 return (ISBLANK(CHDEREF(ch)) && in can_clear_with()
858 if (ISBLANK(thisline[j]) && SAFE(SP_PARM, turnon)) { in TINFO_DOUPDATE()
866 || !ISBLANK(thisline[j - k]) in TINFO_DOUPDATE()
871 (ISBLANK(thisline[j - k]) in TINFO_DOUPDATE()
914 && ISBLANK(lastline[n]) in TINFO_DOUPDATE()
922 || !ISBLANK(lastline[n + k]) in TINFO_DOUPDATE()
928 (ISBLANK(lastline[n + k]) in TINFO_DOUPDATE()
1378 if (ISBLANK(newLine[n]) in TransformLine()
1396 if (!ISBLANK(newLine[n]) in TransformLine()
/dragonfly/contrib/nvi2/ex/
H A Dex_abbrev.c68 if (ISBLANK(p[0])) { in ex_abbr()
/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpretty-print.c113 while (p != end && !ISBLANK (*p) && *p != '\n') in pp_wrap_text()
122 if (start != end && ISBLANK (*start)) in pp_wrap_text()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c68 if (ISBLANK(ch) in render_char()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dinternal.h569 #define is_hspace(x) ISBLANK(x)
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_addch.c64 if (ISBLANK(ch) in render_char()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dinternal.h592 #define is_hspace(x) ISBLANK(x)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpretty-print.c918 while (p != end && !ISBLANK (*p) && *p != '\n') in pp_wrap_text()
927 if (start != end && ISBLANK (*start)) in pp_wrap_text()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1599 #define ISBLANK(ch) ((ch).chars[0] == L' ' && (ch).chars[1] == L'\0') macro
1644 #define ISBLANK(ch) (CharOf(ch) == ' ') macro
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
3283 || (is_blank && ISBLANK (ch)) in PREFIX()
/dragonfly/contrib/gdb-7/libiberty/
H A Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
3283 || (is_blank && ISBLANK (ch)) in PREFIX()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dregex.c219 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
3283 || (is_blank && ISBLANK (ch)) in PREFIX()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dregex.c219 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
3283 || (is_blank && ISBLANK (ch)) in PREFIX()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
3283 || (is_blank && ISBLANK (ch)) in PREFIX()