CLIENT_INPUT	pop3.c	46
DEBUG	lib.c	36
IP_SERVER	pop3.h	40
LOCAL_SERVER	pop3.h	41
POP3_TIMEOUT	pop3.h	31
SERVER_INPUT	pop3.c	47
VERSION	pop3.h	29
_IP_LIB_INCLUDED	ip-lib.h	26
_LIB_INCLUDED	lib.h	25
_POP3_INCLUDED	pop3.h	26
_channel	pop3.h	/^typedef struct _channel {$/
_config	pop3.h	/^typedef struct _config {$/
_error	ip-lib.c	/^    } _error[] = {$/
_init_lower	lib.c	/^static int _init_lower()$/
_init_upper	lib.c	/^static int _init_upper()$/
_pop3	pop3.h	/^typedef struct _pop3 {$/
alarm_handler	ip-lib.c	/^static void alarm_handler()$/
allocate	lib.c	/^void *allocate(size_t size)$/
cfgets	pop3.c	/^char *cfgets(pop3_t *x, char *line, int size)$/
cfputs	pop3.c	/^int cfputs(pop3_t *x, char *line)$/
channel_t	pop3.h	/^    } channel_t;$/
checknumber	pop3.c	/^unsigned int checknumber(char *string)$/
close_connection	pop3.c	/^int close_connection(pop3_t *x)$/
config_t	pop3.h	/^    } config_t;$/
copy_string	lib.c	/^char *copy_string(char *y, char *x, int len)$/
debug	main.c	/^int	debug =			0;$/
dologin	pop3.c	/^int dologin(pop3_t *x)$/
doquit	pop3.c	/^void doquit(pop3_t *x)$/
get_clientinfo	ip-lib.c	/^int get_clientinfo(int pfd, char *ipnum, char *name)$/
get_error	ip-lib.c	/^char *get_error(int code)$/
get_interface_info	pop3.c	/^unsigned get_interface_info(int pfd, char *ip, int max)$/
get_port	ip-lib.c	/^unsigned int get_port(char *server, unsigned int def_port)$/
get_quoted	lib.c	/^char *get_quoted(char **from, int delim, char *to, int max)$/
get_word	lib.c	/^char *get_word(char **from, char *to, int maxlen)$/
ip_lib_error	ip-lib.c	/^int	ip_lib_error =		0;$/
ip_open	ip-lib.c	/^FILE *ip_open(char *host, unsigned int port)$/
islowercase	lib.c	/^int islowercase(unsigned int c)$/
isuppercase	lib.c	/^int isuppercase(unsigned int c)$/
log_clientsuccess	pop3.c	/^int log_clientsuccess(pop3_t *x)$/
lower	lib.c	/^static unsigned int lower[256], upper[256];$/
lowercase	lib.c	/^unsigned int lowercase(unsigned int c)$/
main	main.c	/^int main(int argc, char *argv[])$/
missing_arg	main.c	/^void missing_arg(int c, char *string)$/
noctrl	lib.c	/^char *noctrl(char *buffer)$/
open_connection	pop3.c	/^int open_connection(pop3_t *x, char *server)$/
pop3_t	pop3.h	/^    } pop3_t;$/
progname	main.c	/^char	progname[80] =		"";$/
program	main.c	/^char	*program =		"";$/
proxy_request	pop3.c	/^int proxy_request(config_t *config)$/
reallocate	lib.c	/^void *reallocate(void *p, size_t size)$/
run_acp	pop3.c	/^int run_acp(pop3_t *x)$/
search_allowlist	pop3.c	/^int search_allowlist(char *server, char *list)$/
set_variables	pop3.c	/^int set_variables(pop3_t *x)$/
sfget_response	pop3.c	/^int sfget_response(pop3_t *x, char *line, int size)$/
sfgets	pop3.c	/^char *sfgets(pop3_t *x, char *line, int size)$/
sfputcmd	pop3.c	/^int sfputcmd(pop3_t *x, char *command, char *par, char *line, int size, char **here)$/
sfputs	pop3.c	/^int sfputs(pop3_t *x, char *line)$/
sigalrm_handler	pop3.c	/^void sigalrm_handler(int sig)$/
skip_ws	lib.c	/^char *skip_ws(char *string)$/
split	lib.c	/^int split(char *line, char *ptr[], int sep, int max)$/
spoolresponse	pop3.c	/^int spoolresponse(pop3_t *x)$/
strlwr	lib.c	/^char *strlwr(char *string)$/
strpcmp	lib.c	/^int strpcmp(char *string, char *pattern)$/
strupr	lib.c	/^char *strupr(char *string)$/
upper	lib.c	/^static unsigned int lower[256], upper[256];$/
uppercase	lib.c	/^unsigned int uppercase(unsigned int c)$/
verbose	main.c	/^int	verbose =		1;$/
waitfor	pop3.c	/^int waitfor(int what, int seconds)$/
waitingfor	pop3.c	/^int	waitingfor		= 0;$/
