DEBUG	lib.c	35
_LIB_INCLUDED	lib.h	24
_init_lower	lib.c	/^static int _init_lower()$/
_init_upper	lib.c	/^static int _init_upper()$/
allocate	lib.c	/^void *allocate(size_t size)$/
catlog	logcat.c	/^long catlog(char *logfile, long pos)$/
copy_string	lib.c	/^char *copy_string(char *y, char *x, int len)$/
device	logcat.c	/^int	device =		0;$/
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)$/
getlastpos	logcat.c	/^long getlastpos(char *filename, char *logfile)$/
getrecfile	logcat.c	/^char *getrecfile(void)$/
getsyslogtime	logcat.c	/^unsigned long getsyslogtime(char *line)$/
inode	logcat.c	/^int	inode =			0;$/
islowercase	lib.c	/^int islowercase(unsigned int c)$/
isuppercase	lib.c	/^int isuppercase(unsigned int c)$/
lastpos	logcat.c	/^long	lastpos =		0;$/
logfile	logcat.c	/^char	logfile[200] =		"";$/
lower	lib.c	/^static unsigned int lower[256], upper[256];$/
lowercase	lib.c	/^unsigned int lowercase(unsigned int c)$/
main	logcat.c	/^int main(int argc, char *argv[], char *envp[])$/
missing_arg	logcat.c	/^void missing_arg(int c, char *string)$/
noctrl	lib.c	/^char *noctrl(char *buffer)$/
program	logcat.c	/^char	*program =		NULL;$/
readonly	logcat.c	/^int	readonly =		0;$/
reallocate	lib.c	/^void *reallocate(void *p, size_t size)$/
recfile	logcat.c	/^char	recfile[200] =		"";$/
setlastpos	logcat.c	/^long setlastpos(char *filename, char *logfile, long pos)$/
skip_ws	lib.c	/^char *skip_ws(char *string)$/
split	lib.c	/^int split(char *line, char *ptr[], int sep, int max)$/
strlwr	lib.c	/^char *strlwr(char *string)$/
strpcmp	lib.c	/^int strpcmp(char *string, char *pattern)$/
strupr	lib.c	/^char *strupr(char *string)$/
syslogtime	logcat.c	/^int	syslogtime =		0;$/
upper	lib.c	/^static unsigned int lower[256], upper[256];$/
uppercase	lib.c	/^unsigned int uppercase(unsigned int c)$/
