| /freebsd/crypto/openssh/ |
| H A D | hostfile.c | 799 struct hostkey_foreach_line lineinfo; in hostkeys_foreach_file() local 802 memset(&lineinfo, 0, sizeof(lineinfo)); in hostkeys_foreach_file() 810 free(lineinfo.line); in hostkeys_foreach_file() 811 sshkey_free(lineinfo.key); in hostkeys_foreach_file() 812 memset(&lineinfo, 0, sizeof(lineinfo)); in hostkeys_foreach_file() 813 lineinfo.path = path; in hostkeys_foreach_file() 814 lineinfo.linenum = linenum; in hostkeys_foreach_file() 815 lineinfo.line = xstrdup(line); in hostkeys_foreach_file() 816 lineinfo.marker = MRK_NONE; in hostkeys_foreach_file() 817 lineinfo.status = HKF_STATUS_OK; in hostkeys_foreach_file() [all …]
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | ldebug.h | 17 #define getfuncline(f,pc) (((f)->lineinfo) ? (f)->lineinfo[pc] : 0)
|
| H A D | lfunc.c | 118 f->lineinfo = NULL; in luaF_newproto() 138 luaM_freearray(L, f->lineinfo, f->sizelineinfo); in luaF_freeproto()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | lobject.h | 473 int *lineinfo; /* map from opcodes to source lines (debug information) */ member
|
| H A D | lparser.c | 561 luaM_reallocvector(L, f->lineinfo, f->sizelineinfo, fs->pc, int); in close_func()
|
| /freebsd/contrib/lua/src/ |
| H A D | ldebug.c | 87 if (f->lineinfo == NULL) /* no debug information? */ in luaG_getfuncline() 93 lua_assert(f->lineinfo[basepc] != ABSLINEINFO); in luaG_getfuncline() 94 baseline += f->lineinfo[basepc]; /* correct line */ in luaG_getfuncline() 286 if (p->lineinfo[pc] != ABSLINEINFO) in nextline() 287 return currentline + p->lineinfo[pc]; in nextline() 304 if (p->lineinfo != NULL) { /* proto with debug information? */ in collectvalidlines() 874 if (p->lineinfo == NULL) /* no debug information? */ in changedline() 880 int lineinfo = p->lineinfo[++pc]; in changedline() local 881 if (lineinfo == ABSLINEINFO) in changedline() 883 delta += lineinfo; in changedline()
|
| H A D | lfunc.c | 249 f->lineinfo = NULL; in luaF_newproto() 271 luaM_freearray(L, f->lineinfo, f->sizelineinfo); in luaF_freeproto()
|
| H A D | lundump.c | 230 f->lineinfo = luaM_newvectorchecked(S->L, n, ls_byte); in loadDebug() 232 loadVector(S, f->lineinfo, n); in loadDebug()
|
| H A D | ldump.c | 162 dumpVector(D, f->lineinfo, n); in dumpDebug()
|
| H A D | ltests.c | 682 int lineinfo = (p->lineinfo != NULL) ? p->lineinfo[pc] : 0; in buildop() local 683 if (lineinfo == ABSLINEINFO) in buildop() 686 buff += sprintf(buff, "(%2d", lineinfo); in buildop()
|
| H A D | lcode.c | 341 luaM_growvector(fs->ls->L, f->lineinfo, pc, f->sizelineinfo, ls_byte, in savelineinfo() 343 f->lineinfo[pc] = linedif; in savelineinfo() 357 if (f->lineinfo[pc] != ABSLINEINFO) { /* relative line info? */ in removelastlineinfo() 358 fs->previousline -= f->lineinfo[pc]; /* correct last line saved */ in removelastlineinfo()
|
| H A D | lobject.h | 568 ls_byte *lineinfo; /* information about source lines (debug information) */ member
|
| H A D | lparser.c | 765 luaM_shrinkvector(L, f->lineinfo, f->sizelineinfo, fs->pc, ls_byte); in close_func()
|
| /freebsd/contrib/libedit/ |
| H A D | histedit.h | 62 typedef struct lineinfo { struct
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_msg.h | 3713 __be32 lineinfo; member
|