HomeSort by: relevance | last modified time | path
    Searched refs:startline (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/sed/
defs.h 97 u_long startline; /* Start line number or zero */ member in struct:s_command
process.c 307 if (cp->startline > 0) {
310 if (linenum - cp->startline <= cp->a2->u.l)
313 cp->startline = 0;
319 cp->startline = 0;
329 cp->startline = 0;
347 cp->startline = linenum;
370 cp->startline = 0;
compile.c 189 cmd->startline = cmd->nonsel = 0;
  /src/bin/sh/
parser.c 87 int startline; /* line number where << seen */ member in struct:HereDoc
178 heredoclist->startline, heredoclist->eofmark);
972 line = heredoclist->startline + 1;
1634 heredoc->startline = plinno;

Completed in 48 milliseconds