Home
last modified time | relevance | path

Searched refs:linecount (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_lineno.c32 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()
/NextBSD/contrib/nvi/vi/
HDvs_msg.c433 ++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()
HDvi.h247 size_t linecount; /* 1-N: Output overwrite count. */ member
HDv_txt.c497 vip->linecount = vip->lcontinue = vip->totalcount = 0; in v_txt()
/NextBSD/contrib/groff/src/devices/grops/
HDpsrm.cpp826 unsigned linecount = 0; in do_begin_data() local
839 linecount++; in do_begin_data()
846 linecount++; in do_begin_data()
849 } while ((unit == Bytes ? bytecount : linecount) < numberof); in do_begin_data()
/NextBSD/usr.sbin/pmcstat/
HDpmcstat.c450 static int linecount = 0; in pmcstat_print_pmcs() local
453 if (++linecount > pmcstat_displayheight) { in pmcstat_print_pmcs()
455 linecount = 1; in pmcstat_print_pmcs()
457 if (linecount == 1) in pmcstat_print_pmcs()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c5027 Dwarf_Signed linecount, srccount; in dump_dwarf_line_decoded() local
5053 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()
/NextBSD/contrib/binutils/gas/
HDChangeLog-92951388 linecount before printing it.