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

  /src/external/gpl3/binutils/dist/gas/
listing.c 780 emit_line (list_info_type * list, const char * format, ...) function
884 emit_line (NULL, "\t%s\n", string ? string : "");
917 emit_line (list, "\t%s\n", string ? string : "");
920 emit_line (list, "**** %s\n", msg->message);
950 emit_line (list, "\n");
1012 emit_line (NULL, "\n");
1026 emit_line (NULL, "UNDEFINED SYMBOLS\n");
1029 emit_line (NULL, "%s\n", S_GET_NAME (ptr));
1035 emit_line (NULL, "NO UNDEFINED SYMBOLS\n");
1111 emit_line (list, "%4u:%-13s **** %s\n"
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
listing.c 780 emit_line (list_info_type * list, const char * format, ...) function
884 emit_line (NULL, "\t%s\n", string ? string : "");
917 emit_line (list, "\t%s\n", string ? string : "");
920 emit_line (list, "**** %s\n", msg->message);
950 emit_line (list, "\n");
1012 emit_line (NULL, "\n");
1026 emit_line (NULL, "UNDEFINED SYMBOLS\n");
1029 emit_line (NULL, "%s\n", S_GET_NAME (ptr));
1035 emit_line (NULL, "NO UNDEFINED SYMBOLS\n");
1111 emit_line (list, "%4u:%-13s **** %s\n"
    [all...]
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 2020 void emit_line (text_glob *g);
2170 * emit_line - writes out a horizontal rule.
2173 void html_printer::emit_line (text_glob *) function in class:html_printer
3216 emit_line(g);

Completed in 20 milliseconds