Searched refs:lineno (Results 1 - 25 of 59) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-regs.h37 extern int tui_first_reg_element_no_inline (int lineno);
H A Dtui-winsource.c259 tui_show_source_line (struct tui_win_info * win_info, int lineno) argument
264 line = (struct tui_win_element *) win_info->generic.content[lineno - 1];
268 mvwaddstr (win_info->generic.handle, lineno, 1,
287 int lineno; local
289 for (lineno = 1; lineno <= win_info->generic.content_size; lineno++)
290 tui_show_source_line (win_info, lineno);
H A Dtui-stack.c54 int lineno, CORE_ADDR addr);
290 tui_set_locator_info (const char *filename, const char *procname, int lineno,
306 element->line_no = lineno;
289 tui_set_locator_info(const char *filename, const char *procname, int lineno, CORE_ADDR addr) argument
/haiku-fatelf/src/bin/gdb/libiberty/testsuite/
H A Dtest-demangle.c42 static unsigned int lineno; variable
67 lineno++;
82 lineno++;
90 fail (lineno, opts, in, out, exp)
91 int lineno;
102 lineno, opts, in, out != NULL ? out : "(null)", exp);
171 lineno, format.data);
204 lineno, fstyle);
218 lineno, opt);
248 fail (lineno, forma
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Derror.h53 unsigned int lineno, const char *format, ...)
/haiku-fatelf/src/bin/patch/
H A Derror.h53 unsigned int lineno, const char *format, ...)
/haiku-fatelf/src/tools/stubgen/
H A Dlexer.l48 * parse error messages during lineno == 1 and other situations.
204 int lineno; /* set to 1 at beginning of each file */
219 lineno++;
373 lineno++;
401 lineno++;
405 lineno++;
423 if (lineno == 1)
471 lineno++;
512 lineno++;
H A Dmain.c426 extern int lineno;
443 lineno = 1;
464 lineno = 1;
H A Dparser.y365 extern int lineno;
1720 extern int lineno;
1726 lineno, currentFile, linebuf, column, "^");
1740 lineno, currentFile, linebuf, column, "^");
1753 lineno, currentFile);
1758 lineno, currentFile);
/haiku-fatelf/src/bin/bash/
H A Derror.c303 parser_error (int lineno, const char *format, ...) argument
305 parser_error (lineno, format, va_alist)
306 int lineno;
320 fprintf (stderr, "%s: %s:%s%d: ", ename, iname, gnu_error_format ? "" : _(" line "), lineno);
322 fprintf (stderr, "%s:%s%d: ", ename, gnu_error_format ? "" : _(" line "), lineno);
324 fprintf (stderr, "%s: %s:%s%d: ", ename, iname, gnu_error_format ? "" : _(" line "), lineno);
H A Dmake_cmd.c208 make_for_or_select (type, name, map_list, action, lineno)
213 int lineno;
220 temp->line = lineno;
227 make_for_command (name, map_list, action, lineno)
231 int lineno;
233 return (make_for_or_select (cm_for, name, map_list, action, lineno));
237 make_select_command (name, map_list, action, lineno)
241 int lineno;
244 return (make_for_or_select (cm_select, name, map_list, action, lineno));
273 make_arith_for_command (exprs, action, lineno)
[all...]
H A Dlocale.c461 localeexpand (string, start, end, lineno, lenp)
463 int start, end, lineno, *lenp;
489 yy_input_name (), lineno, t2, t);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dihex.c241 ihex_bad_byte (abfd, lineno, c, error)
243 unsigned int lineno;
265 abfd, lineno, buf);
280 unsigned int lineno; local
294 lineno = 1;
304 ++lineno;
309 ihex_bad_byte (abfd, lineno, c, error);
334 ihex_bad_byte (abfd, lineno, hdr[i], error);
360 ihex_bad_byte (abfd, lineno, hdr[i], error);
373 abfd, lineno,
[all...]
H A Dsrec.c279 srec_bad_byte (abfd, lineno, c, error)
281 unsigned int lineno;
303 abfd, lineno, buf);
346 unsigned int lineno = 1; local
366 srec_bad_byte (abfd, lineno, c, error);
370 ++lineno;
383 srec_bad_byte (abfd, lineno, c, error);
387 ++lineno;
408 srec_bad_byte (abfd, lineno, c, error);
440 srec_bad_byte (abfd, lineno,
[all...]
H A Dcoffgen.c556 if (q->lineno != NULL
561 alent *l = q->lineno;
1109 alent *lineno = symbol->lineno; local
1113 point to the right place in the lineno table. */
1114 if (lineno && !symbol->done_lineno && symbol->symbol.section->owner != NULL)
1117 lineno[count].u.offset = *written;
1128 while (lineno[count].line_number != 0)
1146 lineno[count].u.offset += native->u.syment.n_value;
1148 lineno[coun
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dtty_update.c107 static void TransformLine(int const lineno);
1052 ** TransformLine(lineno)
1070 TransformLine(int const lineno) argument
1073 NCURSES_CH_T *newLine = newscr->_line[lineno].text;
1074 NCURSES_CH_T *oldLine = curscr->_line[lineno].text;
1078 TR(TRACE_UPDATE, (T_CALLED("TransformLine(%d)"), lineno));
1082 SP->oldhash[lineno] = SP->newhash[lineno];
1124 GoTo(lineno, firstChar);
1126 PutRange(oldLine, newLine, lineno,
[all...]
/haiku-fatelf/src/libs/util/
H A Dfparseln.c79 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) argument
112 if (lineno)
113 (*lineno)++;
/haiku-fatelf/src/bin/rc/
H A Dlexer.l56 int lineno;
226 incl.lineno = yylineno;
253 yylineno = incl.lineno;
/haiku-fatelf/src/bin/rmd160/
H A Dmain.c230 int lineno = 0; local
242 ++lineno;
248 progname, lineno);
255 progname, lineno);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dread_termcap.c284 int lineno; local
339 lineno = 0;
360 int first = lineno + 1;
389 lineno++;
775 _nc_tgetent(char *bp, char **sourcename, int *lineno, const char *name) argument
853 i = _nc_cgetent(&dummy, lineno, pathvec, name);
946 static int lineno; local
966 if (_nc_tgetent(tc, &source, &lineno, tn) < 0)
969 _nc_curr_line = lineno;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.c71 int lineno, const char* msg);
345 ath_hal_assert_failed(const char* filename, int lineno, const char *msg) argument
348 filename, lineno, msg);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-weave.c89 int lineno; member in struct:stpi_softweave
1068 sw->lineno = first_line;
1480 stpi_get_linebases(v, sw, sw->lineno, h_pass, sw->head_offset[color]);
1482 stpi_get_lineoffsets(v, sw, sw->lineno, h_pass, sw->head_offset[color]);
1484 stpi_get_lineactive(v, sw, sw->lineno, h_pass, sw->head_offset[color]);
1486 stpi_get_linecount(v, sw, sw->lineno, h_pass, sw->head_offset[color]);
1518 stp_eprintf(v, "ERROR: lineno: %d\n", sw->lineno);
1545 * This ought to be pass->physpassend > sw->lineno
1548 if (pass->pass < 0 || (!flushall && pass->physpassend >= sw->lineno))
[all...]
/haiku-fatelf/src/bin/findutils/xargs/
H A Dxargs.c187 static int lineno = 0;
686 if (bc_ctl.lines_per_exec && lineno >= bc_ctl.lines_per_exec)
689 lineno = 0;
800 lineno++; /* For -l. */
919 lineno++; /* For -l. */
186 static int lineno = 0; variable
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dconfig.status160 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
177 ' >$as_me.lineno &&
178 chmod +x $as_me.lineno ||
179 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
180 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
186 . ./$as_me.lineno
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmdebugread.c2142 int delta, count, lineno = 0;
2172 for (lineno = pr->lnLow; base < halt;)
2185 lineno += delta; /* first delta is 0 */
2196 k = add_line (lt, lineno, l, k);
4480 add_line (struct linetable *lt, int lineno, CORE_ADDR adr, int last)
4484 if (lineno == 0)
4485 lineno = 1;
4489 if (last == lineno) /* skip continuation lines */
4490 return lineno;
4492 lt->item[lt->nitems].line = lineno;
2135 int delta, count, lineno = 0; local
4471 add_line(struct linetable *lt, int lineno, CORE_ADDR adr, int last) argument
[all...]

Completed in 185 milliseconds

123