Home
last modified time | relevance | path

Searched refs:first_line (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/gpl2/dtc/dist/
H A Dsrcpos.c240 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 Dsrcpos.h60 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 Dreadlline.c84 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 Dupdate_analyze_test_checks.py71 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 Dupdate_mir_test_checks.py217 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 Dbtyacc_demo.y72 @$.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 Dlsym_preprocessing.c237 int first_line; variable
249 int first_line; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc79 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 Dreport.py99first_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 Dwrite-po.c385 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 Datf_result.c230 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 Doutput_test_helper.cc88 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 Dsmtp_map11.c175 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 Dbison_nr_scanner.l44 yylloc->first_line = (int)strtol(yytext,NULL,10);
H A Dbison_yylloc_scanner.l47 yylloc->first_line = (int)strtol(yytext,NULL,10);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py215first_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 Dnsd-control.c480 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 Delftosb_parser.tab.hpp138 int first_line; member
H A Delftosb_parser.tab.cpp225 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 Dannounce-gen334 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 Dcommon.py110 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 Dofctl.c859 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 Dread-md.h165 int first_line,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-md.h165 int first_line,
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c851 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()

12