#include "config.h"#include "ctype.h"Include dependency graph for ctype.c:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | _ct_init (uchar *flipcase) |
Variables | |
| uchar | _ct_toupper [256] |
| uchar | _ct_tolower [256] |
| uchar | _ct_ctypes [256] |
|
|
Definition at line 21 of file ctype.c. References _ct_ctypes, _ct_tolower, _ct_toupper, i, and uchar. Referenced by main(). |
|
|
Definition at line 12 of file ctype.c. Referenced by _ct_init(). |
|
|
Definition at line 11 of file ctype.c. Referenced by _ct_init(). |
|
|
Definition at line 10 of file ctype.c. Referenced by _ct_init(). |
1.4.6