Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | ui_helpline |
Functions | |
void | ui_helpline__init (void) |
void | ui_helpline__pop (void) |
void | ui_helpline__push (const char *msg) |
void | ui_helpline__vpush (const char *fmt, va_list ap) |
void | ui_helpline__fpush (const char *fmt,...) |
void | ui_helpline__puts (const char *msg) |
Variables | |
struct ui_helpline * | helpline_fns |
char | ui_helpline__current [512] |
Definition at line 48 of file helpline.c.
Definition at line 31 of file helpline.c.
Definition at line 26 of file helpline.c.
Definition at line 31 of file helpline.c.
Definition at line 57 of file helpline.c.
struct ui_helpline* helpline_fns |
Definition at line 24 of file helpline.c.
char ui_helpline__current[512] |
Definition at line 9 of file helpline.c.