ReactOS 0.4.16-dev-297-gc569aee
|
#include <schily/mconfig.h>
#include <schily/stdio.h>
#include <schily/stdlib.h>
#include <schily/unistd.h>
#include <schily/string.h>
#include <schily/standard.h>
#include <schily/schily.h>
#include <schily/libport.h>
#include <schily/nlsdefs.h>
#include "match.h"
Go to the source code of this file.
Classes | |
struct | match |
Typedefs | |
typedef struct match | match |
Functions | |
EXPORT int | gen_add_match (char *fn, int n) |
EXPORT int | add_match (char *fn) |
EXPORT int | i_add_match (char *fn) |
EXPORT int | h_add_match (char *fn) |
EXPORT int | j_add_match (char *fn) |
EXPORT int | u_add_match (char *fn) |
EXPORT void | gen_add_list (char *file, int n) |
EXPORT int | add_list (char *fn) |
EXPORT int | i_add_list (char *fn) |
EXPORT int | h_add_list (char *fn) |
EXPORT int | j_add_list (char *fn) |
EXPORT int | u_add_list (char *fn) |
EXPORT int | gen_matches (char *fn, int n) |
EXPORT int | gen_ishidden (int n) |
EXPORT void | gen_del_match (int n) |
Variables | |
static UConst char | sccsid [] |
static BOOL | isort |
static match * | mats [MAX_MAT] |
static char * | mesg [MAX_MAT] |
Definition at line 282 of file match.c.
Referenced by add_list(), h_add_list(), i_add_list(), j_add_list(), and u_add_list().
Definition at line 184 of file match.c.
Referenced by add_match(), gen_add_list(), h_add_match(), i_add_match(), j_add_match(), and u_add_match().
Definition at line 37 of file match.c.
Referenced by gen_add_match(), gen_del_match(), gen_ishidden(), and gen_matches().
Definition at line 39 of file match.c.
Referenced by gen_add_list(), and gen_add_match().