Searched refs:start_of_line (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-out.c37 int start_of_line; member in struct:ui_out_data
200 if (data->start_of_line == 0 && strcmp (fldname, "line") == 0)
202 data->start_of_line ++;
206 data->start_of_line ++;
244 data->start_of_line ++;
252 data->start_of_line ++;
300 data->start_of_line ++;
322 data->start_of_line ++;
328 data->start_of_line = 0;
333 data->start_of_line
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Drefer.cpp463 int start_of_line = 1; local
474 if (start_of_line)
476 if (start_of_line && c == '.') {
494 start_of_line = (c == '\n');
548 int start_of_line = 1; local
552 if (c != EOF && start_of_line)
554 if (start_of_line && c == '.') {
588 start_of_line = c == '\n';
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp3411 text_glob *start_of_line = NULL; local
3420 start_of_line = page_contents->glyphs.get_data();
3440 insert_tab_0(start_of_line);
3446 insert_tab_0(start_of_line);
3452 start_of_line = g;
3457 insert_tab_0(start_of_line);
3511 text_glob *start_of_line = NULL; local
3546 start_of_line = g;
3618 && (start_of_line != NULL) && (start_of_table == NULL)) {
3619 start_of_table = insert_tab_ts(start_of_line);
[all...]

Completed in 110 milliseconds