MCPcopy Create free account

hub / github.com/danomatika/ofxLua / functions

Functions2,184 in github.com/danomatika/ofxLua

↓ 2 callersFunctionluaG_opinterror
libs/lua/ldebug.c:767
↓ 2 callersFunctionluaH_getn
** Try to find a boundary in table 't'. (A 'boundary' is an integer index ** such that t[i] is present and t[i+1] is absent, or 0 if t[1] is absent **
libs/lua/ltable.c:923
↓ 2 callersFunctionluaH_newkey
** inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main ** po
libs/lua/ltable.c:665
↓ 2 callersFunctionluaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
libs/lua/lcode.c:466
↓ 2 callersFunctionluaK_codeAsBx
** Format and emit an 'iAsBx' instruction. */
libs/lua/lcode.c:418
↓ 2 callersFunctionluaK_goiffalse
** Emit code to go through if 'e' is false, jump otherwise. */
libs/lua/lcode.c:1160
↓ 2 callersFunctionluaK_int
libs/lua/lcode.c:672
↓ 2 callersFunctionluaK_intK
** Add an integer to list of constants and return its index. */
libs/lua/lcode.c:585
↓ 2 callersFunctionluaK_nil
** Create a OP_LOADNIL instruction, but try to optimize: if the previous ** instruction is also OP_LOADNIL and ranges are compatible, adjust ** range
libs/lua/lcode.c:131
↓ 2 callersFunctionluaK_numberK
** Add a float to list of constants and return its index. Floats ** with integral values need a different key, to avoid collision ** with actual integ
libs/lua/lcode.c:602
↓ 2 callersFunctionluaK_ret
** Code a 'return' instruction */
libs/lua/lcode.c:207
↓ 2 callersFunctionluaK_setoneret
** Fix an expression to return one result. ** If expression is not a multi-ret expression (function call or ** vararg), it already returns one result,
libs/lua/lcode.c:754
↓ 2 callersFunctionluaL_execresult
libs/lua/lauxlib.c:285
↓ 2 callersFunctionluaL_newmetatable
libs/lua/lauxlib.c:311
↓ 2 callersFunctionluaL_testudata
libs/lua/lauxlib.c:330
↓ 2 callersFunctionluaM_saferealloc_
libs/lua/lmem.c:192
↓ 2 callersFunctionluaM_toobig
libs/lua/lmem.c:142
↓ 2 callersFunctionluaO_chunkid
libs/lua/lobject.c:567
↓ 2 callersFunctionluaO_rawarith
libs/lua/lobject.c:89
↓ 2 callersFunctionluaO_utf8esc
libs/lua/lobject.c:323
↓ 2 callersFunctionluaS_eqlngstr
** equality for long strings */
libs/lua/lstring.c:34
↓ 2 callersFunctionluaS_resize
** Resize the string table. If allocation fails, keep the current size. ** (This can degrade performance, but any non-zero size should work ** correct
libs/lua/lstring.c:85
↓ 2 callersFunctionluaT_trybinassocTM
libs/lua/ltm.c:175
↓ 2 callersFunctionluaV_equalobj
** Main operation for equality of Lua values; return 't1 == t2'. ** L == NULL means raw equality (no metamethods) */
libs/lua/lvm.c:565
↓ 2 callersFunctionluaV_objlen
** Main operation 'ra = #rb'. */
libs/lua/lvm.c:685
↓ 2 callersFunctionlua_callk
libs/lua/lapi.c:1004
↓ 2 callersFunctionlua_close
libs/lua/lstate.c:416
↓ 2 callersFunctionlua_copy
libs/lua/lapi.c:255
↓ 2 callersFunctionlua_getlocal
libs/lua/ldebug.c:220
↓ 2 callersFunctionlua_number2strx
libs/lua/lstrlib.c:1056
↓ 2 callersFunctionlua_pcallk
libs/lua/lapi.c:1043
↓ 2 callersFunctionlua_setglobal
libs/lua/lapi.c:847
↓ 2 callersFunctionlua_setupvalue
libs/lua/lapi.c:1398
↓ 2 callersFunctionlua_status
libs/lua/lapi.c:1125
↓ 2 callersFunctionlua_tocfunction
libs/lua/lapi.c:438
↓ 2 callersFunctionlua_topointer
** Returns a pointer to the internal representation of an object. ** Note that ANSI C does not allow the conversion of a pointer to ** function to a '
libs/lua/lapi.c:475
↓ 2 callersFunctionlua_warning
libs/lua/lapi.c:1335
↓ 2 callersFunctionmarkbeingfnz
** mark all objects in list of being-finalized */
libs/lua/lgc.c:345
↓ 2 callersFunctionmarkmt
** mark metamethods for basic types */
libs/lua/lgc.c:335
↓ 2 callersFunctionmarktobeclosed
** Mark that current block has a to-be-closed variable. */
libs/lua/lparser.c:422
↓ 2 callersFunctionmatch_class
libs/lua/lstrlib.c:427
↓ 2 callersFunctionmatches
(needle, haystack)
scripts/lua_syntax.py:44
↓ 2 callersFunctionneed_value
** check whether list has any jump that do not produce a value ** or produce an inverted value */
libs/lua/lcode.c:898
↓ 2 callersFunctionnegatecondition
** Negate condition 'e' (where 'e' is a comparison). */
libs/lua/lcode.c:1101
↓ 2 callersMethodnewLine
------------------------------------------------------------------------------
src/ofxLuaFileWriter.cpp:36
↓ 2 callersFunctionnewlabelentry
** Adds a new label/goto in the corresponding list. */
libs/lua/lparser.c:560
↓ 2 callersFunctionnextc
** Add current char to buffer (if not out of space) and read next one */
libs/lua/liolib.c:438
↓ 2 callersFunctionnextline
libs/lua/ldebug.c:282
↓ 2 callersFunctionnumarith
libs/lua/lobject.c:73
↓ 2 callersFunctionopen_func
libs/lua/lparser.c:729
↓ 2 callersFunctionopencheck
libs/lua/liolib.c:261
↓ 2 callersFunctionpatchtestreg
** Patch destination register for a TESTSET instruction. ** If instruction in position 'node' is not a TESTSET, return 0 ("fails"). ** Otherwise, if '
libs/lua/lcode.c:259
↓ 2 callersMethodpopAllTables
src/ofxLua.cpp:670
↓ 2 callersFunctionpreinit_thread
** preinitialize a thread with consistent values without allocating ** any memory (to avoid errors) */
libs/lua/lstate.c:249
↓ 2 callersFunctionprepCallInfo
libs/lua/ldo.c:502
↓ 2 callersFunctionpreviousinstruction
** Return the previous instruction of the current code. If there ** may be a jump target between the current instruction and the ** previous one, retu
libs/lua/lcode.c:116
↓ 2 callersFunctionproject
** Project the random integer 'ran' into the interval [0, n]. ** Because 'ran' has 2^B possible values, the projection can only be ** uniform when the
libs/lua/lmathlib.c:532
↓ 2 callersFunctionpropagatemark
** traverse one gray object, turning it to black. */
libs/lua/lgc.c:658
↓ 2 callersFunctionpush_onecapture
** Push the i-th capture on the stack. */
libs/lua/lstrlib.c:725
↓ 2 callersFunctionpusherror
libs/lua/loadlib.c:194
↓ 2 callersFunctionpushglobalfuncname
** Search for a name for a function in all loaded modules */
libs/lua/lauxlib.c:79
↓ 2 callersFunctionpushmode
libs/lua/lbaselib.c:184
↓ 2 callersFunctionpushstr
** Push given string to the stack, as part of the result, and ** join it to previous partial result if there is one. ** It may call 'luaV_concat' whil
libs/lua/lobject.c:414
↓ 2 callersFunctionpushutfchar
libs/lua/lutf8lib.c:155
↓ 2 callersFunctionrandseed
** Set a "random" seed. To get some randomness, use the current time ** and the address of 'L' (in case the machine does address space layout ** rando
libs/lua/lmathlib.c:611
↓ 2 callersFunctionread_long_string
libs/lua/llex.c:280
↓ 2 callersFunctionread_numeral
LUA_NUMBER */ ** This function is quite liberal in what it accepts, as 'luaO_str2num' ** will reject ill-formed numerals. Roughly, it accepts the foll
libs/lua/llex.c:227
↓ 2 callersFunctionrecfield
libs/lua/lparser.c:847
↓ 2 callersFunctionremovelastlineinfo
** Remove line information from the last instruction. ** If line information for that instruction is absolute, set 'iwthabs' ** above its max to force
libs/lua/lcode.c:353
↓ 2 callersFunctionremovevalues
** Traverse a list of tests ensuring no one produces a value */
libs/lua/lcode.c:277
↓ 2 callersFunctionrethook
** Executes a return hook for Lua and C functions and sets/corrects ** 'oldpc'. (Note that this correction is needed by the line hook, so it ** is don
libs/lua/ldo.c:387
↓ 2 callersFunctionrname
** Find a "name" for the register 'c'. */
libs/lua/ldebug.c:436
↓ 2 callersFunctionsavelineinfo
** Save line info for a new instruction. If difference from last line ** does not fit in a byte, of after that many instructions, save a new ** absolu
libs/lua/lcode.c:329
↓ 2 callersMethodscriptDraw
src/ofxLua.cpp:261
↓ 2 callersMethodscriptKeyPressed
src/ofxLua.cpp:300
↓ 2 callersMethodscriptMouseDragged
src/ofxLua.cpp:340
↓ 2 callersMethodscriptMouseMoved
src/ofxLua.cpp:326
↓ 2 callersMethodscriptMousePressed
src/ofxLua.cpp:355
↓ 2 callersMethodscriptMouseReleased
src/ofxLua.cpp:370
↓ 2 callersMethodscriptUpdate
src/ofxLua.cpp:249
↓ 2 callersFunctionsearchpath
libs/lua/loadlib.c:481
↓ 2 callersFunctionseparatetobefnz
** Move all unreachable objects (or 'all' objects) that need ** finalization from list 'finobj' to list 'tobefnz' (to be finalized). ** (Note that obj
libs/lua/lgc.c:972
↓ 2 callersMethodsetBool
------------------------------------------------------------------------------
src/ofxLua.cpp:850
↓ 2 callersFunctionsetallfields
** Set all fields from structure 'tm' in the table on top of the stack */
libs/lua/loslib.c:230
↓ 2 callersFunctionsetlimittosize
libs/lua/ltable.c:283
↓ 2 callersFunctionsetnodevector
** Creates an array for the hash part of a table with the given ** size, or reuses the dummy node if size is zero. ** The computation for size overflo
libs/lua/ltable.c:480
↓ 2 callersFunctionsetpath
** Set a path */
libs/lua/loadlib.c:297
↓ 2 callersFunctionsetseed
libs/lua/lmathlib.c:592
↓ 2 callersFunctionsettabsb
libs/lua/ldblib.c:121
↓ 2 callersFunctionsetvararg
libs/lua/lparser.c:953
↓ 2 callersFunctionsinglestep
libs/lua/lgc.c:1583
↓ 2 callersFunctionsinglevar
** Find a variable with the given name 'n', handling global variables ** too. */
libs/lua/lparser.c:463
↓ 2 callersFunctionsinglevaraux
** Find a variable with the given name 'n'. If it is an upvalue, add ** this upvalue into all intermediate functions. If it is a global, set ** 'var'
libs/lua/lparser.c:435
↓ 2 callersFunctionskipcomment
** reads the first character of file 'f' and skips an optional BOM mark ** in its beginning plus its first line if it starts with '#'. Returns ** true
libs/lua/lauxlib.c:765
↓ 2 callersFunctionstack_init
libs/lua/lstate.c:180
↓ 2 callersFunctionstart_capture
libs/lua/lstrlib.c:534
↓ 2 callersFunctionstr2K
** Convert a VKSTR to a VK */
libs/lua/lcode.c:737
↓ 2 callersFunctionstr_find_aux
libs/lua/lstrlib.c:773
↓ 2 callersFunctionstringK
** Add a string to list of constants and return its index. */
libs/lua/lcode.c:575
↓ 2 callersFunctionsweeplist
** sweep at most 'countin' elements from a list of GCObjects erasing dead ** objects, where a dead object is one marked with the old (non current) **
libs/lua/lgc.c:822
← previousnext →501–600 of 2,184, ranked by callers