OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startpc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/lua/dist/src/
ldump.c
186
dumpInt(D, f->locvars[i].
startpc
);
lfunc.c
289
for (i = 0; i<f->sizelocvars && f->locvars[i].
startpc
<= pc; i++) {
lundump.c
253
f->locvars[i].
startpc
= loadInt(S);
lobject.h
541
int
startpc
; /* first point where variable is active */
member in struct:LocVar
luac.c
711
i,getstr(f->locvars[i].varname),f->locvars[i].
startpc
+1,f->locvars[i].endpc+1);
lparser.c
187
f->locvars[fs->ndebugvars].
startpc
= fs->pc;
1711
localdebuginfo(fs, fvar)->
startpc
= fs->pc;
Completed in 26 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026