Searched refs:IS_WHITESPACE (Results 1 – 1 of 1) sorted by relevance
329 #define IS_WHITESPACE(ch) ((ch == ' ') || (ch == '\t')) macro612 } else if (IS_WHITESPACE(*ihp)) { in exec_shell_imgact()643 while (IS_EOL(*ihp) || IS_WHITESPACE(*ihp)) { in exec_shell_imgact()659 for (ihp = line_startp; (ihp < line_endp) && !IS_WHITESPACE(*ihp); ihp++) { in exec_shell_imgact()5253 while (*ch && !IS_WHITESPACE(*ch)) { in exec_extract_strings()5271 while (IS_WHITESPACE(*argstart)) { in exec_extract_strings()