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

1 2 3 4 5

  /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/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
tui-layout-asm-short-prog.exp 48 set first_line [Term::get_line 1]
51 gdb_assert { [string match "|___0x*" $first_line] } \
65 gdb_assert {[string eq "$first_line" [Term::get_line 1]]} \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
tui-layout-asm-short-prog.exp 48 set first_line [Term::get_line 1]
51 gdb_assert { [string match "|___0x*" $first_line] } \
65 gdb_assert {[string eq "$first_line" [Term::get_line 1]]} \
  /src/tests/usr.bin/indent/
lsym_preprocessing.c 237 int first_line; variable
249 int first_line; variable
  /src/external/bsd/flex/dist/tests/
bison_nr_parser.y 80 if( $1 != @1.first_line || $1 != testget_lineno())
87 printf ( "%04d: %s=%s\n", @1.first_line, $4, $6);
bison_yylloc_parser.y 81 if( $1 != @1.first_line || $1 != testget_lineno(scanner))
88 printf ( "%04d: %s=%s\n", @1.first_line, $4, $6);
bison_nr_scanner.l 44 yylloc->first_line = (int)strtol(yytext,NULL,10);
bison_yylloc_scanner.l 47 yylloc->first_line = (int)strtol(yytext,NULL,10);
  /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.c 240 pos->first_line = current_srcfile->lineno;
298 if (pos->first_line != pos->last_line)
300 pos->first_line, pos->first_column,
304 pos->first_line, pos->first_column,
308 pos->first_line, pos->first_column);
314 srcpos_string_comment(struct srcpos *pos, bool first_line, int level)
344 pos->first_line, pos->first_column,
348 first_line ? pos->first_line : pos->last_line);
354 rest = srcpos_string_comment(pos->next, first_line, level)
    [all...]
  /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...]
  /src/external/gpl3/gdb/dist/gdb/
source-cache.h 55 /* Get the source text for the source file in symtab S. FIRST_LINE
61 bool get_source_lines (struct symtab *s, int first_line,
source-cache.c 418 extract_lines (const std::string &text, int first_line, int last_line,
429 if (lineno == first_line)
456 source_cache::get_source_lines (struct symtab *s, int first_line,
459 if (first_line < 1 || last_line < 1 || first_line > last_line)
466 first_line, last_line, lines);
  /src/external/gpl3/gdb.old/dist/gdb/
source-cache.h 55 /* Get the source text for the source file in symtab S. FIRST_LINE
61 bool get_source_lines (struct symtab *s, int first_line,
source-cache.c 412 extract_lines (const std::string &text, int first_line, int last_line,
423 if (lineno == first_line)
450 source_cache::get_source_lines (struct symtab *s, int first_line,
453 if (first_line < 1 || last_line < 1 || first_line > last_line)
460 first_line, last_line, lines);
  /src/external/bsd/byacc/dist/test/
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;
  /src/external/apache2/llvm/dist/llvm/utils/
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:
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:
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
basic-dap.exp 132 set first_line [gdb_get_line_number "FIRST"]
137 [list s $srcfile] $first_line $last_line]]
140 gdb_assert {[dict get $entry line] == $first_line} \
141 "line $first_line in result"
142 incr first_line
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
basic-dap.exp 131 set first_line [gdb_get_line_number "FIRST"]
136 [list s $srcfile] $first_line $last_line]]
139 gdb_assert {[dict get $entry line] == $first_line} \
140 "line $first_line in result"
141 incr first_line
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.hpp 138 int first_line; member in struct:YYLTYPE
  /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/gpl3/gdb.old/dist/gdb/tui/
tui-regs.c 377 int first_line = (-1); local
381 first_line = line_from_reg_element_no (first_element_no);
387 if (first_line >= 0)
389 first_line += num_to_scroll;
390 display_registers_from_line (first_line);

Completed in 57 milliseconds

1 2 3 4 5