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

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/unifdef/
H A Dt_basic.sh43 atf_test_case lastline
61 atf_add_test_case lastline
/freebsd-11-stable/usr.bin/sed/
H A Dextern.h55 int lastline(void);
H A Dmain.c458 } else if (!lastline()) {
532 lastline(void) function
H A Dprocess.c137 if (cp->a2 == NULL || lastaddr || lastline())
286 * (lastline, linenumber, ps).
290 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline())
/freebsd-11-stable/contrib/top/
H A Ddisplay.c59 static int lastline = 0; variable
352 lastline = 1;
362 * lastline is valid
411 /* assert(lastline == 1); */
491 /* print tag and bump lastline */
499 lastline++;
539 lastline = y_cpustates + cpu;
553 lastline = y_cpustates + cpu;
588 /* show tag and bump lastline */
596 lastline
[all...]
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c441 long lastline, tgtline; local
449 lastline = tgtline;
450 if (lastline <= lineno)
455 while (lineno + 1 != lastline) {
457 errx(1, "%ld: out of range", lastline);
467 lastline += tgtline;
/freebsd-11-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-11-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;
550 ls->lastline = ls->linenumber;
H A Dlcode.c303 f->lineinfo[fs->pc] = fs->ls->lastline;
/freebsd-11-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-11-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-11-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-11-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-11-stable/sys/netgraph/
H A Dnetgraph.h125 int lastline; member in struct:ng_hook
197 hook->lastline = line;
377 int lastline; member in struct:ng_node
465 node->lastline = line;
658 int lastline; member in struct:ng_item
729 (item)->lastline = line;
822 (item)->lastline = __LINE__; \
H A Dng_base.c3271 hook->lastfile, hook->lastline);
3288 node->lastfile, node->lastline);
3301 item->lastfile, item->lastline);
/freebsd-11-stable/sys/sys/
H A Dqueue.h119 unsigned long lastline; member in struct:qm_trace
131 (head)->trace.prevline = (head)->trace.lastline; \
133 (head)->trace.lastline = __LINE__; \
138 (elem)->trace.prevline = (elem)->trace.lastline; \
140 (elem)->trace.lastline = __LINE__; \
/freebsd-11-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-11-stable/usr.bin/diff/
H A Ddiffreg.c241 static int lastline; variable
273 lastline = 0;
1397 int last = lastline;
1400 lastline = pos;

Completed in 173 milliseconds