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

/netbsd-current/external/mit/lua/dist/src/
H A Dldebug.c876 ** function, 'npci' will be zero and will test as a new line whatever
911 int npci = pcRel(pc, p); local
912 if (npci <= oldpc || /* call hook when jump back (loop), */
913 changedline(p, oldpc, npci)) { /* or when enter new line */
914 int newline = luaG_getfuncline(p, npci);
917 L->oldpc = npci; /* 'pc' of last call to line hook */

Completed in 108 milliseconds