#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <string.h>
#include <sys/time.h>
#include <signal.h>
#include <errno.h>
#include <unistd.h>
#include <asterisk/term.h>
#include <asterisk/options.h>
#include "asterisk.h"
Include dependency graph for term.c:
Go to the source code of this file.
Functions | |
int | term_init (void) |
char * | term_color (char *outbuf, const char *inbuf, int fgcolor, int bgcolor, int maxout) |
char * | term_color_code (char *outbuf, int fgcolor, int bgcolor, int maxout) |
char * | term_strip (char *outbuf, char *inbuf, int maxout) |
char * | term_prompt (char *outbuf, const char *inbuf, int maxout) |
char * | term_prep (void) |
char * | term_end (void) |
char * | term_quit (void) |
|
Definition at line 56 of file term.c. References ATTR_BRIGHT, COLOR_BLACK, COLOR_WHITE, and ESC. Referenced by ast_frame_dump(), ast_load_resource(), ast_log(), ast_register_application(), ast_register_translator(), ast_unregister_translator(), load_modules(), and main().
|
|
Definition at line 99 of file term.c. References ATTR_BRIGHT, COLOR_BLACK, and ESC.
|
|
Definition at line 178 of file term.c. Referenced by main().
|
|
Definition at line 32 of file term.c. References ATTR_BRIGHT, ATTR_RESET, COLOR_BLACK, COLOR_BROWN, COLOR_WHITE, ESC, option_console, option_nocolor, and option_nofork. Referenced by main().
|
|
Definition at line 173 of file term.c.
|
|
Definition at line 159 of file term.c. References ATTR_BRIGHT, COLOR_BLACK, COLOR_BLUE, COLOR_WHITE, and ESC.
|
|
Definition at line 183 of file term.c. Referenced by main().
|
|
Definition at line 138 of file term.c. References ESC.
|