Searched +refs:syntax +refs:table (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10/vim-55/runtime/syntax/
H A Desqlc.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
23 syntax keyword esqlcPreProc EXEC SQL INCLUDE
25 syntax case ignore
27 syntax keyword esqlcPreProc begin end declare section database open execute
28 syntax keywor
[all...]
H A Dsqlforms.vim1 " Vim syntax file
6 " URL: http://www.halostatue.ca/vim/syntax/proc.vim
10 " For version 5.x, clear all syntax items.
11 " For version 6.x, quit when a syntax file was already loaded.
13 syntax clear
18 syntax case ignore
28 syntax match sqlTriggers /on-.*$/
29 syntax match sqlTriggers /key-.*$/
30 syntax match sqlTriggers /post-.*$/
31 syntax matc
[all...]
H A Dmush.vim1 " MUSHcode 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
17 syntax keyword mushFunction contained @@ abs accent accname acos add after align
18 syntax keyword mushFunction contained allof alphamax alphamin and andflags
19 syntax keyword mushFunction contained andlflags andlpowers andpowers ansi aposs art
20 syntax keyword mushFunction contained asin atan atan2 atrlock attrcnt band baseconv
21 syntax keyword mushFunction contained beep before blank2tilde bnand bnot bor bound
22 syntax keywor
[all...]
H A Dsqlinformix.vim1 " Vim syntax file
7 " For version 5.x: Clear all syntax items
8 " For version 6.x: Quit when a syntax file was already loaded
10 syntax clear
19 " === Comment syntax group ===
26 " === Constant syntax group ===
43 " === Statement syntax group ===
107 syn keyword sqlKeyword table temp temporary timeout to transaction trigger
127 " === Identifier syntax group ===
140 " === Type syntax grou
[all...]
H A Dpf.vim1 " pf 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 setlocal foldmethod=syntax
19 syn keyword pfCmd queue rdr scrub table set
H A Dsqlj.vim1 " Vim syntax file
9 " au BufNewFile,BufRead *.sqlj so $VIM/syntax/sqlj.vim
11 " Remove any old syntax stuff hanging around
13 syntax clear
18 " Read the Java syntax to start with
33 syn keyword sqljKeyword successful synonym table then to trigger uid
H A Dpapp.vim1 " Vim syntax file for the "papp" file format (_p_erl _app_lication)
17 " For version 5.x: Clear all syntax items
18 " For version 6.x: Quit when a syntax file was already loaded
20 syntax clear
29 runtime! syntax/xml.vim
37 syn include @PAppHtml syntax/html.vim
40 syntax spell default " added by Bram
46 syn include @PAppPerl syntax/perl.vim
82 syn sync match pappSync grouphere papp_CDATAh "</\(tr\|td\|table\|hr\|h1\|h2\|h3\)>"
H A Dsqloracle.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
26 syn keyword sqlKeyword successful synonym table then to trigger uid
H A Dsnobol4.vim1 " Vim syntax file
4 " Site: http://rms.republika.pl/vim/syntax/snobol4.vim
13 " For version 5.x: Clear all syntax items
14 " For version 6.x: Quit when a syntax file was already loaded
16 syntax clear
21 syntax case ignore
38 syn keyword snobol4Keyword tab table time trace trim terminal
H A Dahdl.vim6 " For version 5.x: Clear all syntax items
7 " For version 6.x: Quit when a syntax file was already loaded
9 syntax clear
23 syn keyword ahdlKeyword returns states subdesign table then title to
H A Dmonk.vim1 " Vim syntax file
6 " This syntax file is good enough for my needs, but others
10 " Originally based on the Scheme syntax file by:
24 " For version 5.x: Clear all syntax items
25 " For version 6.x: Quit when a syntax file was already loaded
27 syntax clear
69 syn keyword monkSyntax define-syntax let-syntax letrec-syntax syntax
[all...]
H A Djam.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
29 syn keyword jamSQLState2 having index insert into like load max min of open order revoke rollback runstats select set show stop sum synonym table to union update values view where bundle
125 syntax match jamOperator1 "\#\#"
126 syntax match jamOperator6 "/"
127 syntax match jamOperator2 "+"
128 syntax match jamOperator3 "*"
129 syntax matc
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcase-table.el1 ;;; case-table.el --- code to extend the character set and support case tables
38 (defvar set-case-syntax-offset 0)
40 (defvar set-case-syntax-set-multibyte nil)
42 (defun describe-buffer-case-table ()
43 "Describe the case table of the current buffer."
45 (let ((description (make-char-table 'case-table)))
46 (map-char-table
59 (current-case-table))
66 (defun get-upcase-table (cas
[all...]
H A Dcompletion.el72 ;; syntax. [E.G. Any alphanumeric string with hyphens, underscores, etc.]
131 ;; m-x add-completions-from-tags-table
132 ;; Adds completions from the current tags-table-buffer.
252 ;; - Added add-completions-from-tags-table (with thanks to eero@media-lab)
389 (defvar cmpl-preceding-syntax)
464 ;; the syntax table to enable fast symbol searching. There are three classes
465 ;; of syntax in these "symbol" syntax tables ::
467 ;; syntax (
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dsyntax.c1 /* GNU Emacs routines to deal with syntax tables; also word and list parsing.
33 /* Make syntax table lookup grant data in gl_state. */
36 #include "syntax.h"
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
211 { /* with the same table => */
293 Global syntax
508 int syntax = 0; local
778 Lisp_Object table; variable
783 check_syntax_table (table); variable
805 Lisp_Object table; variable
808 check_syntax_table (table); variable
1057 Lisp_Object syntax; variable
1367 Lisp_Object syntax, lim; variable
1379 Lisp_Object syntax, lim; variable
1906 register int syntax; local
[all...]
H A Dregex.c82 # define re_set_syntax(syntax) __re_set_syntax (syntax)
122 /* Make syntax table lookup grant data in gl_state. */
125 # include "syntax.h"
263 /* Define the syntax stuff for \<, \>, etc. */
302 /* Get the interface, including the syntax bits. */
616 is followed by a range table:
711 /* Matches any character whose syntax is specified. Followed by
712 a byte which contains a syntax cod
1937 int *table; /* actual work area. */ member in struct:range_table_work_area
6385 reg_syntax_t syntax local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dconf-mode.el91 (defvar conf-mode-syntax-table
92 (let ((table (make-syntax-table)))
93 (modify-syntax-entry ?= "." table)
94 (modify-syntax-entry ?_ "_" table)
95 (modify-syntax
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DTable.pm6 # Plugin to order a linear data set into a virtual 2-dimensional table
36 # It calculates the shape of the permutation table based on the ROWS
51 return $class->error("iterator failed to provide data for table: ",
56 return $class->error('invalid table data, expecting a list')
60 return $class->error('invalid table parameters, expecting a hash')
218 return (undef, "no such table method: $item");
230 Template::Plugin::Table - Plugin to present data in a table
234 [% USE table(list, rows=n, cols=n, overlap=n, pad=0) %]
236 [% FOREACH item IN table.row(n) %]
240 [% FOREACH item IN table
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dsqlcomplete.vim14 " - Now returns a List of the syntax items it finds.
30 " names in order to simplify the regexes used to pull out query table
31 " aliases for more robust table name and column name code completion.
32 " Full support for "table names with spaces" can be added in again
37 " when drilling in and out of a column list for a table.
43 " Supports object names with spaces "my table name"
86 " Default the option to verify table alias
90 " Default syntax items to precache
93 \ 'syntax',
105 " During table completio
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dpython.el36 ;; syntax functions with text properties maintained by font-lock makes
120 (not (syntax escape))) ; avoid escaped leading quote
121 (group (optional (any "uUrR"))) ; prefix gets syntax property
123 (group (syntax string-quote)) ; maybe gets property
126 (1 (python-quote-syntax 1))
127 (2 (python-quote-syntax 2))
128 (3 (python-quote-syntax 3)))
133 (defun python-quote-syntax (n)
134 "Put `syntax-table' propert
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dhtml_cssdefaults.tcl89 UL.requirements LI, UL.syntax LI {
103 UL.syntax {
128 /* TR.even/odd are used to get alternately colored table rows.
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregcomp.c21 size_t length, reg_syntax_t syntax);
56 reg_syntax_t syntax);
58 reg_syntax_t syntax) internal_function;
60 reg_syntax_t syntax, reg_errcode_t *err);
62 re_token_t *token, reg_syntax_t syntax,
65 re_token_t *token, reg_syntax_t syntax,
68 re_token_t *token, reg_syntax_t syntax,
71 re_token_t *token, reg_syntax_t syntax,
75 reg_syntax_t syntax, reg_errcode_t *err);
77 re_token_t *token, reg_syntax_t syntax,
373 const int32_t *table = (const int32_t *) local
459 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED local
730 re_compile_internal(regex_t *preg, const char * pattern, size_t length, reg_syntax_t syntax) argument
1735 fetch_token(re_token_t *result, re_string_t *input, reg_syntax_t syntax) argument
1745 peek_token(re_token_t *token, re_string_t *input, reg_syntax_t syntax) argument
1984 peek_token_bracket(re_token_t *token, re_string_t *input, reg_syntax_t syntax) argument
2080 parse(re_string_t *regexp, regex_t *preg, reg_syntax_t syntax, reg_errcode_t *err) argument
2114 parse_reg_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2155 parse_branch(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2195 parse_expression(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2411 parse_sub_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, Idx nest, reg_errcode_t *err) argument
2449 parse_dup_op(bin_tree_t *elem, re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) argument
2734 parse_bracket_exp(re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) argument
3292 parse_bracket_element(bracket_elem_t *elem, re_string_t *regexp, re_token_t *token, int token_len, re_dfa_t *dfa, reg_syntax_t syntax, bool accept_hyphen) argument
3390 const int32_t *table, *indirect; local
3472 build_charclass(RE_TRANSLATE_TYPE trans, bitset_t sbcset, re_charset_t *mbcset, Idx *char_class_alloc, const unsigned char *class_name, reg_syntax_t syntax) argument
3667 fetch_number(re_string_t *input, re_token_t *token, reg_syntax_t syntax) argument
[all...]
/macosx-10.10/lsof-53/lsof/lib/
H A Dregex.c129 # define re_set_syntax(syntax) __re_set_syntax (syntax)
165 # include "syntax.h"
215 /* Define the syntax stuff for \<, \>, etc. */
240 /* Get the interface, including the syntax bits. */
590 /* Matches any character whose syntax is specified. Followed by
591 a byte which contains a syntax code, e.g., Sword. */
594 /* Matches any character whose syntax is not that specified. */
1048 printf ("syntax: %lx\n", bufp->syntax);
2584 const int32_t *table; local
6103 reg_syntax_t syntax local
[all...]
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dregex.c77 # define re_set_syntax(syntax) __re_set_syntax (syntax)
126 # include "syntax.h"
176 /* Define the syntax stuff for \<, \>, etc. */
201 /* Get the interface, including the syntax bits. */
414 reg_syntax_t syntax,
432 reg_syntax_t syntax,
603 /* Matches any character whose syntax is specified. Followed by
604 a byte which contains a syntax code, e.g., Sword. */
607 /* Matches any character whose syntax i
2356 PREFIX(regex_compile) (ARG_PREFIX(pattern), ARG_PREFIX(size), syntax, bufp) variable
2359 reg_syntax_t syntax; variable
2988 const int32_t *table; variable
3439 const int32_t *table; variable
6524 const int32_t *table; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c81 # define re_set_syntax(syntax) __re_set_syntax (syntax)
118 # include "syntax.h"
168 /* Define the syntax stuff for \<, \>, etc. */
193 /* Get the interface, including the syntax bits. */
412 reg_syntax_t syntax,
430 reg_syntax_t syntax,
601 /* Matches any character whose syntax is specified. Followed by
602 a byte which contains a syntax code, e.g., Sword. */
605 /* Matches any character whose syntax i
1324 re_set_syntax(reg_syntax_t syntax) argument
2282 regex_compile(const char *ARG_PREFIX(pattern), size_t ARG_PREFIX(size), reg_syntax_t syntax, struct re_pattern_buffer *bufp) argument
2912 const int32_t *table; local
3368 const int32_t *table; local
4287 at_begline_loc_p(const CHAR_T *pattern, const CHAR_T *p, reg_syntax_t syntax) argument
4305 at_endline_loc_p(const CHAR_T *p, const CHAR_T *pend, reg_syntax_t syntax) argument
4359 wcs_compile_range(CHAR_T range_start_char, const CHAR_T **p_ptr, const CHAR_T *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, CHAR_T *b, CHAR_T *char_set) argument
4442 byte_compile_range(unsigned int range_start_char, const char **p_ptr, const char *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, unsigned char *b) argument
6322 const int32_t *table; local
[all...]

Completed in 157 milliseconds

1234