Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_word.c117 if (cs.cs_flags == CS_EMP || (cs.cs_flags == 0 && ISBLANK(cs.cs_ch))) { in fword()
145 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()
[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()
/freebsd/contrib/nvi/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()
/freebsd/contrib/nvi/ex/
H A Dex_abbrev.c68 if (ISBLANK(p[0])) { in ex_abbr()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c555 return (ISBLANK(CHDEREF(ch)) && in can_clear_with()
869 if (ISBLANK(thisline[j]) && SAFE(SP_PARM, turnon)) { in TINFO_DOUPDATE()
877 || !ISBLANK(thisline[j - k]) in TINFO_DOUPDATE()
882 (ISBLANK(thisline[j - k]) in TINFO_DOUPDATE()
925 && ISBLANK(lastline[n]) in TINFO_DOUPDATE()
933 || !ISBLANK(lastline[n + k]) in TINFO_DOUPDATE()
939 (ISBLANK(lastline[n + k]) in TINFO_DOUPDATE()
1389 if (ISBLANK(newLine[n]) in TransformLine()
1407 if (!ISBLANK(newLine[n]) in TransformLine()
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c393 while ((p < end) && ISBLANK(*p)) in Get_Start_Of_Data()
414 while ((p > buf) && ISBLANK(p[-1])) in After_End_Of_Data()
435 while ((p < end) && !ISBLANK(*p)) in Get_First_Whitespace_Character()
456 while ((p > buf) && !ISBLANK(p[-1])) in After_Last_Whitespace_Character()
2909 if (ISBLANK(*cp)) in FE_Delete_Word()
2922 if ((s != cp) && !ISBLANK(*s)) in FE_Delete_Word()
3190 while (ISBLANK(*bp)) in Check_Field()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c68 if (ISBLANK(ch) in render_char()
/freebsd/contrib/mandoc/
H A Dconfigure313 runtest isblank ISBLANK || true
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_addch.c64 if (ISBLANK(ch) in render_char()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1459 #define ISBLANK(ch) ((ch).chars[0] == L' ' && (ch).chars[1] == L'\0') macro
1504 #define ISBLANK(ch) (CharOf(ch) == ' ') macro
/freebsd/contrib/ncurses/
H A DNEWS10726 + add/use macro ISBLANK()