/freebsd/usr.bin/top/ |
H A D | display.c | 58 static int lastline = 0; variable 328 lastline = 1; in i_timeofday() 384 assert(lastline == 1); in u_procstates() 436 lastline++; in i_cpustates() 475 lastline = y_cpustates + cpu; in u_cpustates() 489 lastline = y_cpustates + cpu; in u_cpustates() 532 lastline++; in z_cpustates() 564 lastline++; in i_memory() 600 lastline++; in i_arc() 640 lastline++; in i_carc() [all …]
|
/freebsd/usr.bin/csplit/ |
H A D | csplit.c | 440 long lastline, tgtline; in do_lineno() local 448 lastline = tgtline; in do_lineno() 449 if (lastline <= lineno) in do_lineno() 454 while (lineno + 1 != lastline) { in do_lineno() 456 errx(1, "%ld: out of range", lastline); in do_lineno() 466 lastline += tgtline; in do_lineno()
|
/freebsd/contrib/netbsd-tests/usr.bin/unifdef/ |
H A D | t_basic.sh | 43 atf_test_case lastline 65 atf_add_test_case lastline
|
/freebsd/lib/libdpv/ |
H A D | dialog_util.c | 453 char *lastline; in dialog_prompt_lastline() local 461 lastline = p = prompt; in dialog_prompt_lastline() 467 lastline = p + 1; in dialog_prompt_lastline() 478 lastline = p + 1; in dialog_prompt_lastline() 483 return (lastline); in dialog_prompt_lastline()
|
H A D | dprompt.c | 383 char *lastline; in dprompt_add_files() local 459 lastline = dialog_prompt_lastline(name, 1); in dprompt_add_files() 460 if (name != lastline) { in dprompt_add_files() 461 c = *lastline; in dprompt_add_files() 462 *lastline = '\0'; in dprompt_add_files() 464 *lastline = c; in dprompt_add_files() 465 name = lastline; in dprompt_add_files()
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 895 const LINENUM lastline = pch_ptrn_lines(); in apply_hunk() local 896 LINENUM new = lastline + 1; in apply_hunk() 908 while (old <= lastline) { in apply_hunk() 1028 copy_till(LINENUM lastline, bool endoffile) in copy_till() argument 1030 if (last_frozen_line > lastline) in copy_till() 1032 while (last_frozen_line < lastline) { in copy_till() 1033 if (++last_frozen_line == lastline && endoffile) in copy_till()
|
/freebsd/contrib/openbsm/compat/ |
H A D | queue.h | 108 int lastline; member 117 (head)->trace.prevline = (head)->trace.lastline; \ 119 (head)->trace.lastline = __LINE__; \ 124 (elem)->trace.prevline = (elem)->trace.lastline; \ 126 (elem)->trace.lastline = __LINE__; \
|
/freebsd/usr.bin/sed/ |
H A D | extern.h | 54 int lastline(void);
|
H A D | main.c | 454 } else if (!lastline()) { in mf_fgets() 528 lastline(void) in lastline() function
|
H A D | process.c | 135 if (cp->a2 == NULL || lastaddr || lastline()) in process() 288 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline())
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_refresh.c | 166 recno_t lastline, lcnt; in vs_paint() local 339 bottom: if (db_last(sp, &lastline)) in vs_paint() 344 lcnt = vs_sm_nlines(sp, &tmp, lastline, sp->t_rows); in vs_paint() 346 if (vs_sm_fill(sp, lastline, P_BOTTOM)) in vs_paint()
|
/freebsd/contrib/libarchive/unzip/ |
H A D | la_queue.h | 96 unsigned long lastline; member 106 (head)->trace.prevline = (head)->trace.lastline; \ 108 (head)->trace.lastline = __LINE__; \ 113 (elem)->trace.prevline = (elem)->trace.lastline; \ 115 (elem)->trace.lastline = __LINE__; \
|
/freebsd/sys/netgraph/ |
H A D | netgraph.h | 129 int lastline; member 201 hook->lastline = line; in _chkhook() 380 int lastline; member 466 node->lastline = line; in _chknode() 655 int lastline; member 726 (item)->lastline = line; in _ngi_check() 819 (item)->lastline = __LINE__; \
|
H A D | ng_base.c | 3269 hook->lastfile, hook->lastline); in dumphook() 3286 node->lastfile, node->lastline); in dumpnode() 3299 item->lastfile, item->lastline); in dumpitem()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.h | 57 int lastline; /* line of last token `consumed' */ member
|
H A D | llex.c | 164 ls->lastline = 1; in luaX_setinput() 515 ls->lastline = ls->linenumber; in luaX_next()
|
H A D | lcode.c | 223 f->lineinfo[fs->pc] = fs->ls->lastline; in luaK_code()
|
/freebsd/contrib/lua/src/ |
H A D | llex.h | 67 int lastline; /* line of last token 'consumed' */ member
|
H A D | llex.c | 176 ls->lastline = 1; in luaX_setinput() 566 ls->lastline = ls->linenumber; in luaX_next()
|
H A D | lcode.c | 388 savelineinfo(fs, f, fs->ls->lastline); in luaK_code()
|
/freebsd/sys/sys/ |
H A D | queue.h | 126 unsigned long lastline; member 136 (head)->trace.prevline = (head)->trace.lastline; \ 138 (head)->trace.lastline = __LINE__; \ 143 (elem)->trace.prevline = (elem)->trace.lastline; \ 145 (elem)->trace.lastline = __LINE__; \
|
/freebsd/contrib/libedit/ |
H A D | refresh.c | 1097 wint_t *lastline; in re_fastputc() local 1123 lastline = el->el_display[0]; in re_fastputc() 1127 el->el_display[i - 1] = lastline; in re_fastputc() 1130 lastline = el->el_display[++el->el_refresh.r_oldcv]; in re_fastputc() 1132 re__copy_and_pad((wchar_t *)lastline, L"", in re_fastputc()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 916 NCURSES_CH_T *lastline = in TINFO_DOUPDATE() local 925 && ISBLANK(lastline[n]) in TINFO_DOUPDATE() 926 && SAFE(SP_PARM, AttrOf(lastline[n]))) { in TINFO_DOUPDATE() 927 RemAttr(lastline[n--], turnon); in TINFO_DOUPDATE() 933 || !ISBLANK(lastline[n + k]) in TINFO_DOUPDATE() 934 || !SAFE(SP_PARM, AttrOf(lastline[n + k]))) { in TINFO_DOUPDATE() 939 (ISBLANK(lastline[n + k]) in TINFO_DOUPDATE() 942 (SAFE(SP_PARM, AttrOf(lastline[n + k])) in TINFO_DOUPDATE()
|
/freebsd/usr.bin/diff/ |
H A D | diffreg.c | 224 static int lastline; variable 278 lastline = 0; in diffreg_stone() 1451 int last = lastline; in match_function() 1454 lastline = pos; in match_function()
|