/netbsd-src/external/gpl2/dtc/dist/ |
H A D | srcpos.c | 240 pos->first_line = current_srcfile->lineno; in srcpos_update() 298 if (pos->first_line != pos->last_line) in srcpos_string() 300 pos->first_line, pos->first_column, in srcpos_string() 304 pos->first_line, pos->first_column, in srcpos_string() 308 pos->first_line, pos->first_column); in srcpos_string() 314 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument 344 pos->first_line, pos->first_column, in srcpos_string_comment() 348 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment() 354 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
|
H A D | srcpos.h | 60 int first_line; member 73 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 79 (Current).first_line = (Current).last_line = \
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | readlline.c | 84 VSTRING *readllines(VSTRING *buf, VSTREAM *fp, int *lineno, int *first_line) in readllines() argument 109 else if (start == 0 && lineno != 0 && first_line != 0) in readllines() 110 *first_line = *lineno; in readllines() 133 return (readllines(buf, fp, lineno, first_line)); in readllines()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_analyze_test_checks.py | 71 first_line = input_lines[0] if input_lines else "" 72 if 'autogenerated' in first_line and script_name not in first_line: 77 if not first_line or 'autogenerated' not in first_line:
|
H A D | update_mir_test_checks.py | 217 first_line = func_body[0] 218 indent = len(first_line) - len(first_line.lstrip(' ')) 287 first_line = input_lines[0] if input_lines else "" 288 if 'autogenerated' in first_line and script_name not in first_line: 294 if not first_line or 'autogenerated' not in first_line:
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | btyacc_demo.y | 72 @$.first_line, @$.first_column, 77 @$.first_line, @$.first_column, 82 @$.first_line, @$.first_column, 87 @$.first_line, @$.first_column, 115 @$.first_line = @1.first_line;
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | lsym_preprocessing.c | 237 int first_line; variable 249 int first_line; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | output_test_helper.cc | 79 std::string first_line; in CheckCase() local 86 first_line = line; in CheckCase() 94 << "\n started matching near: " << first_line; in CheckCase() 101 << "\n started matching near: " << first_line; in CheckCase() 107 << "\n started matching near: " << first_line; in CheckCase()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/ |
H A D | report.py | 99 …first_line = "{:<{}s}Time CPU Time Old Time New CPU Old CPU New"… 101 output_strs = [first_line, '-' * len(first_line)]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | write-po.c | 385 bool first_line; in wrap() local 445 first_line = true; in wrap() 685 if (first_line) in wrap() 710 if (first_line && !indent in wrap() 720 first_line = false; in wrap() 730 if (first_line) in wrap() 741 first_line = false; in wrap()
|
/netbsd-src/external/bsd/kyua-testers/dist/ |
H A D | atf_result.c | 230 read_reason(FILE* input, const char* first_line, char* output, in read_reason() argument 233 if (first_line == NULL || *first_line == '\0') in read_reason() 237 snprintf(output, output_size, "%s", first_line); in read_reason()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | output_test_helper.cc | 88 std::string first_line; in CheckCase() local 95 first_line = line; in CheckCase() 103 << "\n started matching near: " << first_line; in CheckCase() 110 << "\n started matching near: " << first_line; in CheckCase() 116 << "\n started matching near: " << first_line; in CheckCase()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_map11.c | 175 int first_line; in main() local 221 while (readllines(read_buf, VSTREAM_IN, &lineno, &first_line)) { in main()
|
/netbsd-src/external/bsd/flex/dist/tests/ |
H A D | bison_nr_scanner.l | 44 yylloc->first_line = (int)strtol(yytext,NULL,10);
|
H A D | bison_yylloc_scanner.l | 47 yylloc->first_line = (int)strtol(yytext,NULL,10);
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/ |
H A D | report.py | 215 …first_line = "{:<{}s}Time CPU Time Old Time New CPU Old CPU New"… 217 output_strs = [first_line, '-' * len(first_line)]
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | nsd-control.c | 480 int was_error = 0, first_line = 1; in go_cmd() local 502 if(first_line && strncmp(buf, "error", 5) == 0) in go_cmd() 504 first_line = 0; in go_cmd()
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | elftosb_parser.tab.hpp | 138 int first_line; member
|
H A D | elftosb_parser.tab.cpp | 225 int first_line; member 879 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 886 (Current).first_line = (Current).last_line = \ 903 (Loc).first_line, (Loc).first_column, \ 1347 yylloc.first_line = yylloc.last_line = 1;
|
/netbsd-src/external/gpl3/autoconf/dist/build-aux/ |
H A D | announce-gen | 334 my ($first_line, undef) = split ("\n", `$t --version`); 335 if ($first_line =~ /.* (\d[\w.-]+)$/) 342 defined $first_line 343 and $first_line = ''; 344 warn "$ME: $t: unexpected --version output\n:$first_line";
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 110 first_line = input_lines[0] if input_lines else "" 111 if UTC_ADVERT in first_line: 112 if script_name not in first_line and not args.force_update: 115 args, argv = check_for_command(first_line, parser, args, argv, argparse_callback) 117 assert UTC_ADVERT not in first_line
|
/netbsd-src/usr.sbin/ofctl/ |
H A D | ofctl.c | 859 int first_line = 1; in string_format() local 873 if (!first_line) in string_format() 880 first_line = 0; in string_format()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-md.h | 165 int first_line,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-md.h | 165 int first_line,
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-control.c | 851 int was_error = 0, first_line = 1; in go_cmd() local 879 if(first_line && strncmp(buf, "error", 5) == 0) { in go_cmd() 886 first_line = 0; in go_cmd()
|