Searched refs:words (Results 176 - 200 of 329) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dscilab.vim21 " Reserved words.
H A Dsqloracle.vim16 " The SQL reserved words, defined as keywords.
H A Dicon.vim72 " Reserved words
79 " Storage class reserved words
H A Dsqlinformix.vim110 " Highlight "on" (if it's not followed by some words we've already handled)
113 " Highlight "end" (if it's not followed by some words we've already handled)
H A Dperl6.vim76 " priority than matches/regions, so the words can't be autoquoted with
158 for [group, words] in items(s:keywords)
159 let s:words_space = join(words, " ")
161 let s:words = join(s:temp, "\\|")
162 exec "syn match ". group ." ". s:before_keyword . s:words . s:after_keyword
164 unlet s:keywords s:words_space s:temp s:words
249 let s:words = join(s:temp, "\\|")
250 exec "syn match p6Routine ". s:before_keyword . s:words . s:after_keyword
251 unlet s:before_keyword s:after_keyword s:words_space s:temp s:words s:routines
538 " <words>
[all...]
H A Daml.vim22 " ARC, ARCEDIT, ARCPLOT, LIBRARIAN, GRID, SCHEMAEDIT reserved words,
42 " FORMEDIT reserved words, defined as keywords.
46 " TABLES reserved words, defined as keywords.
50 " INFO reserved words, defined as keywords.
52 syn keyword amlInfoCmd contained accept add adir alter dialog alter alt directory aret arithmetic expressions aselect automatic return calculate cchr change options change comi cominput commands list como comoutput compile concatenate controlling defaults copy cursor data delete data entry data manipulate data retrieval data update date format datafile create datafile management decode define delimiter dfmt directory management directory display do doend documentation done end environment erase execute exiting expand export external fc files first format forms control get goto help import input form ipf internal item types items label lchar list logical expressions log merge modify options modify move next nselect output password prif print programming program protect purge query quit recase redefine relate relate release notes remark rename report options reporting report reselect reserved words restrictions run save security select set sleep sort special form spool stop items system variables take terminal types terminal time topics list type update upf
54 " VTRACE reserved words, defined as keywords.
58 " The AML reserved words, defined as keywords.
H A Djavascript.vim6 " Changes: (ss) added keywords, reserved words, and other identifiers
H A Dmatlab.vim61 " MT_ADDON - correctly highlights words after '...' as comments
/macosx-10.10.1/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/Daemon/
H A DLog.pm196 thus one of the words 'debug', 'info', 'notice', 'err' or 'crit'.
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DHTMLTwoLines.pm102 span tag around each word or set of words in the diff.
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumberLocal.h301 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
302 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)])
305 #define DFWORD(df, off) ((df)->words[off])
306 #define DFWWORD(dfw, off) ((dfw)->words[off])
331 /* Top words for a zero */
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Devalstring.c286 command->value.Simple->words == 0 &&
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dcommand.h105 /* A linked list of words. */
152 #define CMD_INHIBIT_EXPANSION 0x20 /* Do not expand the command words. */
295 /* The "simple" command. Just a collection of words and redirects. */
299 WORD_LIST *words; /* The program name, the arguments, member in struct:simple_com
H A Ddispose_cmd.c144 dispose_words (c->words);
254 /* How to get rid of a linked list of words. A WORD_LIST. */
H A Dpcomplete.c809 /* Perform the shell word expansions on CS->words and return the results.
821 if (cs->words == 0 || cs->words[0] == '\0')
824 /* This used to be a simple expand_string(cs->words, 0), but that won't
825 do -- there's no way to split a simple list into individual words
828 l = split_at_delims (cs->words, strlen (cs->words), (char *)NULL, -1, (int *)NULL, (int *)NULL);
898 array of words. */
925 /* Build the list of words to pass to a function or external command
933 Functions can access all of the words i
[all...]
/macosx-10.10.1/vim-55/runtime/tutor/
H A Dtutor.el157 ---> There are a some words fun that don't belong paper in this sentence.
342 ---> This line has a few words that need changing using the change command.
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DIterator.pm461 (starting at 1) is an odd number. In other words, this will return a true
467 (starting at 1) is an even number. In other words, this will return a true
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dtic54x-dis.c110 /* a few opcodes span two words */
157 size = insn->words;
161 size = insn->words + has_lkaddr (memdata, insn);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclHash.c733 for (iPtr1 = array, iPtr2 = hPtr->key.words;
766 register const int *iPtr2 = (const int *) hPtr->key.words;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclHash.c839 for (iPtr1 = array, iPtr2 = hPtr->key.words;
871 register CONST int *iPtr2 = (CONST int *) hPtr->key.words;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.c382 SHA256Guts (sc, sc->buffer.words);
423 SHA256Guts (sc, sc->buffer.words);
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dtext.tcl48 You can double-click to select whole words or triple-click to select
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dtext.tcl48 You can double-click to select whole words or triple-click to select
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A DAppendMatchGroup.vim36 " construction to simply invoking the function with the match words.
/macosx-10.10.1/vim-55/runtime/indent/
H A Dpascal.vim136 " These words may have text before them on the line (hence the .*)

Completed in 405 milliseconds

1234567891011>>