OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gui_entry
(Results
1 - 7
of
7
) sorted by null
/external/fio/
printing.h
4
void gfio_print_results(struct
gui_entry
*ge);
gerror.h
4
extern void gfio_report_error(struct
gui_entry
*ge, const char *format, ...);
gfio.h
102
struct
gui_entry
{
struct
150
struct
gui_entry
*ge;
172
extern void gfio_set_state(struct
gui_entry
*ge, unsigned int state);
173
extern void clear_ge_ui_info(struct
gui_entry
*ge);
gerror.c
22
static void report_error(struct
gui_entry
*ge, GError *error)
48
void gfio_report_error(struct
gui_entry
*ge, const char *format, ...)
gfio.c
124
void clear_ge_ui_info(struct
gui_entry
*ge)
204
static void add_buttons(struct
gui_entry
*ge, struct button_spec *buttonlist,
217
static void update_button_states(struct gui *ui, struct
gui_entry
*ge)
289
void gfio_set_state(struct
gui_entry
*ge, unsigned int state)
384
static void ge_destroy(struct
gui_entry
*ge)
407
struct
gui_entry
*ge = (struct
gui_entry
*) data;
435
static int send_job_file(struct
gui_entry
*ge)
481
struct
gui_entry
*ge = data;
531
static int get_connection_details(struct
gui_entry
*ge
[
all
...]
gclient.c
22
struct
gui_entry
*ge = (struct
gui_entry
*) data;
32
struct
gui_entry
*ge = (struct
gui_entry
*) data;
39
struct
gui_entry
*ge = (struct
gui_entry
*) data;
65
static GtkWidget *get_results_menubar(GtkWidget *window, struct
gui_entry
*ge)
85
static GtkWidget *get_results_window(struct
gui_entry
*ge)
118
struct
gui_entry
*ge = gc->ge;
146
struct
gui_entry
*ge = (struct gui_entry *) data
[
all
...]
printing.c
90
struct
gui_entry
*ge = data;
100
void gfio_print_results(struct
gui_entry
*ge)
Completed in 1354 milliseconds