Home
last modified time | relevance | path

Searched refs:npci (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dldebug.c834 int npci = pcRel(pc, p); in luaG_traceexec() local
835 if (npci == 0 || /* call linehook when enter a new function, */ in luaG_traceexec()
837 changedline(p, oldpc, npci)) { /* enter new line */ in luaG_traceexec()
838 int newline = luaG_getfuncline(p, npci); in luaG_traceexec()
841 L->oldpc = npci; /* 'pc' of last call to line hook */ in luaG_traceexec()