Searched refs:whitespace (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dhistlib.h41 #ifndef whitespace
42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
H A Dvi_mode.c327 if ((rl_point < rl_end) && (!whitespace (rl_line_buffer[rl_point])))
329 if (!whitespace (rl_line_buffer[rl_point + 1]))
427 /* Skip until whitespace. */
428 while (!whitespace (rl_line_buffer[rl_point]) && rl_point < rl_end)
431 /* Now skip whitespace. */
432 while (whitespace (rl_line_buffer[rl_point]) && rl_point < rl_end)
444 /* If we are at the start of a word, move back to whitespace so
446 if (!whitespace (rl_line_buffer[rl_point]) &&
447 whitespace (rl_line_buffer[rl_point - 1]))
450 while (rl_point > 0 && whitespace (rl_line_buffe
[all...]
H A Dchardefs.h42 #ifndef whitespace
43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
H A Dkill.c331 while (rl_point && whitespace (rl_line_buffer[rl_point - 1]))
334 while (rl_point && (whitespace (rl_line_buffer[rl_point - 1]) == 0))
347 deletes backward to directory separator (`/') or whitespace. */
365 while (rl_point && (whitespace (c) || c == '/'))
371 while (rl_point && (whitespace (c) == 0) && c != '/')
H A Dutil.c193 for (; !whitespace (rl_line_buffer[start]) && start >= 0; start--)
201 while (whitespace (rl_line_buffer[end]) == 0 && end < rl_end);
203 if (whitespace (rl_line_buffer[end]) || end >= rl_end)
H A Dbind.c898 /* Skip leading whitespace. */
899 while (*line && whitespace (*line))
981 for (i = 0; args[i] && !whitespace (args[i]); i++);
1124 /* Skip whitespace. */
1125 for (i = 0; whitespace (statement[i]); i++);
1129 for (; statement[i] && !whitespace (statement[i]); i++);
1134 for (; statement[i] && whitespace (statement[i]); i++);
1163 while (string && whitespace (*string))
1213 /* Advance to the colon (:) or whitespace which separates the two objects. */
1233 while (*var && whitespace (*va
[all...]
H A Dhistexpand.c226 if ((!substring_okay && (whitespace (c) || c == ':' ||
333 else if (whitespace (*p) || *p == '\n')
349 else if (whitespace (*p) || *p == '\n')
788 /* First skip whitespace and find word boundaries if
793 for (; temp[si] && whitespace (temp[si]); si++)
1527 /* Skip leading whitespace. */
1528 for (; string[i] && whitespace (string[i]); i++)
1537 /* If we have a non-whitespace delimiter character (which would not be
H A Dtext.c1128 while (rl_point && whitespace (rl_line_buffer[rl_point - 1]))
1133 while (rl_point < rl_end && whitespace (rl_line_buffer[rl_point]))
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dinetcf.c54 static char whitespace[] = " \t\r\n"; variable
106 service = strtok(buf, whitespace); /* service */
110 strtok((char *) 0, whitespace); /* endpoint */
111 protocol = strtok((char *) 0, whitespace);
112 (void) strtok((char *) 0, whitespace); /* wait */
113 if ((user = strtok((char *) 0, whitespace)) == 0)
118 if ((path = strtok((char *) 0, whitespace)) == 0)
131 if ((path = strtok((char *) 0, whitespace)) == 0)
134 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
145 if ((arg0 = strtok((char *) 0, whitespace))
[all...]
H A Doptions.c72 #define whitespace (whitespace_eq + 1) macro
157 value += strspn(value, whitespace);
161 value += strspn(value, whitespace);
437 if (*(var_value = value + strcspn(value, whitespace)))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dgenctype.py43 # All whitespace characters:
45 whitespace = (9, 10, 11, 12, 13, 32) variable
70 if c in whitespace:
/freebsd-11-stable/contrib/dialog/
H A Drc.c73 #define whitespace(c) (c == ' ' || c == TAB) macro
133 while (whitespace(str[n]) && str[n] != '\0')
249 while (!whitespace(tempstr[i]) && tempstr[i] != ','
255 else if (whitespace(tempstr[i])) { /* not yet ',' */
287 while (whitespace(part[i]) && i > 0)
356 while (!whitespace(line[i]) && line[i] != '=' && line[i] != '\0')
385 while (whitespace((*value)[i]) && i > 0)
/freebsd-11-stable/contrib/libreadline/examples/
H A Dfileman.c137 /* Remove leading and trailing whitespace from the line.
164 while (line[i] && whitespace (line[i]))
168 while (line[i] && !whitespace (line[i]))
183 while (whitespace (line[i]))
207 /* Strip whitespace from the start and end of STRING. Return a pointer
215 for (s = string; whitespace (*s); s++)
222 while (t > s && whitespace (*t))
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c195 T_FUNC(whitespace, "whitespace")
221 T_FUNC(whitespace_before_comment, "whitespace before comment")
234 T_FUNC(line_continuation_within_whitespace, "line continuation within whitespace")
325 T(whitespace);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk17 # Escaped newlines and leading whitespace from the next line are replaced
/freebsd-11-stable/stand/lua/
H A Dconfig.lua177 -- the beginning of a line and any preceding whitespace will be skipped. The
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex594 % @: forces normal size whitespace following.
1185 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
5618 % (including whitespace, linebreaking, etc. around it),
7222 % part of reading whitespace after a control sequence. It does not
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure2477 # differences in whitespace do not lead to failure.
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2486 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex648 % @: forces normal size whitespace following.
4331 % (including whitespace, linebreaking, etc. around it),
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex640 % @: forces normal size whitespace following.
4229 % (including whitespace, linebreaking, etc. around it),
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure2333 # differences in whitespace do not lead to failure.
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2342 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
/freebsd-11-stable/contrib/file/
H A Dconfigure2486 # differences in whitespace do not lead to failure.
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2495 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5434 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;

Completed in 421 milliseconds