Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/openbsd/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($io), "11 11 11");
[all …]
/openbsd/usr.bin/yacc/
H A Derror.c86 input_file_name, lineno); in unexpected_EOF()
164 input_file_name, lineno); in over_unionized()
183 input_file_name, lineno); in illegal_character()
193 input_file_name, lineno, s); in used_reserved()
201 input_file_name, lineno, s); in tokenized_start()
209 input_file_name, lineno, s); in retyped_warning()
238 input_file_name, lineno); in restarted_warning()
245 input_file_name, lineno); in no_grammar()
261 input_file_name, lineno); in prec_redeclared()
294 input_file_name, lineno); in untyped_lhs()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c56 int lineno; member
142 int lineno;
147 e->lineno = lineno;
193 int lineno;
269 process_rtx (desc, lineno) in process_rtx() argument
271 int lineno;
633 max_op, lineno);
838 insn_elem->lineno);
965 int lineno; local
989 int *lineno; in read_md_rtx()
[all …]
H A Dc-semantics.c174 STMT_LINENO (stmt) = lineno;
197 STMT_LINENO (t) = lineno; in build_stmt()
294 emit_line_note (input_filename, lineno); in genrtl_do_pushlevel()
312 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);
529 saved_lineno = lineno;
542 lineno = saved_lineno;
736 input_filename, lineno);
[all …]
H A Dgenoutput.c161 int lineno; member
783 gen_insn (insn, lineno) in gen_insn() argument
785 int lineno;
792 d->lineno = lineno;
827 int lineno;
834 d->lineno = lineno;
865 gen_expand (insn, lineno) in gen_expand() argument
867 int lineno;
874 d->lineno = lineno;
912 int lineno;
[all …]
/openbsd/gnu/gcc/gcc/
H A Dgenoutput.c162 int lineno; member
196 int lineno; member
716 message_with_line (d->lineno, in process_template()
772 message_with_line (d->lineno, in validate_insn_alternatives()
840 gen_insn (rtx insn, int lineno) in gen_insn() argument
848 d->lineno = lineno; in gen_insn()
892 d->lineno = lineno; in gen_peephole()
931 d->lineno = lineno; in gen_expand()
975 d->lineno = lineno; in gen_split()
1177 new->lineno = lineno; in note_constraint()
[all …]
H A Dgensupport.c65 int lineno; member
160 e->lineno = lineno; in queue_pattern()
341 lineno); in process_rtx()
652 max_op, lineno); in alter_predicate_for_insn()
804 ce_elem->lineno); in process_one_cond_exec()
846 insn_elem->lineno); in process_one_cond_exec()
917 int c, i, lineno; in init_md_reader_args_cb() local
1008 process_rtx (desc, lineno); in init_md_reader_args_cb()
1042 process_rtx (desc, lineno); in init_md_reader_args_cb()
1056 process_rtx (desc, lineno); in init_md_reader_args_cb()
[all …]
H A Dgenpreds.c38 validate_exp (rtx exp, const char *name, int lineno) in validate_exp() argument
50 if (validate_exp (XEXP (exp, 2), name, lineno)) in validate_exp()
84 message_with_line (lineno, in validate_exp()
95 process_define_predicate (rtx defn, int lineno) in process_define_predicate() argument
121 message_with_line (lineno, in process_define_predicate()
749 int lineno) in add_constraint() argument
758 if (exp && validate_exp (exp, name, lineno)) in add_constraint()
779 message_with_line (lineno, in add_constraint()
900 c->lineno = lineno; in add_constraint()
932 process_define_constraint (rtx c, int lineno) in process_define_constraint() argument
[all …]
/openbsd/regress/lib/libc/db/
H A Ddbtest.c155 for (lineno = 1; in main()
170 lineno); in main()
177 lineno); in main()
188 lineno); in main()
195 lineno); in main()
202 lineno); in main()
214 lineno); in main()
221 lineno); in main()
250 lineno); in main()
262 lineno); in main()
[all …]
/openbsd/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; in main() local
63 ++lineno; in main()
84 ++lineno; in main()
93 ++lineno; in main()
120 ++lineno; in main()
129 ++lineno; in main()
153 ++lineno; in main()
168 ++lineno; in main()
/openbsd/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);
H A Dtreetree.c219 tree_code_if_end (unsigned char* filename, int lineno) in tree_code_if_end() argument
235 int lineno) in tree_code_create_function_prototype() argument
271 DECL_SOURCE_LINE (fn_decl) = lineno; in tree_code_create_function_prototype()
318 int lineno, in tree_code_create_function_initial() argument
346 DECL_SOURCE_LINE (fn_decl) = lineno; in tree_code_create_function_initial()
353 DECL_SOURCE_LINE (resultdecl) = lineno; in tree_code_create_function_initial()
373 DECL_SOURCE_LINE (parm_decl) = lineno; in tree_code_create_function_initial()
454 int lineno) in tree_code_create_function_wrapup() argument
512 int lineno) in tree_code_create_variable() argument
545 DECL_SOURCE_LINE (var_decl) = lineno; in tree_code_create_variable()
[all …]
/openbsd/usr.bin/make/
H A Dlowparse.c158 istream->origin.lineno = 0; in new_input_file()
202 origin.lineno = lineno; in Parse_FromString()
277 current->origin.lineno++; in Parse_ReadNextConditionalLine()
283 current->origin.lineno++; in Parse_ReadNextConditionalLine()
295 current->origin.lineno++; in read_logical_line()
306 current->origin.lineno++; in read_logical_line()
338 current->origin.lineno++; in Parse_ReadUnparsedLine()
374 current->origin.lineno++; in skip_empty_lines_and_read_char()
405 current->origin.lineno++; in skip_empty_lines_and_read_char()
423 current->origin.lineno++; in skip_empty_lines_and_read_char()
[all …]
/openbsd/usr.sbin/unbound/testcode/
H A Dtestbound.c147 spool_temp_file_name(int* lineno, FILE* cfg, char* id) in spool_temp_file_name() argument
162 spool_temp_file(FILE* in, int* lineno, char* id) in spool_temp_file() argument
183 (*lineno)++; in spool_temp_file()
230 (*lineno)++; in spool_auto_file()
270 (*lineno)++; in setup_config()
281 spool_auto_file(in, lineno, cfg, parse+14); in setup_config()
285 spool_temp_file_name(lineno, cfg, parse+13); in setup_config()
289 spool_temp_file(in, lineno, parse+17); in setup_config()
307 int lineno = 0; in setup_playback() local
315 setup_config(in, &lineno, pass_argc, pass_argv); in setup_playback()
[all …]
H A Dreplay.c155 pstate->lineno++; in replay_range_read()
170 pstate->lineno, parse); in replay_range_read()
181 pstate->lineno--; in replay_range_read()
211 (*lineno)++; in read_file_content()
379 pstate->lineno, remain); in replay_moment_read()
390 pstate->lineno, remain, strerror(errno)); in replay_moment_read()
445 pstate.lineno = *lineno; in replay_scenario_read()
449 pstate.lineno++; in replay_scenario_read()
450 (*lineno)++; in replay_scenario_read()
472 *lineno = pstate.lineno; in replay_scenario_read()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dlex.h31 extern int lineno;
47 lineno, (c < 128 ? c : '.'), c);
51 #define JAVA_LEX_KW(c) printf ("java_lex:%d: keyword: '%s'\n", lineno,c)
53 lineno, \
56 lineno, s, r)
57 #define JAVA_LEX_CHAR_LIT(s) printf ("java_lex:%d: literal '%d'\n", lineno, s)
61 lineno, s); \
63 #define JAVA_LEX_SEP(c) printf ("java_lex:%d: separator '%c'\n",lineno,c)
64 #define JAVA_LEX_OP(c) printf ("java_lex:%d: operator '%s'\n", lineno,c)
86 int lineno; /* Its line number */ member
/openbsd/regress/lib/libc/glob/
H A Dglobtest.c30 int errors = 0, lineno, mode; in main() local
49 lineno = 0; in main()
52 lineno++; in main()
66 errx(1, "invalid entry on line %d", lineno); in main()
69 errx(1, "pattern too big on line %d", lineno); in main()
75 errx(1, "invalid entry on line %d", lineno); in main()
77 errx(1, "invalid entry on line %d", lineno); in main()
85 errx(1, "missing entry on line %d", lineno); in main()
/openbsd/bin/chio/
H A Dparse.y42 int lineno; member
74 int lineno; member
150 err(1, "%s:%d: %s", file->name, yylval.lineno, msg); in yyerror()
223 yylval.lineno = file->lineno; in lgetc()
224 file->lineno++; in lgetc()
263 file->lineno++; in findeol()
284 yylval.lineno = file->lineno; in yylex()
297 file->lineno++; in yylex()
385 yylval.lineno = file->lineno; in yylex()
386 file->lineno++; in yylex()
[all …]
/openbsd/sbin/dhcp6leased/
H A Dparse_lease.y71 int lineno; member
131 logit(LOG_CRIT, "%s:%d: %s", file->name, yylval.lineno, msg); in yyerror()
166 yylval.lineno = file->lineno; in yylex()
178 file->lineno++; in yylex()
187 file->lineno++; in yylex()
268 yylval.lineno = file->lineno; in yylex()
269 file->lineno++; in yylex()
/openbsd/regress/usr.bin/m4/
H A Dreconstitute14 my ($lineno, $file) = (-1, "<unknown>");
18 ($lineno, $file) = ($1, $2);
21 print "$file:$lineno:$_";
22 $lineno++;
/openbsd/usr.bin/bc/
H A Dscan.l30 int lineno; variable
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 = 1;
/openbsd/usr.bin/patch/
H A Ded.c59 LINENUM lineno; member
240 p = ifetch(line->pos.lineno, 0); in write_lines()
282 line->pos.lineno = i; in init_lines()
301 get_line(LINENUM lineno) in get_line() argument
306 if (lineno == 0) in get_line()
311 if (++i == lineno) in get_line()
333 valid_addr(LINENUM lineno, LINENUM min) in valid_addr() argument
335 return lineno >= min && lineno <= line_count; in valid_addr()
/openbsd/usr.bin/tail/
H A Dread.c148 size_t cnt, lineno, nlineno, recno, blen, newsize; in lines() local
154 lineno = blen = cnt = recno = wrap = 0; in lines()
166 if (recno >= lineno) { in lines()
167 nlineno = (lineno + 1024) > off ? in lines()
168 (size_t) off : lineno + 1024; in lines()
169 if ((lines = recallocarray(lines, lineno, nlineno, in lines()
172 lineno = nlineno; in lines()
221 for (cnt = 0; cnt < lineno; cnt++) in lines()
/openbsd/usr.sbin/ldomctl/
H A Dparse.y50 int lineno; member
96 int lineno; member
457 yylval.lineno = file->lineno; in lgetc()
458 file->lineno++; in lgetc()
499 file->lineno++; in findeol()
520 yylval.lineno = file->lineno; in yylex()
533 file->lineno++; in yylex()
542 file->lineno++; in yylex()
620 yylval.lineno = file->lineno; in yylex()
621 file->lineno++; in yylex()
[all …]
/openbsd/usr.bin/cvs/
H A Dconfig.c38 config_parse_line(char *line, int lineno) in config_parse_line() argument
84 int lineno; in cvs_read_config() local
94 lineno = 0; in cvs_read_config()
96 lineno++; in cvs_read_config()
113 if (cb(p, lineno) < 0) in cvs_read_config()

12345678910>>...19