#include <linux/kernel.h>
#include "../cache.h"
#include "../progress.h"
#include "../libslang.h"
#include "../ui.h"
#include "tui.h"
#include "units.h"
#include "../browser.h"
Go to the source code of this file.
◆ __tui_progress__init()
static void __tui_progress__init |
( |
struct ui_progress * |
p | ) |
|
|
static |
◆ get_title()
static int get_title |
( |
struct ui_progress * |
p, |
|
|
char * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ tui_progress__finish()
static void tui_progress__finish |
( |
void |
| ) |
|
|
static |
◆ tui_progress__init()
void tui_progress__init |
( |
void |
| ) |
|
◆ tui_progress__update()
static void tui_progress__update |
( |
struct ui_progress * |
p | ) |
|
|
static |
◆ tui_progress__ops
Initial value:= {
}
static void __tui_progress__init(struct ui_progress *p)
static void tui_progress__finish(void)
static void tui_progress__update(struct ui_progress *p)
Definition at line 79 of file progress.c.