Searched refs:lineno (Results 1 – 21 of 21) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 35 int lineno = 1; variable 218 lineno++; in yylex() 374 lineno++; in string() 557 lineno++; in input() 568 lineno--; in unput()
|
D | awk.h | 65 extern int lineno; /* line number in awk program */ 135 int lineno; member
|
D | main.c | 175 lineno = 1; in pgetc()
|
D | parse.c | 40 x->lineno = lineno; in nodealloc()
|
D | lib.c | 509 fprintf(stderr, " at source line %d", lineno); in SYNTAX() 593 fprintf(stderr, " source line number %d", curnode->lineno); in error() 594 else if (compile_time != 2 && lineno) in error() 595 fprintf(stderr, " source line number %d", lineno); in error()
|
D | FIXES | 354 reset lineno for new source file; include filename in error
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | negative | 7 # reported using the best filename/lineno info
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 311 ebuf.floc.lineno = 1; in eval_makefile() 477 fi.lineno = tgts_started; \ in eval() 515 ebuf->floc.lineno += nlines; in eval() 549 cmds_started = ebuf->floc.lineno; in eval() 878 tgts_started = fstart->lineno; in eval() 1184 cmds_started = fstart->lineno; in eval() 1344 ebuf->floc.lineno += nlines; in do_define() 1892 cmds->fileinfo.lineno = cmds_started; in record_files()
|
D | misc.c | 242 fprintf (stderr, "%s:%lu: ", flocp->filenm, flocp->lineno); 275 fprintf (stderr, "%s:%lu: *** ", flocp->filenm, flocp->lineno);
|
D | Makefile.in | 82 configure.lineno configure.status.lineno
|
D | make.h | 384 unsigned long lineno; member
|
D | rule.c | 396 r->cmds->fileinfo.lineno = 0; in install_pattern_rule()
|
D | commands.c | 605 cmds->fileinfo.filenm, cmds->fileinfo.lineno); in print_commands()
|
D | file.c | 272 to_file->cmds->fileinfo.lineno); in rehash_file()
|
D | variable.c | 1397 v->fileinfo.filenm, v->fileinfo.lineno); in print_variable()
|
D | function.c | 1617 "%s:%lu: ", reading_file->filenm, reading_file->lineno); in func_shell()
|
D | configure | 445 chmod +x "$as_me.lineno" || 446 …{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit … 451 . "./$as_me.lineno"
|
/ndk/docs/Getting_Started/html/ |
D | doxygen.css | 211 span.lineno { 218 span.lineno a { 222 span.lineno a:hover {
|
/ndk/docs/Programmers_Guide/html/ |
D | doxygen.css | 211 span.lineno { 218 span.lineno a { 222 span.lineno a:hover {
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 44 * scripts/functions/error: Make sure filename/lineno information
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 436 t lineno 438 :lineno 444 ' >$as_me.lineno && 445 chmod +x "$as_me.lineno" || 446 …{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit … 451 . "./$as_me.lineno"
|