#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../debug.h"
#include "helpline.h"
#include "ui.h"
#include "../util.h"
Go to the source code of this file.
◆ nop_helpline__pop()
static void nop_helpline__pop |
( |
void |
| ) |
|
|
static |
◆ nop_helpline__push()
static void nop_helpline__push |
( |
const char *msg |
__maybe_unused | ) |
|
|
static |
◆ nop_helpline__show()
static int nop_helpline__show |
( |
const char *fmt |
__maybe_unused, |
|
|
va_list ap |
__maybe_unused |
|
) |
| |
|
static |
◆ ui_helpline__fpush()
void ui_helpline__fpush |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ 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 |
|
) |
| |
◆ default_helpline_fns
Initial value:= {
}
static void nop_helpline__push(const char *msg __maybe_unused)
static void nop_helpline__pop(void)
static int nop_helpline__show(const char *fmt __maybe_unused, va_list ap __maybe_unused)
Definition at line 27 of file helpline.c.
◆ helpline_fns
◆ ui_helpline__current
char ui_helpline__current[512] |