#include "htfinfo.h"
#include <sys/stat.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | FINFO_IDENTIFIER_WIDTH 24 |
#define | FINFO_IDENTIFIER_WIDTH_STR "24" |
Functions | |
ht_view * | htfinfo_init (bounds *b, ht_streamfile *file, ht_format_group *group) |
int | print_time (char *f, char *prefix, time_t time) |
Variables | |
format_viewer_if | htfinfo_if |
|
Definition at line 57 of file htfinfo.cc. Referenced by ht_finfo_text::gettext(). |
|
Definition at line 58 of file htfinfo.cc. Referenced by ht_finfo_text::gettext(), and print_time(). |
|
Definition at line 26 of file htfinfo.cc. References file, and ht_finfo_text::init(). |
|
Definition at line 60 of file htfinfo.cc. References FINFO_IDENTIFIER_WIDTH_STR. Referenced by ht_finfo_text::gettext(). |
|
Initial value: { htfinfo_init, 0 } Definition at line 33 of file htfinfo.cc. |