HomeSort by: relevance | last modified time | path
    Searched defs:first_line (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/byacc/dist/test/btyacc/
err_inherit4.tab.h 31 int first_line; member in struct:YYLTYPE
btyacc_demo.tab.h 42 int first_line; member in struct:YYLTYPE
btyacc_demo.tab.c 174 int first_line; member in struct:YYLTYPE
547 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
554 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
693 (*loc).first_line, (*loc).first_column,
702 (*loc).first_line, (*loc).first_column,
711 (*loc).first_line, (*loc).first_column,
720 (*loc).first_line, (*loc).first_column,
729 (*loc).first_line, (*loc).first_column,
738 (*loc).first_line, (*loc).first_column
    [all...]
err_inherit4.tab.c 170 int first_line; member in struct:YYLTYPE
348 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
355 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
  /src/external/gpl2/dtc/dist/
srcpos.h 60 int first_line; member in struct:srcpos
73 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
79 (Current).first_line = (Current).last_line = \
  /src/tests/usr.bin/indent/
lsym_preprocessing.c 237 int first_line; variable
249 int first_line; variable
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_map11.c 175 int first_line; local
221 while (readllines(read_buf, VSTREAM_IN, &lineno, &first_line)) {
  /src/external/ibm-public/postfix/dist/src/util/
readlline.c 11 /* VSTRING *readllines(buf, fp, lineno, first_line)
15 /* int *first_line;
43 /* .IP first_line
84 VSTRING *readllines(VSTRING *buf, VSTREAM *fp, int *lineno, int *first_line)
96 if (first_line == 0)
97 first_line = &my_first_line;
119 *first_line = *lineno;
138 if (*first_line == *lineno)
143 VSTREAM_PATH(fp), *first_line, *lineno, why);
156 return (readllines(buf, fp, lineno, first_line));
305 int first_line; local
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.hpp 138 int first_line; member in struct:YYLTYPE
elftosb_parser.tab.cpp 225 int first_line; member in struct:YYLTYPE
879 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
886 (Current).first_line = (Current).last_line = \
903 (Loc).first_line, (Loc).first_column, \
1350 yylloc.first_line = yylloc.last_line = 1;
  /src/external/bsd/nsd/dist/
nsd-control.c 484 int was_error = 0, first_line = 1; local
506 if(first_line && strncmp(buf, "error", 5) == 0)
508 first_line = 0;
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-regs.c 370 int first_line = (-1); local
374 first_line = line_from_reg_element_no (first_element_no);
380 if (first_line >= 0)
382 first_line += num_to_scroll;
383 display_registers_from_line (first_line);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-regs.c 370 int first_line = (-1); local
374 first_line = line_from_reg_element_no (first_element_no);
380 if (first_line >= 0)
382 first_line += num_to_scroll;
383 display_registers_from_line (first_line);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
output_test_helper.cc 79 std::string first_line; local
86 first_line = line;
94 << "\n started matching near: " << first_line;
101 << "\n started matching near: " << first_line;
107 << "\n started matching near: " << first_line;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-po.c 385 bool first_line; local
445 first_line = true;
685 if (first_line)
710 if (first_line && !indent
720 first_line = false;
730 if (first_line)
741 first_line = false;
  /src/external/bsd/unbound/dist/smallapp/
unbound-control.c 893 int was_error = 0, first_line = 1; local
921 if(first_line && strncmp(buf, "error", 5) == 0) {
928 first_line = 0;
  /src/usr.sbin/ofctl/
ofctl.c 859 int first_line = 1; local
873 if (!first_line)
880 first_line = 0;
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
output_test_helper.cc 88 std::string first_line; local
95 first_line = line;
103 << "\n started matching near: " << first_line;
110 << "\n started matching near: " << first_line;
116 << "\n started matching near: " << first_line;
  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 2539 bool first_line; local
2616 first_line = true;
2645 if (first_line
2683 order mark, so first_line is not about the first line of the file
2685 first_line = false;
  /src/external/gpl3/gcc/dist/libcpp/
internal.h 581 location_t first_line; member in struct:cpp_reader::__anon14200
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 2535 bool first_line; local
2612 first_line = true;
2641 if (first_line
2679 order mark, so first_line is not about the first line of the file
2681 first_line = false;
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 577 location_t first_line; member in struct:cpp_reader::__anon16614
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 1480 int first_line = sal.line - get_lines_to_list () / 2;
1481 if (first_line < 1)
1482 first_line = 1;
1485 print_source_lines (sal.symtab, source_lines_range (first_line), 0);
1475 int first_line = sal.line - get_lines_to_list () \/ 2; local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 1523 int first_line = sal.line - get_lines_to_list () / 2;
1524 if (first_line < 1)
1525 first_line = 1;
1528 print_source_lines (sal.symtab, source_lines_range (first_line), 0);
1518 int first_line = sal.line - get_lines_to_list () \/ 2; local

Completed in 54 milliseconds