| /src/external/gpl3/gdb.old/dist/gdb/ |
| source.h | 174 /* Construct a SOURCE_LINES_RANGE starting at STARTLINE and extending in 176 direction is backward then the start is actually (STARTLINE - 179 explicit source_lines_range (int startline, direction dir = FORWARD); 181 /* Construct a SOURCE_LINES_RANGE from STARTLINE to STOPLINE. */ 182 explicit source_lines_range (int startline, int stopline) 183 : m_startline (startline), 188 int startline () const function in class:source_lines_range
|
| /src/external/gpl3/gdb/dist/gdb/ |
| source.h | 174 /* Construct a SOURCE_LINES_RANGE starting at STARTLINE and extending in 176 direction is backward then the start is actually (STARTLINE - 179 explicit source_lines_range (int startline, direction dir = FORWARD); 181 /* Construct a SOURCE_LINES_RANGE from STARTLINE to STOPLINE. */ 182 explicit source_lines_range (int startline, int stopline) 183 : m_startline (startline), 188 int startline () const function in class:source_lines_range
|
| /src/usr.bin/sed/ |
| defs.h | 97 u_long startline; /* Start line number or zero */ member in struct:s_command
|
| /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;
|
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 22666 int startLine = p->nLine; 22692 p->zFile, startLine, cQuote); 25790 int startLine = sCtx.nLine; 25816 sCtx.zFile, startLine, nCol, i+1); 25827 sCtx.zFile, startLine, nCol, i); 25834 sCtx.zFile, startLine, sqlite3_errmsg(p->db)); 28354 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){ 28383 "%s near line %d:", zErrorType, startline); local 28457 i64 startline = 0; /* Line number for start of current input */ local 28521 startline = p->lineno [all...] |