Searched refs:FUNCTION (Results 26 - 46 of 46) sorted by relevance

12

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dspup.vim52 syn region spupFunction matchgroup=spupSection start="^FUNCTION" end="^\*\*\*\*" contains=spupFunctionSubs,@spupOrdinary,spupHelp,spupCode,spupTypes
192 syn sync match spupSyncFunction grouphere spupFunction "^FUNCTION"
H A Dfgl.vim52 syn keyword fglKeyword FRAGMENT FREE FROM FUNCTION GET_FLDBUF GLOBAL GLOBALS GO GOTO
H A Dbasic.vim37 syn keyword basicStatement FUNCTION function Function GET get Get
H A Dfreebasic.vim72 syn keyword freebasicFunctions DECLARE FUNCTION LIB OVERLOAD PASCAL STATIC SUB STDCALL
H A Dmush.vim100 syntax keyword mushAtCommandList contained @FIRSTEXIT @FLAG @FORCE @FUNCTION @EDIT @GREP @HALT @HIDE @HOOK @KICK
H A Dplsql.vim76 syn keyword plsqlKeyword FINAL FUNCTION GOTO HASH IMMEDIATE IN INDICATOR
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddwarf.c190 case FUNCTION:
225 case FUNCTION:
1234 tdp->t_type = FUNCTION;
H A Dctf.c482 case FUNCTION:
1200 tdp->t_type = FUNCTION;
H A Dst_parse.c696 (*rtdp)->t_type = FUNCTION;
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.h580 case FUNCTION:
H A DParser.cpp745 case FUNCTION:
927 ASSERT(match(FUNCTION));
1642 if (match(FUNCTION)) {
/macosx-10.9.5/bash-92/bash-3.2/
H A Dparse.y309 %token IF THEN ELSE ELIF FI CASE ESAC FOR SELECT WHILE UNTIL DO DONE FUNCTION
739 | FUNCTION WORD '(' ')' newline_list function_body
742 | FUNCTION WORD newline_list function_body
1775 { "function", FUNCTION },
2373 before that was FUNCTION, or if we just parsed an arithmetic
3763 case FUNCTION:
3900 else if (token_before_that == WORD && two_tokens_ago == FUNCTION)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbt_pars.cpp74 #define FUNCTION ((UChar)38) /*&*/ macro
549 case FUNCTION:
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dformat.el591 the TRANSLATIONS list: PARAMETER and FUNCTION \(spelled in uppercase).
598 FUNCTION. Instead of inserting a text-property for this annotation,
702 ((eq prop 'FUNCTION)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpriv.tcl2812 set lambda [string map [list XARGS $xargs FUNCTION $function NS $namespace] {{XARGS} {expr {FUNCTION}} NS}]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.c199 { "FUNCTION", ID_FORTRAN },
1751 ep->desc = "[FUNCTION]";
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c160 AND, OR, MOD, DIV, MULTIPLY, FUNCTION, VARIABLE, enumerator in enum:__anon13029
170 "AND", "OR", "MOD", "DIV", "MULTIPLY", "FUNCTION", "VARIABLE",
970 else token = FUNCTION;
998 token = FUNCTION;
1285 } else if (LA==FUNCTION || LA==NSPREFIX) {
1286 if (LA==FUNCTION) {
1287 Consume(FUNCTION); variable
1294 Consume(FUNCTION); variable
1330 ||(LA==FUNCTION)
1331 ||(LA==NSPREFIX && LA2==FUNCTION)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y77 %nonassoc END_OF_FILE ILLEGAL SPACE UNCLOSED_STRING COMMENT FUNCTION
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dbfd-in2.h2273 #define NEWHOWTO(FUNCTION, NAME, SIZE, REL, IN) \
2274 HOWTO (0, 0, SIZE, 0, REL, 0, complain_overflow_dont, FUNCTION, \
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-mode.el1025 "Execute FUNCTION when called from the contextual menu.
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c9671 ** The following three macros, FUNCTION(), LIKEFUNC() and AGGREGATE() are
9674 ** FUNCTION(zName, nArg, iArg, bNC, xFunc)
9685 ** FUNCTION().
9695 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
14311 FUNCTION(julianday, -1, 0, 0, juliandayFunc ),
14312 FUNCTION(date, -1, 0, 0, dateFunc ),
14313 FUNCTION(time, -1, 0, 0, timeFunc ),
14314 FUNCTION(datetime, -1, 0, 0, datetimeFunc ),
14315 FUNCTION(strftime, -1, 0, 0, strftimeFunc ),
14316 FUNCTION(current_tim
[all...]

Completed in 699 milliseconds

12