Searched refs:lcnt (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dv_ulcase.c53 size_t cno, lcnt, len; local
79 lcnt = len - 1;
84 lcnt = cno + cnt - 1;
87 vp->m_final.cno = lcnt + 1;
90 if (ulcase(sp, lno, p, len, cno, lcnt))
H A Dvs_refresh.c169 recno_t lastline, lcnt; local
249 lcnt = vs_sm_nlines(sp, HMAP, LNO, sp->t_maxrows);
250 if (lcnt <= HALFSCREEN(sp))
251 for (; lcnt && sp->t_rows != sp->t_maxrows;
252 --lcnt, ++sp->t_rows) {
260 lcnt = vs_sm_nlines(sp, TMAP, LNO, sp->t_maxrows);
261 if (lcnt <= HALFSCREEN(sp))
262 for (; lcnt && sp->t_rows != sp->t_maxrows;
263 --lcnt, ++sp->t_rows) {
301 lcnt
[all...]
H A Dvs_smap.c1050 size_t lcnt; local
1057 lcnt = vs_screens(sp, p->lno, NULL);
1058 if (lcnt == p->soff) {
1222 recno_t lno, lcnt; local
1232 lcnt = from_sp->soff - 1; /* Correct for off-by-one. */
1233 for (lno = from_sp->lno; --lno >= to_lno && lcnt <= max;)
1234 lcnt += vs_screens(sp, lno, NULL);
1237 lcnt = (vs_screens(sp, lno, NULL) - from_sp->soff) + 1;
1238 for (; ++lno < to_lno && lcnt <= max;)
1239 lcnt
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_read.c301 recno_t lcnt, lno; local
317 lcnt = 0;
319 for (lno = fm->lno; !ex_getline(sp, fp, &len); ++lno, ++lcnt) {
320 if ((lcnt + 1) % INTERRUPT_CHECK == 0) {
340 *nlinesp = lcnt;
346 (u_long)lcnt, ccnt);
H A Dex_write.c290 recno_t fline, tline, lcnt; local
320 lcnt = 0;
323 for (; fline <= tline; ++fline, ++lcnt) {
325 if ((lcnt + 1) % INTERRUPT_CHECK == 0) {
372 *nlno = lcnt;
/freebsd-11-stable/sys/vm/
H A Dvm_phys.h52 int lcnt; member in struct:vm_freelist
H A Dvm_phys.c388 fl[oind].lcnt);
485 fl[order].lcnt++;
493 fl[order].lcnt--;
1476 db_printf(" | %6.6d", fl[oind].lcnt);
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c265 long lcnt = 0; local
288 } else if (lcnt++ == numlines) {
290 lcnt = 1;
/freebsd-11-stable/sbin/fsck_ffs/
H A Ddir.c352 adjust(struct inodesc *idesc, int lcnt) argument
358 if (DIP(dp, di_nlink) == lcnt) {
384 lcnt--;
387 if (lcnt != 0) {
392 DIP(dp, di_nlink), DIP(dp, di_nlink) - lcnt);
394 if (lcnt < 0) {
403 DIP_SET(dp, di_nlink, DIP(dp, di_nlink) - lcnt);
407 cmd.size = -lcnt;
H A Dfsck.h406 void adjust(struct inodesc *, int lcnt);
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c1043 int lcnt; local
1049 lcnt = strtol(argv[1], &cp, 0);
1054 if (lcnt > USHRT_MAX || lcnt < 0) {
1059 DIP_SET(curinode, di_nlink, lcnt);
/freebsd-11-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c650 static int lcnt; local
657 ++lcnt;
666 warnx("line #%d too long", lcnt);
685 warnx("at line #%d", lcnt);
/freebsd-11-stable/lib/libc/nameser/
H A Dns_print.c419 int n, lcnt; local
436 lcnt = 0;
441 if (lcnt == 0) {
444 lcnt = 10;
449 lcnt--;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6654 Dwarf_Signed lcnt; local
6659 re->cu_osize, re->cu_ver, &llbuf, &lcnt, &de) != DW_DLV_OK) {
6680 Dwarf_Signed lcnt; local
6776 if ((ret = dwarf_loclist_n(la->la_at, &llbuf, &lcnt, &de)) !=
6790 for (i = 0; i < lcnt; i++) {
6815 for (i = 0; i < lcnt; i++) {

Completed in 227 milliseconds