Home
last modified time | relevance | path

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

/freebsd-head/contrib/bmake/
HDfor.c81 if (ch_isspace(*p)) in skip_whitespace_or_line_continuation()
160 for (start = p; *p != '\0' && !ch_isspace(*p); p++) in ForLoop_ParseVarnames()
216 return p[0] == 'f' && p[1] == 'o' && p[2] == 'r' && ch_isspace(p[3]); in IsFor()
223 (p[6] == '\0' || ch_isspace(p[6])); in IsEndfor()
HDparse.c916 if ((ch_isspace(*p) || *p == '!' || *p == ':' || *p == '(') in ParseDependencyTargetWord()
1463 while (*end != '\0' && !ch_isspace(*end)) in ParseDependencySourcesSpecial()
1513 for (; *end != '\0' && !ch_isspace(*end); end++) { in ParseDependencySourcesMundane()
1706 while (op > name && ch_isspace(op[-1])) in AdjustVarassignOp()
2201 return !sysv || ch_isspace(dir[7]); in IsInclude()
2222 if (*p == ':' || ch_isspace(*p)) in IsSysVInclude()
2247 for (p = file; *p != '\0' && !ch_isspace(*p); p++) in ParseTraditionalInclude()
2423 if (!ch_isspace(ch)) in ParseRawLine()
2478 while (dst > spaceStart && ch_isspace(dst[-1])) in UnescapeBackslash()
2540 assert(ch_isspace(*line_end)); in ReadLowLevelLine()
[all …]
HDcompat.c169 if (ch_isspace(*p)) { in DebugFailedTarget()
306 else if (!ch_isspace(*cmd)) in Compat_RunCommand()
312 while (ch_isspace(*cmd)) in Compat_RunCommand()
HDmake.h1211 ch_isspace(char ch) { return isspace((unsigned char)ch) != 0; } in ch_isspace() function
1222 while (ch_isspace(**pp)) in cpp_skip_whitespace()
1247 while (ch_isspace(**pp)) in pp_skip_whitespace()
HDarch.c289 while (*cp != '\0' && *cp != ')' && !ch_isspace(*cp)) { in Arch_ParseArchive()
HDcond.c367 return ch == '\0' || ch_isspace(ch) || ch == '!' || ch == '=' || in is_separator()
HDvar.c556 if (ch_isspace(value[strlen(value) - 1])) in ValueDescription()
1840 if (ch_isspace(*p) || ch_is_shell_meta(*p)) in QuoteShell()
3163 if (i == 0 || ch_isspace(res[i - 1])) in str_totitle()
HDjob.c746 else if (!ch_isspace(*p)) in ParseCommandFlags()