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

/freebsd-12-stable/contrib/netbsd-tests/usr.bin/unifdef/
H A Dt_basic.sh43 atf_test_case lastline
61 atf_add_test_case lastline
/freebsd-12-stable/usr.bin/sed/
H A Dextern.h57 int lastline(void);
H A Dmain.c467 } else if (!lastline()) {
541 lastline(void) function
H A Dprocess.c140 if (cp->a2 == NULL || lastaddr || lastline())
289 * (lastline, linenumber, ps).
293 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline())
/freebsd-12-stable/usr.bin/top/
H A Ddisplay.c60 static int lastline = 0; variable
330 lastline = 1;
340 * lastline is valid
386 assert(lastline == 1);
430 /* print tag and bump lastline */
438 lastline++;
477 lastline = y_cpustates + cpu;
491 lastline = y_cpustates + cpu;
526 /* show tag and bump lastline */
534 lastline
[all...]
/freebsd-12-stable/usr.bin/csplit/
H A Dcsplit.c443 long lastline, tgtline; local
451 lastline = tgtline;
452 if (lastline <= lineno)
457 while (lineno + 1 != lastline) {
459 errx(1, "%ld: out of range", lastline);
469 lastline += tgtline;
/freebsd-12-stable/contrib/lua/src/
H A Dllex.h61 int lastline; /* line of last token 'consumed' */ member in struct:LexState
H A Dllex.c171 ls->lastline = 1;
553 ls->lastline = ls->linenumber;
H A Dlcode.c303 f->lineinfo[fs->pc] = fs->ls->lastline;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.h54 int lastline; /* line of last token `consumed' */ member in struct:LexState
H A Dllex.c166 ls->lastline = 1;
514 ls->lastline = ls->linenumber;
H A Dlcode.c221 f->lineinfo[fs->pc] = fs->ls->lastline;
/freebsd-12-stable/lib/libdpv/
H A Ddialog_util.c455 char *lastline; local
463 lastline = p = prompt;
469 lastline = p + 1;
480 lastline = p + 1;
485 return (lastline);
H A Ddprompt.c386 char *lastline; local
462 lastline = dialog_prompt_lastline(name, 1);
463 if (name != lastline) {
464 c = *lastline;
465 *lastline = '\0';
467 *lastline = c;
468 name = lastline;
/freebsd-12-stable/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-12-stable/usr.bin/patch/
H A Dpatch.c890 const LINENUM lastline = pch_ptrn_lines(); local
891 LINENUM new = lastline + 1;
903 while (old <= lastline) {
1023 copy_till(LINENUM lastline, bool endoffile) argument
1025 if (last_frozen_line > lastline)
1027 while (last_frozen_line < lastline) {
1028 if (++last_frozen_line == lastline && endoffile)
/freebsd-12-stable/contrib/nvi/vi/
H A Dvs_refresh.c169 recno_t lastline, lcnt; local
341 bottom: if (db_last(sp, &lastline))
346 lcnt = vs_sm_nlines(sp, &tmp, lastline, sp->t_rows);
348 if (vs_sm_fill(sp, lastline, P_BOTTOM))
/freebsd-12-stable/sys/netgraph/
H A Dnetgraph.h132 int lastline; member in struct:ng_hook
204 hook->lastline = line;
384 int lastline; member in struct:ng_node
472 node->lastline = line;
665 int lastline; member in struct:ng_item
736 (item)->lastline = line;
829 (item)->lastline = __LINE__; \
H A Dng_base.c3269 hook->lastfile, hook->lastline);
3286 node->lastfile, node->lastline);
3299 item->lastfile, item->lastline);
/freebsd-12-stable/contrib/libedit/
H A Drefresh.c1094 wchar_t *lastline; local
1120 lastline = el->el_display[0];
1124 el->el_display[i - 1] = lastline;
1127 lastline = el->el_display[++el->el_refresh.r_oldcv];
1129 re__copy_and_pad(lastline, L"", (size_t)el->el_terminal.t_size.h);
/freebsd-12-stable/sys/sys/
H A Dqueue.h127 unsigned long lastline; member in struct:qm_trace
137 (head)->trace.prevline = (head)->trace.lastline; \
139 (head)->trace.lastline = __LINE__; \
144 (elem)->trace.prevline = (elem)->trace.lastline; \
146 (elem)->trace.lastline = __LINE__; \
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c833 NCURSES_CH_T *lastline = local
842 && ISBLANK(lastline[n])
843 && SAFE(SP_PARM, AttrOf(lastline[n]))) {
844 RemAttr(lastline[n--], turnon);
850 || !ISBLANK(lastline[n + k])
851 || !SAFE(SP_PARM, AttrOf(lastline[n + k]))) {
856 (ISBLANK(lastline[n + k])
859 (SAFE(SP_PARM, AttrOf(lastline[n + k]))
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c239 static int lastline; variable
267 lastline = 0;
1435 int last = lastline;
1438 lastline = pos;

Completed in 366 milliseconds