#include <elf.h>
#include <inttypes.h>
#include <sys/ttydefaults.h>
#include <string.h>
#include "../../util/sort.h"
#include "../../util/util.h"
#include "../../util/hist.h"
#include "../../util/debug.h"
#include "../../util/symbol.h"
#include "../browser.h"
#include "../helpline.h"
#include "../libslang.h"
Go to the source code of this file.
◆ AVERAGE_LINE_LEN
#define AVERAGE_LINE_LEN 160 |
◆ MAX_LINES
◆ SCRIPT_FULLPATH_LEN
#define SCRIPT_FULLPATH_LEN 256 |
◆ SCRIPT_MAX_NO
◆ SCRIPT_NAMELEN
#define SCRIPT_NAMELEN 128 |
◆ list_scripts()
static int list_scripts |
( |
char * |
script_name | ) |
|
|
static |
◆ script_browse()
int script_browse |
( |
const char * |
script_opt | ) |
|
◆ script_browser__run()
◆ script_browser__write()
static void script_browser__write |
( |
struct ui_browser * |
browser, |
|
|
void * |
entry, |
|
|
int |
row |
|
) |
| |
|
static |