whitespace        120 lib/charsets.c         while (*p != '\0' && !whitespace (*p))
whitespace         79 lib/tty/color-slang.c             while (whitespace (*cts))
whitespace        712 lib/util.c             if (!whitespace (*su) && *su != ',')
whitespace         31 lib/util.h     #define whiteness(c) (whitespace (c) || (c) == '\n')
whitespace        428 lib/widget/input_complete.c             while (*includefile != '\0' && whitespace (*includefile))
whitespace        848 lib/widget/input_complete.c         while (ti > text && whitespace (ti[0]))
whitespace        931 lib/widget/input_complete.c                  *state->p != '\0' && state->p < state->q && whitespace (*state->p);
whitespace        936 lib/widget/input_complete.c                      *state->p != '\0' && state->p < state->q && whitespace (*state->p);
whitespace       1446 src/editor/edit.c         if (!whitespace (c))
whitespace       1532 src/editor/edit.c         if (whitespace (c))
whitespace        566 src/editor/editdraw.c                     if (!whitespace (c))
whitespace        305 src/editor/format.c     if (whitespace (t[q]))
whitespace        317 src/editor/format.c         if (whitespace (c))
whitespace        100 src/filemanager/command.c     if (strncmp (cmd, "cd", 2) == 0 && (cmd[2] == '\0' || whitespace (cmd[2])))
whitespace        357 src/filemanager/ext.c             if (!whitespace (*lc_data))
whitespace        419 src/filemanager/ext.c     while (q >= pbuffer && whitespace (*q))
whitespace        740 src/filemanager/ext.c                         for (content_shift++; whitespace (content_string[content_shift]);
whitespace       1459 src/filemanager/filemanager.c     for (s = input_get_ctext (cmdline); *s != '\0' && whitespace (*s); s++)
whitespace        474 src/usermenu.c             if (!whitespace (*commands))
whitespace        476 src/usermenu.c             while (whitespace (*commands))
whitespace       1114 src/usermenu.c                 if (!whitespace (*p) && str_isprint (p))
whitespace        496 src/vfs/sfs/sfs.c         for (c = semi + 1; *c != '\0' && !whitespace (*c); c++)