Searched refs:lineinfo (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13-stable/crypto/openssh/ |
| HD | hostfile.c | 769 struct hostkey_foreach_line lineinfo; in hostkeys_foreach_file() local 772 memset(&lineinfo, 0, sizeof(lineinfo)); in hostkeys_foreach_file() 780 free(lineinfo.line); in hostkeys_foreach_file() 781 sshkey_free(lineinfo.key); in hostkeys_foreach_file() 782 memset(&lineinfo, 0, sizeof(lineinfo)); in hostkeys_foreach_file() 783 lineinfo.path = path; in hostkeys_foreach_file() 784 lineinfo.linenum = linenum; in hostkeys_foreach_file() 785 lineinfo.line = xstrdup(line); in hostkeys_foreach_file() 786 lineinfo.marker = MRK_NONE; in hostkeys_foreach_file() 787 lineinfo.status = HKF_STATUS_OK; in hostkeys_foreach_file() [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | ldebug.h | 17 #define getfuncline(f,pc) (((f)->lineinfo) ? (f)->lineinfo[pc] : 0)
|
| HD | lfunc.c | 118 f->lineinfo = NULL; in luaF_newproto() 138 luaM_freearray(L, f->lineinfo, f->sizelineinfo); in luaF_freeproto()
|
| HD | ldebug.c | 216 int *lineinfo = f->l.p->lineinfo; in collectvalidlines() local 222 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
|
| HD | lcode.c | 222 luaM_growvector(fs->ls->L, f->lineinfo, fs->pc, f->sizelineinfo, int, in luaK_code() 224 f->lineinfo[fs->pc] = fs->ls->lastline; in luaK_code() 870 fs->f->lineinfo[fs->pc - 1] = line; in luaK_fixline()
|
| HD | lobject.h | 470 int *lineinfo; /* map from opcodes to source lines (debug information) */ member
|
| HD | lparser.c | 561 luaM_reallocvector(L, f->lineinfo, f->sizelineinfo, fs->pc, int); in close_func()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | ldebug.c | 88 if (f->lineinfo == NULL) /* no debug information? */ in luaG_getfuncline() 94 lua_assert(f->lineinfo[basepc] != ABSLINEINFO); in luaG_getfuncline() 95 baseline += f->lineinfo[basepc]; /* correct line */ in luaG_getfuncline() 287 if (p->lineinfo[pc] != ABSLINEINFO) in nextline() 288 return currentline + p->lineinfo[pc]; in nextline() 786 if (p->lineinfo == NULL) /* no debug information? */ in changedline() 789 if (p->lineinfo[oldpc] != 0) in changedline()
|
| HD | lfunc.c | 255 f->lineinfo = NULL; in luaF_newproto() 277 luaM_freearray(L, f->lineinfo, f->sizelineinfo); in luaF_freeproto()
|
| HD | lundump.c | 230 f->lineinfo = luaM_newvectorchecked(S->L, n, ls_byte); in loadDebug() 232 loadVector(S, f->lineinfo, n); in loadDebug()
|
| HD | ldump.c | 158 dumpVector(D, f->lineinfo, n); in dumpDebug()
|
| HD | lcode.c | 348 luaM_growvector(fs->ls->L, f->lineinfo, pc, f->sizelineinfo, ls_byte, in savelineinfo() 350 f->lineinfo[pc] = linedif; in savelineinfo() 364 if (f->lineinfo[pc] != ABSLINEINFO) { /* relative line info? */ in removelastlineinfo() 365 fs->previousline -= f->lineinfo[pc]; /* correct last line saved */ in removelastlineinfo()
|
| HD | lobject.h | 548 ls_byte *lineinfo; /* information about source lines (debug information) */ member
|
| HD | lparser.c | 753 luaM_shrinkvector(L, f->lineinfo, f->sizelineinfo, fs->pc, ls_byte); in close_func()
|
| /freebsd-13-stable/contrib/libedit/ |
| HD | histedit.h | 62 typedef struct lineinfo { struct
|
| /freebsd-13-stable/usr.bin/bc/ |
| HD | scan.l | 268 const struct lineinfo *info = el_line(e);
|