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

1234567891011>>

/openbsd-current/regress/usr.bin/m4/
H A Dreconstitute14 my ($lineno, $file) = (-1, "<unknown>");
18 ($lineno, $file) = ($1, $2);
21 print "$file:$lineno:$_";
22 $lineno++;
/openbsd-current/usr.bin/make/
H A Dlocation.h30 unsigned long lineno; /* Line number */ member in struct:Location_
H A Dlowparse.c158 istream->origin.lineno = 0;
197 Parse_FromString(char *str, unsigned long lineno) argument
202 origin.lineno = lineno;
277 current->origin.lineno++;
283 current->origin.lineno++;
295 current->origin.lineno++;
306 current->origin.lineno++;
338 current->origin.lineno++;
374 current->origin.lineno
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_linenum.t17 sub lineno subroutine
33 is(lineno($io), "10 0 10");
36 is(lineno($io), "5 5 5");
39 is(lineno($io), "11 5 11");
42 is(lineno($io), "6 6 6");
45 is(lineno($io), "11 6 11");
48 is(lineno($io), "12 6 12");
51 is(lineno($io), "12 6 12");
54 is(lineno($io), "22 6 22");
57 is(lineno(
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-regs.h37 extern int tui_first_reg_element_no_inline (int lineno);
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dansify.c28 fprintf (stderr, "%s:%lu: %s\n", argv[1], lineno, #c); \
43 static unsigned long lineno = 1; local
63 ++lineno;
84 ++lineno;
93 ++lineno;
120 ++lineno;
129 ++lineno;
153 ++lineno;
168 ++lineno;
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.h42 unsigned char* filename, int lineno,
44 void tree_code_create_function_wrapup (unsigned char* filename, int lineno);
50 int lineno);
57 int lineno);
58 void tree_code_output_expression_statement (tree code, unsigned char* filename, int lineno);
60 void tree_code_if_start (tree exp, unsigned char* filename, int lineno);
61 void tree_code_if_else (unsigned char* filename, int lineno);
62 void tree_code_if_end (unsigned char* filename, int lineno);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dinput.h29 extern int lineno;
H A Dc-errors.c39 diagnostic_set_info (&diagnostic, msgid, &ap, input_filename, lineno,
H A Dc-semantics.c174 STMT_LINENO (stmt) = lineno;
197 STMT_LINENO (t) = lineno;
294 emit_line_note (input_filename, lineno);
312 emit_line_note (input_filename, lineno);
348 emit_line_note (input_filename, lineno);
368 emit_line_note (input_filename, lineno);
405 emit_line_note (input_filename, lineno);
425 emit_line_note (input_filename, lineno);
430 emit_line_note (input_filename, lineno);
461 emit_line_note (input_filename, lineno);
[all...]
H A Dgensupport.c56 int lineno; member in struct:queue_elem
109 message_with_line VPARAMS ((int lineno, const char *msg, ...))
112 VA_FIXEDARG (ap, int, lineno);
115 fprintf (stderr, "%s:%d: ", read_rtx_filename, lineno);
140 queue_pattern (pattern, list_tail, filename, lineno)
144 int lineno;
149 e->lineno = lineno;
193 process_include (desc, lineno)
195 int lineno;
108 message_with_line(int lineno, const char *msg, ...) argument
965 int lineno; local
[all...]
/openbsd-current/usr.bin/yacc/
H A Derror.c86 input_file_name, lineno);
164 input_file_name, lineno);
183 input_file_name, lineno);
193 input_file_name, lineno, s);
201 input_file_name, lineno, s);
209 input_file_name, lineno, s);
216 input_file_name, lineno, s);
223 input_file_name, lineno, s);
230 input_file_name, lineno, s);
238 input_file_name, lineno);
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dnew.C6 operator new(size_t alloc_sz, const char *fname, unsigned lineno) argument
11 operator new[](size_t alloc_sz, const char *fname, unsigned lineno) argument
16 operator delete(void *ptr, const char *fname, unsigned lineno) argument
20 operator delete[](void *ptr, const char *fname, unsigned lineno) argument
/openbsd-current/usr.bin/cvs/
H A Dconfig.c38 config_parse_line(char *line, int lineno) argument
84 int lineno; local
94 lineno = 0;
96 lineno++;
113 if (cb(p, lineno) < 0)
/openbsd-current/usr.bin/bc/
H A Dscan.l30 int lineno;
67 \n lineno++;
79 \n add_str("\n"); lineno++;
109 \\\n[ \t]* lineno++;
192 \\\n lineno++;
193 \n lineno++; return NEWLINE;
281 lineno = 1;
289 lineno = 1;
302 lineno = 1;
313 lineno
[all...]
H A Dextern.h36 extern int lineno;
/openbsd-current/regress/lib/libc/db/
H A Ddbtest.c70 u_long lineno; /* Current line in test script. */ variable
155 for (lineno = 1;
156 (p = fgets(buf, sizeof(buf), stdin)) != NULL; ++lineno) {
164 if (XXlineno == lineno)
170 lineno);
177 lineno);
188 lineno);
195 lineno);
202 lineno);
214 lineno);
[all...]
/openbsd-current/usr.bin/ctags/
H A Dctags.h44 #define SETLINE {++lineno;lineftell = ftell(inf);}
67 extern int lineno; /* line number of current line */
/openbsd-current/regress/lib/libc/glob/
H A Dglobtest.c30 int errors = 0, lineno, mode; local
49 lineno = 0;
52 lineno++;
66 errx(1, "invalid entry on line %d", lineno);
69 errx(1, "pattern too big on line %d", lineno);
75 errx(1, "invalid entry on line %d", lineno);
77 errx(1, "invalid entry on line %d", lineno);
85 errx(1, "missing entry on line %d", lineno);
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldlex.h38 extern unsigned int lineno;
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlex.h38 extern unsigned int lineno;
/openbsd-current/usr.sbin/mtree/
H A Dmisc.c42 extern int lineno;
109 if (lineno)
111 "mtree: failed at line %d of the specification\n", lineno);
/openbsd-current/usr.sbin/smtpd/
H A Dforward.c37 size_t lineno; local
64 lineno = 0;
66 while ((line = fparseln(fp, &len, &lineno, NULL, 0)) != NULL) {
/openbsd-current/gnu/gcc/gcc/
H A Dgensupport.c65 int lineno; member in struct:queue_elem
125 message_with_line (int lineno, const char *msg, ...)
131 fprintf (stderr, "%s:%d: ", read_rtx_filename, lineno);
157 const char *filename, int lineno)
162 e->lineno = lineno;
207 process_include (rtx desc, int lineno)
241 message_with_line (lineno, "include file `%s' not found", filename);
247 /* Save old cursor; setup new for the new file. Note that "lineno" the
259 while (read_rtx (input_file, &desc, &lineno))
124 message_with_line(int lineno, const char *msg, ...) argument
154 queue_pattern(rtx pattern, struct queue_elem ***list_tail, const char *filename, int lineno) argument
205 process_include(rtx desc, int lineno) argument
272 process_rtx(rtx desc, int lineno) argument
591 alter_predicate_for_insn(rtx pattern, int alt, int max_op, int lineno) argument
917 int c, i, lineno; local
1078 read_md_rtx(int *lineno, int *seqnr) argument
[all...]
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-demangle.c38 static unsigned int lineno; variable
63 lineno++;
78 lineno++;
143 lineno, fstyle);
162 lineno, fstyle,

Completed in 178 milliseconds

1234567891011>>