Go to the source code of this file.
Defines | |
| #define | CAPABLEN 2 |
| #define | ISSPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') |
| #define | ISDIGIT(x) ((x) >= '0' && (x) <= '9') |
| #define | NULL 0 |
Functions | |
| static int | check_for_tc () |
| static int | match_name () |
| static char * | strcat (char *s1, char *s2) |
| static char * | strcpy (char *s1, char *s2) |
| static int | strlen (char *s) |
| static int | strcmp (char *s1, char *s2) |
| static int | strncmp (char *s1, char *s2, int n) |
| static char * | getenv (char *name) |
| static char * | fgets (char *buf, count, fd) |
| int | tgetent (char *bp, char *name) |
| static int | match_name (char *buf, char *name) |
| int | tgetnum (char *id) |
| int | tgetflag (char *id) |
| char * | tgetstr (char *id, char **area) |
| char * | tgoto (char *cm, int destcol, int destline) |
| int | tputs (char *cp, int affcnt, int(*outc)()) |
Variables | |
| short | ospeed = 0 |
| char | PC = 0 |
| char * | BC = 0 |
| char * | UP = 0 |
| static char * | capab = 0 |
| static int | tens_of_ms_p_char [] |
|
|
Definition at line 17 of file XXTermcap.c. Referenced by tgetflag(), tgetnum(), and tgetstr(). |
|
|
Definition at line 20 of file XXTermcap.c. |
|
|
Definition at line 19 of file XXTermcap.c. Referenced by tgetflag(), tgetnum(), and tgetstr(). |
|
|
Definition at line 31 of file XXTermcap.c. |
|
|
Definition at line 233 of file XXTermcap.c. References capab, count, p, strcpy(), strlen(), and tgetent(). Referenced by tgetent(). |
|
||||||||||||||||
|
Definition at line 130 of file XXTermcap.c. |
|
|
Definition at line 113 of file XXTermcap.c. |
|
||||||||||||
|
Definition at line 213 of file XXTermcap.c. |
|
|
Referenced by tgetent(). |
|
||||||||||||
|
Definition at line 38 of file XXTermcap.c. References original. |
|
||||||||||||
|
Definition at line 77 of file XXTermcap.c. |
|
||||||||||||
|
Definition at line 54 of file XXTermcap.c. References original. |
|
|
Definition at line 65 of file XXTermcap.c. References original. |
|
||||||||||||||||
|
||||||||||||
|
Definition at line 164 of file XXTermcap.c. References buf, capab, check_for_tc(), close, cp, fgets(), fp, getenv(), match_name(), NULL, open, strcmp, strcpy(), and strlen(). |
|
|
Definition at line 305 of file XXTermcap.c. References capab, CAPABLEN, cp, ISSPACE, NULL, and strncmp(). |
|
|
Definition at line 270 of file XXTermcap.c. References capab, CAPABLEN, cp, ISDIGIT, ISSPACE, NULL, and strncmp(). |
|
||||||||||||
|
Definition at line 332 of file XXTermcap.c. References capab, CAPABLEN, cp, i, ISDIGIT, ISSPACE, NULL, and strncmp(). |
|
||||||||||||||||
|
Definition at line 411 of file XXTermcap.c. References NULL. |
|
||||||||||||||||
|
Definition at line 536 of file XXTermcap.c. |
|
|
Definition at line 24 of file XXTermcap.c. |
|
|
Definition at line 27 of file XXTermcap.c. Referenced by check_for_tc(), tgetent(), tgetflag(), tgetnum(), and tgetstr(). |
|
|
Definition at line 22 of file XXTermcap.c. |
|
|
Definition at line 23 of file XXTermcap.c. |
|
|
Initial value: {
0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5, 2
}
Definition at line 527 of file XXTermcap.c. |
|
|
Definition at line 25 of file XXTermcap.c. |
1.4.6