Searched refs:lastline (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/netbsd-tests/usr.bin/unifdef/
H A Dt_basic.sh43 atf_test_case lastline
65 atf_add_test_case lastline
/freebsd-current/usr.bin/sed/
H A Dextern.h54 int lastline(void);
H A Dmain.c454 } else if (!lastline()) {
528 lastline(void) function
H A Dprocess.c135 if (cp->a2 == NULL || lastaddr || lastline())
284 * (lastline, linenumber, ps).
288 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline())
/freebsd-current/usr.bin/top/
H A Ddisplay.c58 static int lastline = 0; variable
328 lastline = 1;
338 * lastline is valid
384 assert(lastline == 1);
428 /* print tag and bump lastline */
436 lastline++;
475 lastline = y_cpustates + cpu;
489 lastline = y_cpustates + cpu;
524 /* show tag and bump lastline */
532 lastline
[all...]
/freebsd-current/usr.bin/csplit/
H A Dcsplit.c440 long lastline, tgtline; local
448 lastline = tgtline;
449 if (lastline <= lineno)
454 while (lineno + 1 != lastline) {
456 errx(1, "%ld: out of range", lastline);
466 lastline += tgtline;
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dllex.h57 int lastline; /* line of last token `consumed' */ member in struct:LexState
H A Dllex.c164 ls->lastline = 1;
515 ls->lastline = ls->linenumber;
H A Dlcode.c223 f->lineinfo[fs->pc] = fs->ls->lastline;
/freebsd-current/lib/libdpv/
H A Ddialog_util.c453 char *lastline; local
461 lastline = p = prompt;
467 lastline = p + 1;
478 lastline = p + 1;
483 return (lastline);
H A Ddprompt.c383 char *lastline; local
459 lastline = dialog_prompt_lastline(name, 1);
460 if (name != lastline) {
461 c = *lastline;
462 *lastline = '\0';
464 *lastline = c;
465 name = lastline;
/freebsd-current/contrib/lua/src/
H A Dllex.h67 int lastline; /* line of last token 'consumed' */ member in struct:LexState
H A Dllex.c176 ls->lastline = 1;
566 ls->lastline = ls->linenumber;
H A Dlcode.c388 savelineinfo(fs, f, fs->ls->lastline);
/freebsd-current/contrib/openbsm/compat/
H A Dqueue.h108 int lastline; member in struct:qm_trace
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-current/usr.bin/patch/
H A Dpatch.c895 const LINENUM lastline = pch_ptrn_lines(); local
896 LINENUM new = lastline + 1;
908 while (old <= lastline) {
1028 copy_till(LINENUM lastline, bool endoffile) argument
1030 if (last_frozen_line > lastline)
1032 while (last_frozen_line < lastline) {
1033 if (++last_frozen_line == lastline && endoffile)
/freebsd-current/contrib/nvi/vi/
H A Dvs_refresh.c166 recno_t lastline, lcnt; local
339 bottom: if (db_last(sp, &lastline))
344 lcnt = vs_sm_nlines(sp, &tmp, lastline, sp->t_rows);
346 if (vs_sm_fill(sp, lastline, P_BOTTOM))
/freebsd-current/sys/netgraph/
H A Dnetgraph.h129 int lastline; member in struct:ng_hook
201 hook->lastline = line;
380 int lastline; member in struct:ng_node
466 node->lastline = line;
655 int lastline; member in struct:ng_item
726 (item)->lastline = line;
819 (item)->lastline = __LINE__; \
H A Dng_base.c3269 hook->lastfile, hook->lastline);
3286 node->lastfile, node->lastline);
3299 item->lastfile, item->lastline);
/freebsd-current/contrib/libedit/
H A Drefresh.c1097 wint_t *lastline; local
1123 lastline = el->el_display[0];
1127 el->el_display[i - 1] = lastline;
1130 lastline = el->el_display[++el->el_refresh.r_oldcv];
1132 re__copy_and_pad((wchar_t *)lastline, L"",
/freebsd-current/contrib/libarchive/unzip/
H A Dla_queue.h96 unsigned long lastline; member in struct:qm_trace
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-current/sys/sys/
H A Dqueue.h126 unsigned long lastline; member in struct:qm_trace
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-current/contrib/ncurses/ncurses/tty/
H A Dtty_update.c909 NCURSES_CH_T *lastline = local
918 && ISBLANK(lastline[n])
919 && SAFE(SP_PARM, AttrOf(lastline[n]))) {
920 RemAttr(lastline[n--], turnon);
926 || !ISBLANK(lastline[n + k])
927 || !SAFE(SP_PARM, AttrOf(lastline[n + k]))) {
932 (ISBLANK(lastline[n + k])
935 (SAFE(SP_PARM, AttrOf(lastline[n + k]))
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c224 static int lastline; variable
278 lastline = 0;
1448 int last = lastline;
1451 lastline = pos;

Completed in 174 milliseconds