HomeSort by: relevance | last modified time | path
    Searched defs:start_of_line (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc-rich-location.cc 121 location_t start_of_line local
124 *out_start_of_line = start_of_line;
166 location_t start_of_line; local
168 insertion_point, indent, &start_of_line))
183 add_fixit_insert_before (start_of_line, pp_formatted_text (pp));
  /src/external/gpl3/gcc.old/dist/gcc/
gcc-rich-location.cc 119 location_t start_of_line local
122 *out_start_of_line = start_of_line;
164 location_t start_of_line; local
165 if (use_new_line (insertion_point, indent, &start_of_line))
180 add_fixit_insert_before (start_of_line, pp_formatted_text (pp));
  /src/external/gpl2/texinfo/dist/info/
infokey.c 402 start_of_line,
416 state = start_of_line;
472 case start_of_line:
502 state = start_of_line;
520 state = start_of_line;
712 state = start_of_line;
754 state = start_of_line;
400 start_of_line, enumerator in enum:__anon9527
  /src/external/gpl2/groff/dist/src/preproc/refer/
refer.cpp 465 int start_of_line = 1; local
476 if (start_of_line)
478 if (start_of_line && c == '.') {
496 start_of_line = (c == '\n');
550 int start_of_line = 1; local
554 if (c != EOF && start_of_line)
556 if (start_of_line && c == '.') {
590 start_of_line = c == '\n';
  /src/external/bsd/nsd/dist/simdzone/include/
zone.h 349 bool start_of_line; member in struct:zone_file
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 3413 text_glob *start_of_line = NULL; local
3422 start_of_line = page_contents->glyphs.get_data();
3442 insert_tab_0(start_of_line);
3448 insert_tab_0(start_of_line);
3454 start_of_line = g;
3459 insert_tab_0(start_of_line);
3513 text_glob *start_of_line = NULL; local
3548 start_of_line = g;
3620 && (start_of_line != NULL) && (start_of_table == NULL)) {
3621 start_of_table = insert_tab_ts(start_of_line);
    [all...]

Completed in 28 milliseconds