Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../debug.h"
#include "helpline.h"
#include "ui.h"
Go to the source code of this file.
Functions | |
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 | |
char | ui_helpline__current [512] |
struct ui_helpline * | helpline_fns = &default_helpline_fns |
Definition at line 48 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 = &default_helpline_fns |
Definition at line 24 of file helpline.c.
char ui_helpline__current[512] |
Definition at line 9 of file helpline.c.