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

  /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/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/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:__anon7184
  /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/bsd/nsd/dist/simdzone/src/generic/
parser.h 376 parser->file->start_of_line = false;
458 parser->file->start_of_line = classify[ (uint8_t)*(token->data+1) ] != BLANK;
515 parser->file->start_of_line = classify[ (uint8_t)*(token->data+1) ] != BLANK;
929 parser->file->start_of_line = classify[ (uint8_t)*(token->data+1) ] != BLANK;
975 parser->file->start_of_line = classify[ (uint8_t)*(*parser->file->fields.head+1) ] != BLANK;
format.h 376 if (likely(parser->file->start_of_line)) {
  /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...]
  /src/external/bsd/nsd/dist/simdzone/src/
zone.c 220 file->start_of_line = true;

Completed in 45 milliseconds