ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "config.h"
#include "compat.h"
#include "list.h"
#include "util.h"
#include "options.h"
Go to the source code of this file.
Functions | |
PLIST_MEMBER | entry_lookup (PLIST list, char *name) |
PLIST_MEMBER | entry_delete (PLIST_MEMBER pentry) |
PLIST_MEMBER | entry_insert (PLIST list, PLIST_MEMBER pentry) |
void | list_clear (PLIST list) |
PLIST_MEMBER | cache_entry_create (char *Line) |
PLIST_MEMBER | sources_entry_create (PLIST list, char *path, char *prefix) |
PLIST_MEMBER cache_entry_create | ( | char * | Line | ) |
Definition at line 119 of file list.c.
Referenced by read_cache().
PLIST_MEMBER entry_delete | ( | PLIST_MEMBER | pentry | ) |
Definition at line 47 of file list.c.
Referenced by cache_entry_create(), list_clear(), and sources_entry_create().
PLIST_MEMBER entry_insert | ( | PLIST | list, |
PLIST_MEMBER | pentry | ||
) |
Definition at line 58 of file list.c.
Referenced by read_cache(), and sources_entry_create().
PLIST_MEMBER entry_lookup | ( | PLIST | list, |
char * | name | ||
) |
Definition at line 19 of file list.c.
Referenced by handle_address_cmd(), match_mod(), sources_entry_create(), and translate_file().
Definition at line 70 of file list.c.
Referenced by main().
PLIST_MEMBER sources_entry_create | ( | PLIST | list, |
char * | path, | ||
char * | prefix | ||
) |
Definition at line 173 of file list.c.
Referenced by print_offset().