Home
last modified time | relevance | path

Searched refs:startline (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/sed/
H A Dprocess.c307 if (cp->startline > 0) { in applies()
310 if (linenum - cp->startline <= cp->a2->u.l) in applies()
313 cp->startline = 0; in applies()
319 cp->startline = 0; in applies()
329 cp->startline = 0; in applies()
347 cp->startline = linenum; in applies()
370 cp->startline = 0; in resetstate()
H A Ddefs.h97 u_long startline; /* Start line number or zero */ member
H A Dcompile.c189 cmd->startline = cmd->nonsel = 0; in compile_stream()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c1246 unsigned startline = 0; in delimitedStringConstant() local
1259 startline = 1; in delimitedStringConstant()
1349 if (startline && isalpha(c) && hereid) in delimitedStringConstant()
1363 startline = 0; in delimitedStringConstant()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d1430 uint startline = 0; in delimitedStringConstant() local
1442 startline = 1; in delimitedStringConstant()
1538 if (startline && (isalpha(c) || c == '_' || (c >= 0x80 && isUniAlpha(c))) && hereid) in delimitedStringConstant()
1554 startline = 0; in delimitedStringConstant()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c28354 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){ in runOneSqlLine() argument
28383 "%s near line %d:", zErrorType, startline); in runOneSqlLine()
28457 i64 startline = 0; /* Line number for start of current input */ in process_input() local
28521 startline = p->lineno; in process_input()
28530 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()
28550 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()