#include <stdio.h>
#include <stdarg.h>
#include "../util/cache.h"
Go to the source code of this file.
◆ ui_helpline__fpush()
void ui_helpline__fpush |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ ui_helpline__init()
void ui_helpline__init |
( |
void |
| ) |
|
◆ ui_helpline__pop()
void ui_helpline__pop |
( |
void |
| ) |
|
◆ ui_helpline__printf()
void ui_helpline__printf |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ ui_helpline__push()
void ui_helpline__push |
( |
const char * |
msg | ) |
|
◆ ui_helpline__puts()
void ui_helpline__puts |
( |
const char * |
msg | ) |
|
◆ ui_helpline__vpush()
void ui_helpline__vpush |
( |
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
◆ ui_helpline__vshow()
int ui_helpline__vshow |
( |
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
◆ helpline_fns
◆ ui_helpline__current
char ui_helpline__current[512] |
◆ ui_helpline__last_msg
char ui_helpline__last_msg[] |