Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dfor.c81 if (ch_isspace(*p)) in skip_whitespace_or_line_continuation()
161 for (start = p; *p != '\0' && !ch_isspace(*p); p++) in ForLoop_ParseVarnames()
218 return p[0] == 'f' && p[1] == 'o' && p[2] == 'r' && ch_isspace(p[3]); in IsFor()
225 (p[6] == '\0' || ch_isspace(p[6])); in IsEndfor()
H A Dparse.c970 if ((ch_isspace(*p) || *p == '!' || *p == ':' || *p == '(') in ParseDependencyTargetWord()
1518 while (*end != '\0' && !ch_isspace(*end)) in ParseDependencySourcesSpecial()
1568 for (; *end != '\0' && !ch_isspace(*end); end++) { in ParseDependencySourcesMundane()
1761 while (op > name && ch_isspace(op[-1])) in AdjustVarassignOp()
2214 return !sysv || ch_isspace(dir[7]); in IsInclude()
2235 if (*p == ':' || ch_isspace(*p)) in IsSysVInclude()
2260 for (p = file; *p != '\0' && !ch_isspace(*p); p++) in ParseTraditionalInclude()
2436 if (!ch_isspace(ch)) in ParseRawLine()
2491 while (dst > spaceStart && ch_isspace(dst[-1])) in UnescapeBackslash()
2553 assert(ch_isspace(*line_end)); in ReadLowLevelLine()
[all …]
H A Dmake.h1226 ch_isspace(char ch) { return isspace((unsigned char)ch) != 0; } in ch_isspace() function
1237 while (ch_isspace(**pp)) in cpp_skip_whitespace()
1262 while (ch_isspace(**pp)) in pp_skip_whitespace()
H A Dcompat.c170 if (ch_isspace(*p)) { in DebugFailedTarget()
307 else if (!ch_isspace(*cmd)) in Compat_RunCommand()
H A Djob.c850 else if (!ch_isspace(*p)) in ParseCommandFlags()
996 if (p == cmd || ch_isspace(p[-1])) { in find_make()
997 if (p[len] == '\0' || ch_isspace(p[len])) { in find_make()
H A Darch.c289 while (*cp != '\0' && *cp != ')' && !ch_isspace(*cp)) { in Arch_ParseArchive()
H A Dcond.c366 return ch == '\0' || ch_isspace(ch) || ch == '!' || ch == '=' || in is_separator()
H A Dvar.c577 if (ch_isspace(value[strlen(value) - 1])) in ValueDescription()
1857 if (ch_isspace(*p) || ch_is_shell_meta(*p)) in QuoteShell()
3187 if (i == 0 || ch_isspace(res[i - 1])) in str_totitle()
4423 if (ch_isspace(*p)) in CheckVarname()