Searched refs:file_line (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | cond.c | 31 struct file_line { struct 41 struct file_line if_file_line; argument 43 struct file_line else_file_line;
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | cond.c | 31 struct file_line struct 43 struct file_line if_file_line; argument 45 struct file_line else_file_line;
|
/dflybsd-src/usr.bin/patch/ |
H A D | pch.c | 470 next_intuit_at(off_t file_pos, LINENUM file_line) in next_intuit_at() argument 473 p_bline = file_line; in next_intuit_at() 480 skip_to(off_t file_pos, LINENUM file_line) in skip_to() argument 499 p_input_line = file_line - 1; in skip_to()
|
/dflybsd-src/sbin/vinum/ |
H A D | vext.h | 170 extern int file_line; /* and line in input file (yes, this is tacky) */
|
H A D | commands.c | 119 file_line = 0; /* start with line 1 */ in vinum_create() 133 file_line++; /* count the lines */ in vinum_create() 138 printf("%4d: %s", file_line, buffer); in vinum_create() 143 printf("%4d: %s", file_line, commandline); in vinum_create() 145 file_line, in vinum_create()
|
H A D | v.c | 71 int file_line = 0; /* and line in input file (yes, this is tacky) */ variable
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | directives.c | 1035 const char *to_file, linenum_type file_line, in _cpp_do_file_change() argument 1039 to_file, file_line); in _cpp_do_file_change()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | directives.c | 1120 const char *to_file, linenum_type file_line, in _cpp_do_file_change() argument 1125 to_file, file_line); in _cpp_do_file_change()
|