Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dargv.c36 #define ISBLANK(ch) ((ch) == ' ' || (ch) == '\t') macro
187 while (ISBLANK (*input)) in buildargv()
220 if (ISBLANK (*input) && !squote && !dquote && !bsquote) in buildargv()
286 while (ISBLANK (*input)) in buildargv()
/mirbsd/src/lib/libncurses/src/ncurses/tty/
Dtty_update.c438 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()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dsafe-ctype.h95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/mirbsd/src/lib/libncurses/src/form/
Dfrm_driver.c356 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()
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dlib_addch.c61 if (ISBLANK(ch) in render_char()
/mirbsd/src/lib/libncurses/src/ncurses/
Dcurses.priv.h716 #define ISBLANK(ch) ((ch).chars[0] == L' ' && (ch).chars[1] == L'\0') macro
758 #define ISBLANK(ch) (CharOf(ch) == ' ') macro
/mirbsd/src/gnu/usr.bin/binutils/ld/
Ddeffilep.y989 if (ISBLANK (c) ) /* '@' followed by whitespace. */ in def_lex()
/mirbsd/src/lib/libncurses/src/
DNEWS2484 + add/use macro ISBLANK()