NetSurf
Functions | Variables
output.c File Reference
#include <stdio.h>
#include <stdarg.h>
#include "monkey/output.h"
Include dependency graph for output.c:

Go to the source code of this file.

Functions

int moutf (enum monkey_output_type mout_type, const char *fmt,...)
 

Variables

static const char * type_text []
 output type prefixes More...
 

Function Documentation

◆ moutf()

int moutf ( enum monkey_output_type  mout_type,
const char *  fmt,
  ... 
)

Definition at line 39 of file output.c.

References type_text.

Referenced by bitmap_render(), die(), free_login_context(), gui_401login_open(), gui_download_window_create(), gui_download_window_data(), gui_download_window_done(), gui_download_window_error(), gui_launch_url(), gui_present_cookies(), gui_window_console_log(), gui_window_create(), gui_window_destroy(), gui_window_drag_start(), gui_window_get_dimensions(), gui_window_get_scroll(), gui_window_new_content(), gui_window_place_caret(), gui_window_remove_caret(), gui_window_report_page_info(), gui_window_save_link(), gui_window_scroll_start(), gui_window_set_icon(), gui_window_set_pointer(), gui_window_set_scroll(), gui_window_set_status(), gui_window_set_title(), gui_window_set_url(), gui_window_start_throbber(), gui_window_stop_throbber(), gui_window_update_extent(), main(), monkey_login_handle_command(), monkey_login_handle_destroy(), monkey_login_handle_go(), monkey_login_handle_password(), monkey_login_handle_username(), monkey_plot_arc(), monkey_plot_bitmap(), monkey_plot_clip(), monkey_plot_disc(), monkey_plot_line(), monkey_plot_path(), monkey_plot_polygon(), monkey_plot_rectangle(), monkey_plot_text(), monkey_run(), monkey_warn_user(), monkey_window_handle_click(), monkey_window_handle_command(), monkey_window_handle_destroy(), monkey_window_handle_exec(), monkey_window_handle_go(), monkey_window_handle_redraw(), monkey_window_handle_reload(), monkey_window_handle_stop(), and monkey_window_invalidate_area().

Here is the caller graph for this function:

Variable Documentation

◆ type_text

const char* type_text[]
static
Initial value:
={
"DIE",
"ERROR",
"WARN",
"GENERIC",
"WINDOW",
"LOGIN",
"DOWNLOAD",
"PLOT",
}

output type prefixes

Definition at line 27 of file output.c.

Referenced by moutf().