Searched refs:Builtin (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A Dreva.vim73 com! -nargs=+ Builtin syn keyword revaBuiltin <args> command
74 Builtin execute ahead interp bye >body here pad words make
75 Builtin accept close cr creat delete ekey emit fsize ioerr key?
76 Builtin mtime open/r open/rw read rename seek space spaces stat
77 Builtin tell type type_ write (seek) (argv) (save) 0; 0drop;
78 Builtin >class >lz >name >xt alias alias: appname argc asciiz, asciizl,
79 Builtin body> clamp depth disassemble findprev fnvhash getenv here,
80 Builtin iterate last! last@ later link lz> lzmax os parse/ peek
81 Builtin peek-n pop prior push put rp@ rpick save setenv slurp
82 Builtin stac
[all...]
H A Dmoo.vim37 " Builtin variables
72 "Builtin properties
83 " Builtin functions, core properties and core verbs
H A Dmodsim3.vim38 " Builtin functions and procedures
H A Ddtrace.vim92 " Builtin variables
H A Dkix.vim92 " Functions (Builtin + UDF)
H A Dtcsh.vim42 " Builtin commands except those treated specially. Currently (un)set(env),
H A Dmaple.vim192 " Builtin Constants: ? constants {{{1
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DLookup.cpp64 if (entry->attributes() & Builtin)
H A DPropertySlot.h46 Builtin = 1 << 7, // property is a builtin function - only used by static hashtables enumerator in enum:JSC::Attribute
48 BuiltinOrFunction = Builtin | Function, // helper only used by static hashtables
49 BuiltinOrFunctionOrConstant = Builtin | Function | ConstantInteger, // helper only used by static hashtables
H A DLookup.h58 BuiltinGenerator builtinGenerator() const { ASSERT(m_attributes & Builtin); return reinterpret_cast<BuiltinGenerator>(m_value1); }
312 if (value.attributes() & Builtin) {
/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c409 addbuiltin(Builtin b)
411 Builtin bn = (Builtin) builtintab->getnode2(builtintab, b->node.nam);
428 Builtin bn;
451 Builtin bn;
453 bn = (Builtin) builtintab->removenode(builtintab, nam);
466 Builtin bn = (Builtin) builtintab->getnode2(builtintab, bnam);
501 setbuiltins(char const *nam, Builtin binl, int size, int *e)
506 Builtin
[all...]
H A Dbuiltin.c139 /* Builtin Command Hash Table Functions */
175 Builtin bn = (Builtin) hn;
200 Builtin bn = (Builtin) hn;
249 execbuiltin(LinkList args, Builtin bn)
H A Dzsh.h408 typedef struct builtin *Builtin; typedef in typeref:struct:builtin
1254 /* Builtin option handling */
1320 Builtin bn_list;
H A Dexec.c2366 if (!((Builtin) hn)->handlerfunc) {
2367 char *modname = dupstring(((Builtin) hn)->optstr);
3274 lastval = execbuiltin(args, (Builtin) hn);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c650 Builtin bn;
656 if ((bn = (Builtin) builtintab->getnode2(builtintab, name)) &&
702 char *t = ((((Builtin) hn)->handlerfunc ||
973 if (!(((Builtin) hn)->node.flags & BINF_ADDED) &&
974 !linknodebystring(done, ((Builtin) hn)->optstr)) {
975 pm.node.nam = ((Builtin) hn)->optstr;

Completed in 182 milliseconds