Searched refs:linecount (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_lineno.c | 32 dwarf_srclines(Dwarf_Die die, Dwarf_Line **linebuf, Dwarf_Signed *linecount, in dwarf_srclines() argument 44 if (die == NULL || linebuf == NULL || linecount == NULL) { in dwarf_srclines() 66 *linecount = (Dwarf_Signed) li->li_lnlen; in dwarf_srclines() 68 if (*linecount == 0) { in dwarf_srclines() 78 if ((li->li_lnarray = malloc(*linecount * sizeof(Dwarf_Line))) == in dwarf_srclines() 85 i < *linecount && ln != NULL; i++, ln = STAILQ_NEXT(ln, ln_next)) in dwarf_srclines()
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_msg.c | 432 ++vip->linecount; in vs_output() 437 --vip->linecount; in vs_output() 446 ++vip->linecount; in vs_output() 617 vip->linecount = vip->lcontinue = vip->totalcount = 0; in vs_ex_resolve() 623 vip->linecount = vip->lcontinue = vip->totalcount = 0; in vs_ex_resolve() 725 vip->linecount = vip->lcontinue = vip->totalcount = 0; in vs_resolve() 765 if (wtype == SCROLL_W_QUIT && vip->linecount < sp->t_maxrows) in vs_scroll() 807 vip->linecount = 0; in vs_wait()
|
H A D | vi.h | 245 size_t linecount; /* 1-N: Output overwrite count. */ member
|
H A D | v_txt.c | 493 vip->linecount = vip->lcontinue = vip->totalcount = 0; in v_txt()
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat.c | 337 static int linecount = 0; in pmcstat_print_pmcs() local 340 if (++linecount > pmcstat_displayheight) { in pmcstat_print_pmcs() 342 linecount = 1; in pmcstat_print_pmcs() 344 if (linecount == 1) in pmcstat_print_pmcs()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 2996 size_t linecount; in maybe_dup_forw_socket() local 3000 line = nvlist_get_nvlist_array(nvl, "filed_list", &linecount); in maybe_dup_forw_socket() 3001 for (size_t i = 0; i < linecount; i++) { in maybe_dup_forw_socket()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 5170 Dwarf_Signed linecount, srccount; in dump_dwarf_line_decoded() local 5196 if (dwarf_srclines(die, &linebuf, &linecount, &de) != DW_DLV_OK) in dump_dwarf_line_decoded() 5200 for (i = 0; i < linecount; i++) { in dump_dwarf_line_decoded()
|