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

/netbsd-current/usr.bin/make/
H A Dfor.c81 if (ch_isspace(*p))
164 for (len = 0; p[len] != '\0' && !ch_isspace(p[len]); len++) {
223 return p[0] == 'f' && p[1] == 'o' && p[2] == 'r' && ch_isspace(p[3]);
230 (p[6] == '\0' || ch_isspace(p[6]));
H A Dparse.c907 if ((ch_isspace(*p) || *p == '!' || *p == ':' || *p == '(')
1453 while (*end != '\0' && !ch_isspace(*end))
1503 for (; *end != '\0' && !ch_isspace(*end); end++) {
1696 while (op > name && ch_isspace(op[-1]))
2191 return !sysv || ch_isspace(dir[7]);
2212 if (*p == ':' || ch_isspace(*p))
2237 for (p = file; *p != '\0' && !ch_isspace(*p); p++)
2413 if (!ch_isspace(ch))
2468 while (dst > spaceStart && ch_isspace(dst[-1]))
2530 assert(ch_isspace(*line_en
[all...]
H A Dcompat.c166 if (ch_isspace(*p)) {
296 else if (!ch_isspace(*cmd))
302 while (ch_isspace(*cmd))
H A Dmake.h1159 ch_isspace(char ch) { return isspace((unsigned char)ch) != 0; } function
1170 while (ch_isspace(**pp))
1195 while (ch_isspace(**pp))
H A Darch.c241 while (*cp != '\0' && *cp != ')' && !ch_isspace(*cp)) {
H A Dcond.c378 return ch == '\0' || ch_isspace(ch) || ch == '!' || ch == '=' ||
H A Djob.c729 else if (!ch_isspace(*p))
H A Dvar.c527 if (ch_isspace(value[strlen(value) - 1]))
1808 if (ch_isspace(*p) || ch_is_shell_meta(*p))
/netbsd-current/usr.bin/xlint/common/
H A Dlint.h194 ch_isspace(char ch) function
/netbsd-current/usr.bin/indent/
H A Dpr_comment.c188 if (ch_isspace(com.s[com.len - 1]))
H A Dindent.h531 ch_isspace(char ch) function
H A Dlexi.c349 && (ch_isspace(*p) || is_identifier_part(*p)))
508 if (ch_isspace(*p))
523 while (*in.p == '*' || ch_isspace(*in.p)) {
H A Dargs.c282 } else if (ch_isspace((char)ch)) {
H A Dio.c331 while (com.s + com.len > p && ch_isspace(com.s[com.len - 1]))
/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c1032 while (ch_isspace(*p))
1036 while (*p != '\0' && !ch_isspace(*p))
1082 && ch_isspace(p[6]))
1179 while (l > 0 && ch_isspace(keywd[l - 1]))

Completed in 318 milliseconds