Searched refs:ISBLANK (Results 1 – 8 of 8) sorted by relevance
36 #define ISBLANK(ch) ((ch) == ' ' || (ch) == '\t') macro187 while (ISBLANK (*input)) in buildargv()220 if (ISBLANK (*input) && !squote && !dquote && !bsquote) in buildargv()286 while (ISBLANK (*input)) in buildargv()
438 return (ISBLANK(CHDEREF(ch)) && in can_clear_with()678 if (ISBLANK(newscr->_line[i].text[j]) && SAFE(turnon)) { in doupdate()686 || !ISBLANK(newscr->_line[i].text[j - k]) in doupdate()722 && ISBLANK(lastline[n]) in doupdate()729 || !ISBLANK(lastline[n + k]) in doupdate()1149 if (ISBLANK(newLine[n]) in TransformLine()1165 if (!ISBLANK(newLine[n]) in TransformLine()
95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
356 while ((p < end) && ISBLANK(*p)) in Get_Start_Of_Data()377 while ((p > buf) && ISBLANK(p[-1])) in After_End_Of_Data()398 while ((p < end) && !ISBLANK(*p)) in Get_First_Whitespace_Character()419 while ((p > buf) && !ISBLANK(p[-1])) in After_Last_Whitespace_Character()2751 if (ISBLANK(*cp)) in FE_Delete_Word()2764 if ((s != cp) && !ISBLANK(*s)) in FE_Delete_Word()3016 while (ISBLANK(*bp)) in Check_Field()
61 if (ISBLANK(ch) in render_char()
716 #define ISBLANK(ch) ((ch).chars[0] == L' ' && (ch).chars[1] == L'\0') macro758 #define ISBLANK(ch) (CharOf(ch) == ' ') macro
989 if (ISBLANK (c) ) /* '@' followed by whitespace. */ in def_lex()
2484 + add/use macro ISBLANK()