Home
last modified time | relevance | path

Searched refs:line_start (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/libarchive/libarchive_fe/
H A Dline_reader.c95 char *line_start, *p; in lafe_line_reader_next() local
100 line_start = lr->line_start; in lafe_line_reader_next()
101 lr->line_start = ++lr->line_end; in lafe_line_reader_next()
105 return (line_start); in lafe_line_reader_next()
112 line_start = lr->line_start; in lafe_line_reader_next()
113 lr->line_start = lr->buff_end; in lafe_line_reader_next()
114 return (line_start); in lafe_line_reader_next()
118 if (lr->line_start > lr->buff) { in lafe_line_reader_next()
120 memmove(lr->buff, lr->line_start, in lafe_line_reader_next()
124 lr->line_start = lr->buff; in lafe_line_reader_next()
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dhistfile.c171 register char *line_start, *line_end, *p; local
249 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
257 line_start = p;
261 for (line_end = line_start; line_end < bufend; line_end++)
265 if (line_end > line_start && line_end[-1] == '\r')
270 if (*line_start)
272 if (HIST_TIMESTAMP_START(line_start) == 0)
274 add_history (line_start);
283 last_ts = line_start;
293 line_start = line_end + 1;
/dragonfly/contrib/binutils-2.34/gas/
H A Dmacro.c117 size_t line_start = ptr->len; in buffer_and_nest() local
131 size_t i = line_start; in buffer_and_nest()
168 i = line_start; in buffer_and_nest()
172 line_start = i; in buffer_and_nest()
210 ptr->len = line_start; in buffer_and_nest()
233 ptr->len = line_start; in buffer_and_nest()
239 line_start = ptr->len; in buffer_and_nest()
H A Dread.c909 char *line_start; in read_a_source_file() local
914 nul_char = get_symbol_name (& line_start); in read_a_source_file()
933 equals (line_start, in read_a_source_file()
952 line_label = colon (line_start); in read_a_source_file()
954 line_label = symbol_create (line_start, in read_a_source_file()
/dragonfly/contrib/binutils-2.27/gas/
H A Dmacro.c117 size_t line_start = ptr->len; in buffer_and_nest() local
131 size_t i = line_start; in buffer_and_nest()
168 i = line_start; in buffer_and_nest()
172 line_start = i; in buffer_and_nest()
210 ptr->len = line_start; in buffer_and_nest()
234 ptr->len = line_start; in buffer_and_nest()
240 line_start = ptr->len; in buffer_and_nest()
H A Dread.c907 char *line_start; in read_a_source_file() local
912 nul_char = get_symbol_name (& line_start); in read_a_source_file()
931 equals (line_start, in read_a_source_file()
950 line_label = colon (line_start); in read_a_source_file()
952 line_label = symbol_create (line_start, in read_a_source_file()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsel-sched-dump.h193 extern void line_start (void);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsel-sched-dump.h204 extern void line_start (void);
H A Dinput.c529 char *line_start = c->data + c->line_start_idx; in get_next_line() local
533 char *line_end = (char *) memchr (line_start, '\n', remaining_size); in get_next_line()
541 line_start = c->data + c->line_start_idx; in get_next_line()
543 line_end = (char *) memchr (line_start, '\n', remaining_size); in get_next_line()
578 len = line_end - line_start; in get_next_line()
581 *line = line_start; in get_next_line()
H A Dedit-context.c1163 location_t line_start = linemap_position_for_column (line_table, 1); in test_applying_fixits_insert_containing_newline() local
1164 richloc.add_fixit_insert_before (line_start, " break;\n"); in test_applying_fixits_insert_containing_newline()
H A Ddiagnostic-show-locus.c2992 location_t line_start = linemap_position_for_column (line_table, 1); in test_fixit_insert_containing_newline() local
3001 richloc.add_fixit_insert_before (line_start, " break;\n"); in test_fixit_insert_containing_newline()