MCPcopy Create free account

hub / github.com/danomatika/ofxLua / functions

Functions2,184 in github.com/danomatika/ofxLua

↓ 2 callersFunctionauxgetstr
libs/lua/lapi.c:639
↓ 2 callersFunctionauxresume
** Resumes a coroutine. Returns the number of results for non-error ** cases or -1 for errors. */
libs/lua/lcorolib.c:32
↓ 2 callersFunctionauxsetstr
** t[k] = value at the top of the stack (where 'k' is a string) */
libs/lua/lapi.c:829
↓ 2 callersFunctionauxstatus
libs/lua/lcorolib.c:127
↓ 2 callersFunctionauxupvalue
** get (if 'get' is true) or set an upvalue from a closure */
libs/lua/ldblib.c:258
↓ 2 callersFunctionb_rot
libs/lua/lbitlib.c:141
↓ 2 callersFunctionbinopr2TM
** Convert a BinOpr to a tag method (ORDER OPR - ORDER TM) */
libs/lua/lcode.c:1377
↓ 2 callersFunctionbinsearch
libs/lua/ltable.c:880
↓ 2 callersFunctioncallallpendingfinalizers
** call all pending finalizers */
libs/lua/lgc.c:948
↓ 2 callersFunctioncheckSizes
** If possible, shrink string table. */
libs/lua/lgc.c:869
↓ 2 callersFunctioncheck_readonly
** Raises an error if variable described by 'e' is read only */
libs/lua/lparser.c:277
↓ 2 callersFunctioncheckcontrol
** Check whether message is a control message. If so, execute the ** control or ignore it if unknown. */
libs/lua/lauxlib.c:1052
↓ 2 callersFunctioncheckliteral
libs/lua/lundump.c:275
↓ 2 callersFunctioncheckmode
libs/lua/ldo.c:979
↓ 2 callersFunctionchecktab
** Check that 'arg' either is a table or can behave like one (that is, ** has a metatable with the required metamethods) */
libs/lua/ltablib.c:46
↓ 2 callersFunctionclassend
libs/lua/lstrlib.c:403
↓ 2 callersFunctionclearbykeys
** clear entries with unmarked keys from all weaktables in list 'l' */
libs/lua/lgc.c:723
↓ 2 callersFunctioncleargraylists
libs/lua/lgc.c:394
↓ 2 callersFunctionclose_func
libs/lua/lparser.c:756
↓ 2 callersFunctionclose_state
libs/lua/lstate.c:269
↓ 2 callersFunctioncode_loadbool
libs/lua/lcode.c:888
↓ 2 callersFunctioncodearith
** Code arithmetic operators ('+', '-', ...). If second operand is a ** constant in the proper range, use variant opcodes with K operands. */
libs/lua/lcode.c:1499
↓ 2 callersFunctioncodebinK
** Code binary operators with K operand. */
libs/lua/lcode.c:1448
↓ 2 callersFunctioncodebinNoK
** Code binary operators with no constant operand. */
libs/lua/lcode.c:1487
↓ 2 callersFunctioncodeextraarg
** Emit an "extra argument" instruction (format 'iAx') */
libs/lua/lcode.c:440
↓ 2 callersFunctioncond
libs/lua/lparser.c:1406
↓ 2 callersFunctionconst2val
** Get the constant value from a constant expression */
libs/lua/lcode.c:74
↓ 2 callersFunctionconstfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
libs/lua/lcode.c:1333
↓ 2 callersFunctionconstructor
libs/lua/lparser.c:925
↓ 2 callersFunctionconvergeephemerons
** Traverse all ephemeron tables propagating marks from keys to values. ** Repeat until it converges, that is, nothing new is marked. 'dir' ** inverts
libs/lua/lgc.c:689
↓ 2 callersFunctioncopy2buff
copy strings in stack from top - n up to top - 1 to buffer */
libs/lua/lvm.c:624
↓ 2 callersFunctioncorrectstack
** Change back all offsets into pointers. */
libs/lua/ldo.c:182
↓ 2 callersFunctioncountint
libs/lua/ltable.c:413
↓ 2 callersFunctioncreatelabel
** Create a new label with the given 'name' at the given 'line'. ** 'last' tells whether label is the last non-op statement in its ** block. Solves al
libs/lua/lparser.c:608
↓ 2 callersFunctioncreatestrobj
** creates a new string object */
libs/lua/lstring.c:143
↓ 2 callersFunctiondeletelist
** Delete all objects in list 'p' until (but not including) object ** 'limit'. */
libs/lua/lgc.c:1496
↓ 2 callersFunctiondigit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
libs/lua/lstrlib.c:1447
↓ 2 callersFunctiondischarge2anyreg
** Ensure expression value is in a register, making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
libs/lua/lcode.c:880
↓ 2 callersFunctiondischarge2reg
** Ensure expression value is in register 'reg', making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
libs/lua/lcode.c:825
↓ 2 callersFunctiondumpFunction
libs/lua/ldump.c:183
↓ 2 callersFunctiondumpInteger
libs/lua/ldump.c:87
↓ 2 callersFunctiondumpNumber
libs/lua/ldump.c:82
↓ 2 callersFunctionentergen
** Enter generational mode. Must go until the end of an atomic cycle ** to ensure that all objects are correctly marked and weak tables ** are cleared
libs/lua/lgc.c:1327
↓ 2 callersFunctionerror_expected
libs/lua/lparser.c:68
↓ 2 callersFunctionfieldargs
** get field and width arguments for field-manipulation functions, ** checking whether they are valid. ** ('luaL_error' called without 'return' to avo
libs/lua/lbitlib.c:168
↓ 2 callersFunctionfindlabel
** Search for an active label with the given name. */
libs/lua/lparser.c:544
↓ 2 callersFunctionfinishbinexpneg
Try to code a binary operator negating its second operand. ** For the metamethod, 2nd operand must keep its original value. */
libs/lua/lcode.c:1460
↓ 2 callersFunctionfinishgencycle
** Finish a young-generation collection. */
libs/lua/lgc.c:1235
↓ 2 callersFunctionfinishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
libs/lua/lbaselib.c:461
↓ 2 callersFunctionfirsttry
** First allocation will fail except when freeing a block (frees never ** fail) and when it cannot try again; this fail will trigger 'tryagain' ** and
libs/lua/lmem.c:69
↓ 2 callersFunctionfitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
libs/lua/lcode.c:667
↓ 2 callersFunctionfixforjump
** Fix for instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua). 'back' true means ** a back jump. */
libs/lua/lparser.c:1530
↓ 2 callersFunctionforbody
** Generate code for a 'for' loop. */
libs/lua/lparser.c:1544
↓ 2 callersFunctionformatvarinfo
libs/lua/ldebug.c:694
↓ 2 callersFunctionfreeregs
** Free two registers in proper order */
libs/lua/lcode.c:502
↓ 2 callersFunctionfreestack
libs/lua/lstate.c:203
↓ 2 callersFunctionfullgen
** Does a full collection in generational mode. */
libs/lua/lgc.c:1373
↓ 2 callersFunctionfuncargs
libs/lua/lparser.c:1025
↓ 2 callersFunctionfuncnamefromcall
** Try to find a name for a function based on how it was called. */
libs/lua/ldebug.c:638
↓ 2 callersFunctiong_iofile
libs/lua/liolib.c:318
↓ 2 callersFunctiong_write
libs/lua/liolib.c:660
↓ 2 callersFunctionget2digits
libs/lua/lstrlib.c:1210
↓ 2 callersFunctionget_onecapture
** get information about the i-th capture. If there are no captures ** and 'i==0', return information about the whole match, which ** is the range 's'
libs/lua/lstrlib.c:702
↓ 2 callersFunctiongetcurrentline
libs/lua/ldebug.c:98
↓ 2 callersFunctiongetendpos
** Gets an optional ending string position from argument 'arg', ** with default value 'def'. ** Negative means back from end: clip result to [0, len]
libs/lua/lstrlib.c:87
↓ 2 callersFunctiongetgclist
libs/lua/lgc.c:125
↓ 2 callersFunctiongetnum
libs/lua/lstrlib.c:1449
↓ 2 callersFunctiongetoption
** Read and classify next option. 'size' is filled with option's size. */
libs/lua/lstrlib.c:1488
↓ 2 callersFunctionhashint
** Hash for integers. To allow a good hash, use the remainder operator ** ('%'). If integer fits as a non-negative int, compute an int ** remainder, w
libs/lua/ltable.c:108
↓ 2 callersFunctionintarith
libs/lua/lobject.c:53
↓ 2 callersMethodisBool
------------------------------------------------------------------------------
src/ofxLua.cpp:523
↓ 2 callersFunctionisKstr
** Check whether expression 'e' is a small literal string */
libs/lua/lcode.c:1220
↓ 2 callersMethodisString
src/ofxLua.cpp:539
↓ 2 callersFunctionispow2realasize
** Check whether real size of the array is a power of 2. ** (If it is not, 'alimit' cannot be changed to any other value ** without changing the real
libs/lua/ltable.c:278
↓ 2 callersFunctioniter_aux
libs/lua/lutf8lib.c:228
↓ 2 callersFunctionjumponcond
** Emit instruction to jump if 'e' is 'cond' (that is, if 'cond' ** is true, code will jump if 'e' is true.) Return jump position. ** Optimize when 'e
libs/lua/lcode.c:1115
↓ 2 callersFunctionl_checktime
libs/lua/loslib.c:291
↓ 2 callersFunctionl_str2dloc
** Convert string 's' to a Lua number (put in 'result'). Return NULL on ** fail or the address of the ending '\0' on success. ('mode' == 'x') ** means
libs/lua/lobject.c:228
↓ 2 callersFunctionl_strcmp
** Compare two strings 'ls' x 'rs', returning an integer less-equal- ** -greater than zero if 'ls' is less-equal-greater than 'rs'. ** The code is a l
libs/lua/lvm.c:375
↓ 2 callersFunctionl_strton
** Try to convert a value from string to a number value. ** If the value is not a string or is a string not representing ** a valid numeral (or if coe
libs/lua/lvm.c:90
↓ 2 callersFunctionlistfield
libs/lua/lparser.c:896
↓ 2 callersFunctionllex
libs/lua/llex.c:445
↓ 2 callersFunctionloadFunction
libs/lua/lundump.c:258
↓ 2 callersFunctionloadInteger
libs/lua/lundump.c:100
↓ 2 callersFunctionloadNumber
libs/lua/lundump.c:93
↓ 2 callersFunctionloadUnsigned
libs/lua/lundump.c:69
↓ 2 callersFunctionload_aux
libs/lua/lbaselib.c:323
↓ 2 callersFunctionloadfunc
** Try to find a load function for module 'modname' at file 'filename'. ** First, change '.' to '_' in 'modname'; then, if 'modname' has ** the form X
libs/lua/loadlib.c:562
↓ 2 callersFunctionlocaldebuginfo
** Get the debug-information entry for current variable 'vidx'. */
libs/lua/lparser.c:251
↓ 2 callersFunctionluaC_checkfinalizer
** if object 'o' has a finalizer, remove it from 'allgc' list (must ** search the list to find it) and link it in 'finobj' list. */
libs/lua/lgc.c:1017
↓ 2 callersFunctionluaC_freeallobjects
** Call all finalizers of the objects in the given Lua state, and ** then free all objects, except for the main thread. */
libs/lua/lgc.c:1509
↓ 2 callersFunctionluaC_newobjdt
** create a new collectable object (with given type, size, and offset) ** and link it to 'allgc' list. */
libs/lua/lgc.c:258
↓ 2 callersFunctionluaD_hookcall
** Executes a call hook for Lua functions. This function is called ** whenever 'hookmask' is not zero, so it checks whether call hooks are ** active.
libs/lua/ldo.c:369
↓ 2 callersFunctionluaD_precall
** Prepares the call to a function (C or Lua). For C functions, also do ** the call. The function to be called is at '*func'. The arguments ** are on
libs/lua/ldo.c:588
↓ 2 callersFunctionluaD_tryfuncTM
** Check whether 'func' has a '__call' metafield. If so, put it in the ** stack, below original 'func', so that 'luaD_precall' can call it. Raise ** a
libs/lua/ldo.c:412
↓ 2 callersFunctionluaE_checkcstack
** Called when 'getCcalls(L)' larger or equal to LUAI_MAXCCALLS. ** If equal, raises an overflow error. If value is larger than ** LUAI_MAXCCALLS (whi
libs/lua/lstate.c:165
↓ 2 callersFunctionluaE_resetthread
libs/lua/lstate.c:323
↓ 2 callersFunctionluaF_unlinkupval
libs/lua/lfunc.c:182
↓ 2 callersFunctionluaG_addinfo
add src:line information to 'msg' */
libs/lua/ldebug.c:797
↓ 2 callersFunctionluaG_errormsg
libs/lua/ldebug.c:809
← previousnext →401–500 of 2,184, ranked by callers