Searched refs:linecount (Results 1 – 8 of 8) sorted by relevance
32 dwarf_srclines(Dwarf_Die die, Dwarf_Line **linebuf, Dwarf_Signed *linecount, in dwarf_srclines() argument44 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()
433 ++vip->linecount; in vs_output()438 --vip->linecount; in vs_output()447 ++vip->linecount; in vs_output()618 vip->linecount = vip->lcontinue = vip->totalcount = 0; in vs_ex_resolve()624 vip->linecount = vip->lcontinue = vip->totalcount = 0; in vs_ex_resolve()726 vip->linecount = vip->lcontinue = vip->totalcount = 0; in vs_resolve()766 if (wtype == SCROLL_W_QUIT && vip->linecount < sp->t_maxrows) in vs_scroll()808 vip->linecount = 0; in vs_wait()
247 size_t linecount; /* 1-N: Output overwrite count. */ member
497 vip->linecount = vip->lcontinue = vip->totalcount = 0; in v_txt()
826 unsigned linecount = 0; in do_begin_data() local839 linecount++; in do_begin_data()846 linecount++; in do_begin_data()849 } while ((unit == Bytes ? bytecount : linecount) < numberof); in do_begin_data()
450 static int linecount = 0; in pmcstat_print_pmcs() local453 if (++linecount > pmcstat_displayheight) { in pmcstat_print_pmcs()455 linecount = 1; in pmcstat_print_pmcs()457 if (linecount == 1) in pmcstat_print_pmcs()
5027 Dwarf_Signed linecount, srccount; in dump_dwarf_line_decoded() local5053 if (dwarf_srclines(die, &linebuf, &linecount, &de) != DW_DLV_OK) in dump_dwarf_line_decoded()5057 for (i = 0; i < linecount; i++) { in dump_dwarf_line_decoded()
1388 linecount before printing it.