Searched refs:startline (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/usr.bin/sed/
H A Ddefs.h95 u_long startline; /* Start line number or zero */ member in struct:s_command
H A Dprocess.c290 if (cp->startline > 0) {
293 if (linenum - cp->startline <= cp->a2->u.l)
296 cp->startline = 0;
302 cp->startline = 0;
312 cp->startline = 0;
330 cp->startline = linenum;
353 cp->startline = 0;
H A Dcompile.c184 cmd->startline = cmd->nonsel = 0;
/freebsd-10.1-release/usr.bin/csup/
H A Ddiff.c169 long num_added, num_deleted, startline; local
194 startline = ec->key - num_deleted + 1 + ec->offset;
195 endline = startline + num_added - 1;
199 diff_ignoreln(ec, startline - 1);
/freebsd-10.1-release/contrib/ncurses/include/
H A Dterm_entry.h66 long startline; member in struct:entry
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c378 _nc_curr_line = qp->startline;
H A Dparse_entry.c222 entryp->startline = _nc_start_line;
/freebsd-10.1-release/contrib/sqlite3/
H A Dshell.c2691 int startline = 0; local
2733 startline = lineno;
2757 "Error: near line %d:", startline); local

Completed in 184 milliseconds