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

/freebsd-10.1-release/contrib/libarchive/libarchive_fe/
H A Dline_reader.c52 char *buff, *buff_end, *line_start, *line_end, *p; member in struct:lafe_line_reader
78 lr->line_start = lr->line_end = lr->buff_end = lr->buff = NULL;
96 char *line_start, *p; local
101 line_start = lr->line_start;
102 lr->line_start = ++lr->line_end;
105 if (lr->nullSeparator || line_start[0] != '\0')
106 return (line_start);
111 if (lr->line_start == lr->buff_end)
113 line_start
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverFileLine.cpp64 Address line_start = sc.line_entry.range.GetBaseAddress(); local
66 if (line_start.IsValid())
68 AddressRange new_range (line_start, byte_size);
81 line_start.GetFileAddress(),
H A DSourceManager.cpp470 const char *line_start = (const char *)m_data_sp->GetBytes() + start_offset; local
473 const char last_char = line_start[length-1];
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp151 Address line_start = sc.line_entry.range.GetBaseAddress(); local
152 if (line_start.IsValid())
154 if (filter.AddressPasses(line_start))
163 if (prologue_addr.IsValid() && (line_start == prologue_addr))
173 line_start = prologue_addr;
180 BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(line_start));
192 line_start.GetFileAddress());
200 line_start.GetFileAddress());
/freebsd-10.1-release/usr.bin/dtc/
H A Dinput_buffer.cc193 int line_start = 0; local
200 if (line_start == 0)
202 line_start = i+1;
215 fwrite(&buffer[line_start], line_end-line_start, 1, stderr);
217 for (int i=0 ; i<(cursor-line_start) ; ++i)
219 char c = (buffer[i+line_start] == '\t') ? '\t' : ' ';
/freebsd-10.1-release/contrib/libreadline/
H A Dhistfile.c166 register char *line_start, *line_end, *p; local
244 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
252 line_start = p;
256 for (line_end = line_start; line_end < bufend; line_end++)
260 if (line_end > line_start && line_end[-1] == '\r')
265 if (*line_start)
267 if (HIST_TIMESTAMP_START(line_start) == 0)
269 add_history (line_start);
278 last_ts = line_start;
288 line_start
[all...]
/freebsd-10.1-release/sys/cam/scsi/
H A Dsmp_all.c440 int line_start, line_cursor; local
453 for (curbyte = (uint8_t *)&response->comp_vendor, line_start= 1,
456 if (line_start != 0) {
460 line_start = 0;
467 line_start = 1;
/freebsd-10.1-release/contrib/binutils/gas/
H A Dmacro.c133 int line_start = ptr->len; local
148 int i = line_start;
180 i = line_start;
184 line_start = i;
221 ptr->len = line_start;
229 line_start = ptr->len;
H A Ddwarf2dbg.c1273 symbolS *line_start;
1282 line_start = symbol_temp_new_now ();
1289 expr.X_op_symbol = line_start;
1322 expr.X_op_symbol = line_start;
1269 symbolS *line_start; local
H A Dread.c642 char *line_start = input_line_pointer;
667 equals (line_start,
687 line_label = colon (line_start);
689 line_label = symbol_create (line_start,
639 char *line_start = input_line_pointer; local
/freebsd-10.1-release/contrib/texinfo/info/
H A Dwindow.c930 char *line_start;
932 line_start = window->line_starts[line];
934 if ((line_start - contents) > window->point)
929 char *line_start; local
/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp3383 int line_start = TRUE; local
3389 line_start = TRUE;
3395 if (line_start) {
3396 if (line_start && nf && is_courier_until_eol()) {
3402 // line_start = g->is_br() || g->is_nf() || g->is_fi() || (nf && g->is_eol());
3403 line_start = g->is_br() || (nf && g->is_eol());
3769 int line_start = FALSE; local
3783 line_start = g->is_col() || g->is_br() || (nf && g->is_eol());
3784 } while ((!line_start) && (result));

Completed in 210 milliseconds