| /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 | 28505 int startLine = p->nLine; 28539 p->zFile, startLine, cQuote); 31243 int startLine = sCtx.nLine; 31273 sCtx.zFile, startLine, nCol, i+1); 31285 sCtx.zFile, startLine, nCol, i); 31292 sCtx.zFile, startLine, sqlite3_errmsg(p->db)); 35800 "%s in %r command line argument:", zErrorType, startline); local 35803 "%s near line %d:", zErrorType, startline); local 35806 "%s near line %d of %s:", zErrorType, startline, zFilename); local 35885 i64 startline = 0; \/* Line number for start of current input *\/ local [all...] |