OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npci
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
ldebug.c
876
** 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 15 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026