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

123456

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A Dwhitespace.js23 Filename: whitespace.js
35 writeHeaderToLog('Executing script: whitespace.js');
42 var whitespace = "\f\n\r\t\v "; variable
44 // be sure all whitespace is matched by \s
46 "'" + whitespace + "'.match(new RegExp('\\s+'))",
47 String([whitespace]), String(whitespace.match(new RegExp('\\s+'))));
49 // be sure all non-whitespace is matched by \S
54 // be sure all non-whitespace is not matched by \s
59 // be sure all whitespace i
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dcdata.rb15 def initialize( first, whitespace=true, parent=nil )
16 super( first, whitespace, parent, false, true, ILLEGAL )
/macosx-10.10.1/man-16/man/src/
H A Dman-config.c40 #define whitespace(x) ((x) == ' ' || (x) == '\t') macro
53 if(!strncmp (buf, paths[i].name, len) && (!*bp || whitespace(*bp))) {
54 while(whitespace(*bp))
79 while (whitespace(*bp))
94 while (*bp && !whitespace(*bp)) {
101 while (whitespace(*bp))
108 while (*bp && !whitespace(*bp)) {
115 while (whitespace(*bp))
119 while (*bp && !whitespace(*bp)) {
140 while (whitespace(*b
[all...]
H A Dmakemsg.c30 #define whitespace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
117 while (whitespace(*s))
124 while (*s && !whitespace(*s))
139 while (whitespace(*s) || *s == 0) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistlib.h41 #ifndef whitespace
42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
H A Dvi_mode.c326 if ((rl_point < rl_end) && (!whitespace (rl_line_buffer[rl_point])))
328 if (!whitespace (rl_line_buffer[rl_point + 1]))
426 /* Skip until whitespace. */
427 while (!whitespace (rl_line_buffer[rl_point]) && rl_point < rl_end)
430 /* Now skip whitespace. */
431 while (whitespace (rl_line_buffer[rl_point]) && rl_point < rl_end)
443 /* If we are at the start of a word, move back to whitespace so
445 if (!whitespace (rl_line_buffer[rl_point]) &&
446 whitespace (rl_line_buffer[rl_point - 1]))
449 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.c192 for (; !whitespace (rl_line_buffer[start]) && start >= 0; start--)
200 while (whitespace (rl_line_buffer[end]) == 0 && end < rl_end);
202 if (whitespace (rl_line_buffer[end]) || end >= rl_end)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dwhitespace.el0 ;;; whitespace.el --- warn about and clean bogus whitespaces in the file
30 ;; The whitespace library is intended to find and help fix five different types
31 ;; of whitespace problems that commonly exist in source code.
42 ;; Modeline will show a W:<x>!<y> to denote a particular type of whitespace,
45 ;; e - End-of-Line whitespace.
46 ;; i - Indentation whitespace.
47 ;; l - Leading whitespace.
49 ;; t - Trailing whitespace.
51 ;; If any of the whitespace checks is turned off, the modeline will display a
75 ;; whitespace
159 (defgroup whitespace nil function
[all...]
H A Dxml.el193 (whitespace "[ \t\n\r]"))
229 (defvar xml-notation-type-re (concat "\\(?:NOTATION" whitespace "(" whitespace "*" xml-name-re
230 "\\(?:" whitespace "*|" whitespace "*" xml-name-re "\\)*" whitespace "*)\\)"))
232 (defvar xml-enumeration-re (concat "\\(?:(" whitespace "*" xml-nmtoken-re
233 "\\(?:" whitespace "*|" whitespace "*" xml-nmtoken-re "\\)*"
234 whitespace ")\\)"))
[all...]
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dcheckstyle.vim18 " sample error: WebTable.java:282: '+=' is not preceeded with whitespace.
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/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))
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dreva.vim8 " NOTE: Forth allows any non-whitespace in a name, so you need to do:
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-31255.js69 --> but only if it follows a possible whitespace after line start
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Drbt_test.c258 const char *whitespace; local
311 whitespace = " \t";
324 command = buffer + strspn(buffer, whitespace);
329 arg = strpbrk(command, whitespace);
332 arg += strspn(arg, whitespace);
/macosx-10.10.1/vim-55/runtime/macros/
H A Djustify.vim43 " Negative values: Keep current amount of leading whitespace.
44 " Positive values: Indent all lines with leading whitespace using this
45 " amount of whitespace.
52 " whitespace to be added will be multiplied by the value of the
67 " If the line, adjusted for space runs and leading/trailing whitespace,
69 " whitespace removed). This should be equivalent to the behaviour of
79 " with whitespace using the value of 'tabstop'. This should be
255 " Trim trailing, leading and running whitespace
300 " Convert to whitespace
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dietf-drums.el135 (defun ietf-drums-remove-whitespace (string)
136 "Remove whitespace from STRING."
173 "Remove comments and whitespace from STRING."
174 (ietf-drums-remove-whitespace (ietf-drums-remove-comments string)))
198 (ietf-drums-remove-whitespace
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dlexer.ml6 (* Skip any whitespace. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dlexer.ml6 (* Skip any whitespace. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dlexer.ml6 (* Skip any whitespace. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dlexer.ml6 (* Skip any whitespace. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dlexer.ml6 (* Skip any whitespace. *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dlexer.ml6 (* Skip any whitespace. *)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxpm2.vim69 " (first incl. the following whitespace)
104 " change whitespace to "\s\+"
113 " but highlight the first whitespace after chars in its color
117 " remove the following whitespace from chars

Completed in 485 milliseconds

123456