Searched +refs:as +refs:paren +refs:syntax (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dsyntax.c1 /* GNU Emacs routines to deal with syntax tables; also word and list parsing.
9 it under the terms of the GNU General Public License as published by
33 /* Make syntax table lookup grant data in gl_state. */
36 #include "syntax.h"
52 /* Nonzero means `scan-sexps' treat all multibyte characters as symbol. */
55 /* Used as a temporary in SYNTAX_ENTRY and other macros in syntax.h,
114 struct gl_state_s gl_state; /* Global state of syntax parser. */
127 current syntax-table basing on the property of this interval, and
293 Global syntax
508 int syntax = 0; local
1057 Lisp_Object syntax; variable
1367 Lisp_Object syntax, lim; variable
1379 Lisp_Object syntax, lim; variable
1906 register int syntax; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dkwt.vim1 " Vim syntax file
6 " For version 5.x: Clear all syntax items
7 " For version 6.x: Quit when a syntax file was already loaded
9 syntax clear
14 " Read the C++ syntax to start with
18 runtime! syntax/cpp.vim
30 " avoid unparsing rule sth:view being scanned as label
51 " match views, remove paren error in brackets
H A Dforth.vim1 " Vim syntax file
65 " highlighting char and [char] followed by an opening paren. He also added
75 " For version 5.x: Clear all syntax items
76 " For version 6.x: Quit when a syntax file was already loaded
78 syntax clear
207 " highlight everything after the paren as a comment till a closing ')'
H A Dreadline.vim1 " Vim syntax file
72 \ prefer-visible-bell blink-matching-paren
102 \ copy-region-as-kill copy-backward-word
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy89 Same as the previous example, except that leading whitespace will
146 Most parameters which serve as on/off flags can be negated with a
153 B<-g> may NOT be entered as B<-qg>.
155 Option names may be terminated early as long as they are uniquely identified.
241 messages to be reported as errors. These include messages
248 Deactivate error messages and syntax checking (for running under
251 For example, if you use a vi-style editor, such as vim, you may execute
252 perltidy as a filter from within the editor using something like
272 can be helpful if you are looking for a brace, paren, o
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Docaml.vim176 " We use syntax information to do that.
233 " file should be in the same directory as the source file;
254 " annotation ::= keyword open-paren <LF> <SP> <SP> data <LF> close-paren
260 " open-paren is an open parenthesis (ASCII 0x28)
261 " close-paren is a closed parenthesis (ASCII 0x29)
303 " 1st case : the annot file is in the same directory as the buffer (no ocamlbuild)
376 " a. The annotation file is opened in vim as a buffer that
395 " The original buffer has been restored in the exact same state as before.
449 " rq: idem as previousl
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy78 Same as the previous example except that the backup files F<file1.pl.bak> and F<file2.pl.bak> will be deleted if there are no errors.
94 Same as the previous example, except that leading whitespace will
151 Most parameters which serve as on/off flags can be negated with a
158 B<-g> may NOT be entered as B<-qg>.
160 Option names may be terminated early as long as they are uniquely identified.
241 B<-pbp> flag because it contains a B<-st> flag as one of its components,
266 <-bext=bak> F<.bak> Keep (same as the default behavior)
274 messages to be reported as errors. These include messages
281 Deactivate error messages and syntax checkin
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c8 it under the terms of the GNU General Public License as published by
22 under terms of your choice, so long as that work isn't itself a
24 as a parser skeleton. Alternatively, if you modify or redistribute
40 variables, as they might otherwise be expanded by user macros.
728 for instance). This is too low for Ruby to parse some files, such as
1040 and a page size can be as small as 4096 bytes. So we cannot safely
2035 number is the opposite. If YYTABLE_NINF, syntax error. */
4419 parser_yyerror (parser, YY_("syntax error: cannot back up")); \
4785 for details. YYERROR is fine as i
12591 parser_tokadd_string(struct parser_params *parser, int func, int term, int paren, long *nest, rb_encoding **encp) argument
12815 int paren = nd_paren(quote); local
14347 int paren; local
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c8 it under the terms of the GNU General Public License as published by
22 under terms of your choice, so long as that work isn't itself a
24 as a parser skeleton. Alternatively, if you modify or redistribute
40 variables, as they might otherwise be expanded by user macros.
728 for instance). This is too low for Ruby to parse some files, such as
1040 and a page size can be as small as 4096 bytes. So we cannot safely
2035 number is the opposite. If YYTABLE_NINF, syntax error. */
4419 parser_yyerror (parser, YY_("syntax error: cannot back up")); \
4785 for details. YYERROR is fine as i
12501 parser_tokadd_string(struct parser_params *parser, int func, int term, int paren, long *nest, rb_encoding **encp) argument
12725 int paren = nd_paren(quote); local
14257 int paren; local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm10 # it under the terms of the GNU General Public License as published by
284 # manipulated as a single entity during formatting. For example, a single
286 # the complexities of Perl syntax, such as distinguishing between '<<' as
287 # a shift operator and as a here-document, or distinguishing between '/'
288 # as a divide symbol and as a pattern delimiter.
291 # sequences of tokens at appropriate points as output lines. It bases its
292 # decisions on the default rules as modifie
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm9 # it under the terms of the GNU General Public License as published by
274 # manipulated as a single entity during formatting. For example, a single
276 # the complexities of Perl syntax, such as distinguishing between '<<' as
277 # a shift operator and as a here-document, or distinguishing between '/'
278 # as a divide symbol and as a pattern delimiter.
281 # sequences of tokens at appropriate points as output lines. It bases its
282 # decisions on the default rules as modifie
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex6 %modify it under the terms of the GNU General Public License as
71 \let\~ = \tie % And make it available as @~.
135 % \onepageout takes a vbox as an argument. Note that \pagecontents
151 % and any desired binding offset is added as an \hskip on either
231 % Remove a single space (as the delimiter token to the macro call).
244 % Call the caller's macro, saved as \next in \parsearg.
258 % will have two active spaces as part of the argument with the
266 % here.) But this means we cannot call \removeactivespaces as part of
295 % @begin foo is the same as @foo, for now.
359 %% Define @` and @' to be the same as ` an
[all...]

Completed in 509 milliseconds