Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Dfor.c81 if (ch_isspace(*p)) in skip_whitespace_or_line_continuation()
163 for (len = 0; p[len] != '\0' && !ch_isspace(p[len]); len++) { in ForLoop_ParseVarnames()
225 return p[0] == 'f' && p[1] == 'o' && p[2] == 'r' && ch_isspace(p[3]); in IsFor()
232 (p[6] == '\0' || ch_isspace(p[6])); in IsEndfor()
H A Dparse.c899 if ((ch_isspace(*cp) || *cp == '!' || *cp == ':' || in ParseDependencyTargetWord()
1457 while (*end != '\0' && !ch_isspace(*end)) in ParseDependencySourcesSpecial()
1511 for (; *end != '\0' && !ch_isspace(*end); end++) { in ParseDependencySourcesMundane()
1705 while (op > name && ch_isspace(op[-1])) in AdjustVarassignOp()
2235 return !sysv || ch_isspace(dir[7]); in IsInclude()
2257 if (*p == ':' || ch_isspace(*p)) in IsSysVInclude()
2282 for (cp = file; *cp != '\0' && !ch_isspace(*cp); cp++) in ParseTraditionalInclude()
2456 if (!ch_isspace(ch)) in ParseRawLine()
2511 while (dst > spaceStart && ch_isspace(dst[-1])) in UnescapeBackslash()
2573 assert(ch_isspace(*line_end)); in ReadLowLevelLine()
[all …]
H A Dcompat.c171 if (ch_isspace(*p)) { in DebugFailedTarget()
284 } else if (!ch_isspace(*cmd)) in Compat_RunCommand()
290 while (ch_isspace(*cmd)) in Compat_RunCommand()
H A Dmake.h1147 ch_isspace(char ch) { return isspace((unsigned char)ch) != 0; } in ch_isspace() function
1158 while (ch_isspace(**pp)) in cpp_skip_whitespace()
1183 while (ch_isspace(**pp)) in pp_skip_whitespace()
H A Darch.c252 while (*cp != '\0' && *cp != ')' && !ch_isspace(*cp)) { in Arch_ParseArchive()
H A Dcond.c385 return ch == '\0' || ch_isspace(ch) || ch == '!' || ch == '=' || in is_separator()
H A Dvar.c480 if (ch_isspace(value[strlen(value) - 1])) in ValueDescription()
1808 if (ch_isspace(*p) || ch_is_shell_meta(*p)) in QuoteShell()
H A Djob.c735 else if (!ch_isspace(*p)) in ParseCommandFlags()
/netbsd/usr.bin/indent/
H A Dlexi.c349 && (ch_isspace(*p) || is_identifier_part(*p))) in probably_function_definition()
508 if (ch_isspace(*p)) in probably_in_function_definition()
523 while (*inp_p == '*' || ch_isspace(*inp_p)) { in lex_asterisk_unary()
H A Dindent.h528 ch_isspace(char ch) in ch_isspace() function
H A Dargs.c282 } else if (ch_isspace((char)ch)) { in load_profile()
H A Dpr_comment.c188 if (ch_isspace(com.s[com.len - 1])) in copy_comment_wrap_text()
H A Dio.c330 while (com.s + com.len > p && ch_isspace(com.s[com.len - 1])) in output_comment()
/netbsd/usr.bin/xlint/common/
H A Dlint.h169 ch_isspace(char ch) { return isspace((unsigned char)ch) != 0; } in ch_isspace() function
/netbsd/usr.bin/xlint/lint1/
H A Dlex.c975 while (ch_isspace(*p)) in parse_line_directive_flags()
979 while (*p != '\0' && !ch_isspace(*p)) in parse_line_directive_flags()
1016 if (strncmp(cp, "pragma", 6) == 0 && ch_isspace(cp[6])) in lex_directive()
1118 while (l > 0 && ch_isspace(keywd[l - 1])) in lex_comment()