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

/freebsd-11-stable/contrib/gcc/
H A Dtree-browser.c32 #define TB_OUT_FILE stdout macro
34 #define TB_NIY fprintf (TB_OUT_FILE, "Sorry this command is not yet implemented.\n")
35 #define TB_WF fprintf (TB_OUT_FILE, "Warning, this command failed.\n")
123 fprintf (TB_OUT_FILE, "\nTree Browser\n");
131 print_generic_expr (TB_OUT_FILE, head, 0); \
132 fprintf (TB_OUT_FILE, "\n"); \
146 fprintf (TB_OUT_FILE, "TB> ");
464 print_generic_stmt (TB_OUT_FILE, head, 0);
465 fprintf (TB_OUT_FILE, "\n");
483 fprintf (TB_OUT_FILE, "Firs
[all...]

Completed in 102 milliseconds