Searched refs:line_start (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dmakedoc.c276 long line_start = 0; local
289 line_start = offset + 1;
309 line_start = point + 1;
324 line_start = point + 1;
341 tag_name = (char *)xmalloc (1 + (offset - line_start));
342 strncpy (tag_name, buffer + line_start, offset - line_start);
343 tag_name[offset - line_start] = '\0';
386 line_start = point + 1;
402 line_start
[all...]
H A Dwindow.c912 char *line_start; local
914 line_start = window->line_starts[line];
916 if ((line_start - contents) > window->point)
/haiku-buildtools/legacy/gcc/libio/
H A Dparsestream.cc99 char *line_start = ptr; local
101 setg(line_start-1, line_start, ptr + (ptr < right()));
102 pos_at_line_start = line_start - left();
103 _line_length = ptr - line_start;
/haiku-buildtools/gcc/gcc/
H A Dinput.c450 char *line_start = c->data + c->line_start_idx; local
454 char *line_end = (char *) memchr (line_start, '\n', remaining_size);
462 line_start = c->data + c->line_start_idx;
464 line_end = (char *) memchr (line_start, '\n', remaining_size);
491 len = line_end - line_start;
494 *line = line_start;
H A Dsel-sched-dump.h206 extern void line_start (void);
/haiku-buildtools/binutils/gas/
H A Dmacro.c117 size_t line_start = ptr->len; local
131 size_t i = line_start;
168 i = line_start;
172 line_start = i;
210 ptr->len = line_start;
234 ptr->len = line_start;
240 line_start = ptr->len;
H A Dread.c910 char *line_start;
915 nul_char = get_symbol_name (& line_start);
934 equals (line_start,
953 line_label = colon (line_start);
955 line_label = symbol_create (line_start,
907 char *line_start; local
/haiku-buildtools/legacy/binutils/gas/
H A Dmacro.c169 int line_start = ptr->len; local
184 int i = line_start;
216 i = line_start;
220 line_start = i;
257 ptr->len = line_start;
265 line_start = ptr->len;
H A Ddwarf2dbg.c1199 symbolS *line_start;
1208 line_start = symbol_temp_new_now ();
1215 expr.X_op_symbol = line_start;
1248 expr.X_op_symbol = line_start;
1195 symbolS *line_start; local
H A Dread.c636 char *line_start = input_line_pointer;
661 equals (line_start,
681 line_label = colon (line_start);
683 line_label = symbol_create (line_start,
633 char *line_start = input_line_pointer; local

Completed in 115 milliseconds