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

1 2

  /src/external/bsd/byacc/dist/test/btyacc/
err_inherit4.tab.h 31 int first_line; member in struct:YYLTYPE
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.h 42 int first_line; member in struct:YYLTYPE
  /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 = \
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
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)) {
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...]
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.hpp 138 int first_line; member in struct:YYLTYPE
  /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;
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);
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);
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;
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;
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;

Completed in 60 milliseconds

1 2