Back to Evolution Project page
Compounds | |||
![]() | ![]() | struct | alias_map |
Defines | |||
![]() | ![]() | #define | memcpy (Dst, Src, Num) |
![]() | ![]() | #define | strchr |
![]() | ![]() | #define | ADD_BLOCK (list, addr) |
![]() | ![]() | #define | FREE_BLOCKS (list) |
![]() | ![]() | #define | alloca (size) |
Functions | |||
![]() | ![]() | char* | alloca () |
![]() | ![]() | char* | getenv () |
![]() | ![]() | void | free () |
![]() | ![]() | size_t read_alias_file | PARAMS ((const char *fname, int fname_len)) internal_function |
![]() | ![]() | void extend_alias_table | PARAMS ((void)) |
![]() | ![]() | int alias_compare | PARAMS ((const struct alias_map *map1, const struct alias_map *map2)) |
![]() | ![]() | const char* | _nl_expand_alias (name) const char *name |
Variables | |||
![]() | ![]() | char* | string_space |
![]() | ![]() | size_t | string_space_act |
![]() | ![]() | size_t | string_space_max |
![]() | ![]() | struct alias_map* | map |
![]() | ![]() | size_t | nmap |
![]() | ![]() | size_t | maxmap |
![]() | ![]() | int | fname_len |
![]() | ![]() | const struct alias_map* | map2 |
#define memcpy (Dst, Src, Num) |
Definition at line 63 of file localealias.c.
#define strchr () |
Definition at line 68 of file localealias.c.
#define ADD_BLOCK (list, addr) |
Definition at line 110 of file localealias.c.
#define FREE_BLOCKS (list) |
Definition at line 121 of file localealias.c.
#define alloca (size) |
Definition at line 130 of file localealias.c.
char* alloca () |
char* getenv () |
void free () |
size_t read_alias_file PARAMS ((const char *fname,int fname_len)) [static]
|
void extend_alias_table PARAMS ((void)) [static]
|
int alias_compare PARAMS ((const struct alias_map *map1,const struct alias_map *map2)) [static]
|
const char* _nl_expand_alias (name) const |
char* string_space [static]
|
Definition at line 150 of file localealias.c.
size_t string_space_act [static]
|
Definition at line 151 of file localealias.c.
size_t string_space_max [static]
|
Definition at line 152 of file localealias.c.
struct alias_map* map [static]
|
Definition at line 153 of file localealias.c.
size_t nmap [static]
|
Definition at line 154 of file localealias.c.
size_t maxmap [static]
|
Definition at line 155 of file localealias.c.
int fname_len |
Definition at line 232 of file localealias.c.
const struct alias_map* map2 |
Definition at line 411 of file localealias.c.