!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/darren@hiebert.com/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.1	//
DEBUG	lib.c	35;"	d	file:
MAXBSIZE	ftp.h	36;"	d
MAXDIR	ftp.h	35;"	d
_FTP_INCLUDED	ftp.h	26;"	d
_IP_LIB_INCLUDED	ip-lib.h	25;"	d
_LIB_INCLUDED	lib.h	24;"	d
_ftp	ftp.h	/^typedef struct _ftp {$/;"	s
_init_lower	lib.c	/^static int _init_lower()$/;"	f	file:
_init_upper	lib.c	/^static int _init_upper()$/;"	f	file:
addfile	main.c	/^int addfile(ftp_t *x, char *filename)$/;"	f
alarm_handler	ip-lib.c	/^static void alarm_handler()$/;"	f	file:
allocate	lib.c	/^void *allocate(size_t size)$/;"	f
arg	ftp.h	/^	} arg;$/;"	m	struct:_ftp
argc	ftp.h	/^	int		argc, argmax;$/;"	m	struct:_ftp::<anonymous>
argmax	ftp.h	/^	int		argc, argmax;$/;"	m	struct:_ftp::<anonymous>
argv	ftp.h	/^	char		**argv;$/;"	m	struct:_ftp::<anonymous>
ascii	ftp.h	/^    int		ascii;$/;"	m	struct:_ftp
autolist	ftp.h	/^    int		autolist;$/;"	m	struct:_ftp
bind_to_port	ip-lib.c	/^int bind_to_port(char *interface, unsigned int port)$/;"	f
bsize	ftp.h	/^    int		bsize;$/;"	m	struct:_ftp
command	main.c	/^char	command[20] =		"get";$/;"	v
connect_server	ftp.c	/^int connect_server(ftp_t *x)$/;"	f
control	ftp.h	/^    int			control;$/;"	m	struct:_ftp
copy_string	lib.c	/^char *copy_string(char *y, char *x, int len)$/;"	f
data	ftp.h	/^	} data;$/;"	m	struct:_ftp
debug	main.c	/^int	debug =			0;$/;"	v
directory	ftp.h	/^    char	directory[MAXDIR][200];$/;"	m	struct:_ftp
dodele	ftp.c	/^int dodele(ftp_t *x, char *filename)$/;"	f
dolist	ftp.c	/^int dolist(ftp_t *x, char *command, char *parameter, char *output)$/;"	f
domdtm	ftp.c	/^int domdtm(ftp_t *x, char *filename, char *buffer, int size)$/;"	f
domkdir	ftp.c	/^int domkdir(ftp_t *x, char *dirname)$/;"	f
doport	ftp.c	/^int doport(ftp_t *x)$/;"	f
dorename	ftp.c	/^int dorename(ftp_t *x, char *rnfr, char *rnto)$/;"	f
doretr	ftp.c	/^int doretr(ftp_t *x, char *remote, char *local)$/;"	f
dormdir	ftp.c	/^int dormdir(ftp_t *x, char *dirname)$/;"	f
dosite	ftp.c	/^int dosite(ftp_t *x, char *command)$/;"	f
dosize	ftp.c	/^int dosize(ftp_t *x, char *filename, char *buffer, int size)$/;"	f
dostor	ftp.c	/^int dostor(ftp_t *x, char *remote, char *local)$/;"	f
dotype	ftp.c	/^int dotype(ftp_t *x, char *type)$/;"	f
fd	ftp.h	/^	int		fd;$/;"	m	struct:_ftp::<anonymous>
ftp_request	ftp.c	/^int ftp_request(ftp_t *x, char *command, int argc, char **argv)$/;"	f
ftp_t	ftp.h	/^    } ftp_t;$/;"	t
get_homedir	main.c	/^char *get_homedir(char *dir, int size)$/;"	f
get_interface_info	ftp.c	/^unsigned get_interface_info(int pfd, char *ip, int max)$/;"	f
get_port	ip-lib.c	/^unsigned int get_port(char *server, unsigned int def_port)$/;"	f
get_quoted	lib.c	/^char *get_quoted(char **from, int delim, char *to, int max)$/;"	f
get_word	lib.c	/^char *get_word(char **from, char *to, int maxlen)$/;"	f
getc_fd	ftp.c	/^int getc_fd(ftp_t *x, int fd)$/;"	f
getfilename	ftp.c	/^char *getfilename(char *path, char *file, int size)$/;"	f
getportnum	ip-lib.c	/^unsigned int getportnum(char *name)$/;"	f
glob	ftp.h	/^    int		glob;$/;"	m	struct:_ftp
ignorenetrc	main.c	/^int	ignorenetrc =		0;$/;"	v
interface	ftp.h	/^	char		interface[80];$/;"	m	struct:_ftp::<anonymous>
islowercase	lib.c	/^int islowercase(unsigned int c)$/;"	f
isuppercase	lib.c	/^int isuppercase(unsigned int c)$/;"	f
local	ftp.h	/^	} local;$/;"	m	struct:_ftp
lower	lib.c	/^static unsigned int lower[256], upper[256];$/;"	v	file:
lowercase	lib.c	/^unsigned int lowercase(unsigned int c)$/;"	f
lsopt	ftp.h	/^    char	lsopt[40];$/;"	m	struct:_ftp
main	main.c	/^int main(int argc, char *argv[], char *envp[])$/;"	f
missing_arg	main.c	/^void missing_arg(int c, char *string)$/;"	f
ndir	ftp.h	/^    int		ndir;$/;"	m	struct:_ftp
noctrl	lib.c	/^char *noctrl(char *buffer)$/;"	f
openip	ip-lib.c	/^int openip(char *host, unsigned int port)$/;"	f
outputfile	ftp.h	/^    char	outputfile[200];$/;"	m	struct:_ftp
parse_url	main.c	/^int parse_url(ftp_t *x, char *url)$/;"	f
passive	ftp.h	/^	int		passive;$/;"	m	struct:_ftp::<anonymous>
passive	ftp.h	/^    int		passive;$/;"	m	struct:_ftp
password	ftp.h	/^	char	password[80];$/;"	m	struct:_ftp::<anonymous>
password	ftp.h	/^    char	password[200];$/;"	m	struct:_ftp
pipe	ftp.h	/^    int		pipe;$/;"	m	struct:_ftp
port	ftp.h	/^	unsigned int	port;$/;"	m	struct:_ftp::<anonymous>
port	ftp.h	/^    unsigned int port;$/;"	m	struct:_ftp
progname	main.c	/^char	progname[80] =		"";$/;"	v
program	main.c	/^char	*program =		"";$/;"	v
read_netrc	main.c	/^char *read_netrc(char *hostname, char *username, char *password, int size)$/;"	f
readline_fd	ftp.c	/^char *readline_fd(ftp_t *x, int fd, char *line, int size)$/;"	f
reallocate	lib.c	/^void *reallocate(void *p, size_t size)$/;"	f
receive_data	ftp.c	/^int receive_data(ftp_t *x, char *filename)$/;"	f
receive_nlist	ftp.c	/^int receive_nlist(ftp_t *x, char *pattern)$/;"	f
server	ftp.h	/^    char	server[200];$/;"	m	struct:_ftp
sfgets	ftp.c	/^char *sfgets(ftp_t *x, char *line, int size)$/;"	f
sfputc	ftp.c	/^int sfputc(ftp_t *x, char *command, char *parameter, char *line, int size, char **here)$/;"	f
sfputs	ftp.c	/^int sfputs(ftp_t *x, char *format, ...)$/;"	f
skip_ws	lib.c	/^char *skip_ws(char *string)$/;"	f
split	lib.c	/^int split(char *line, char *ptr[], int sep, int max)$/;"	f
strlwr	lib.c	/^char *strlwr(char *string)$/;"	f
strpcmp	lib.c	/^int strpcmp(char *string, char *pattern)$/;"	f
strupr	lib.c	/^char *strupr(char *string)$/;"	f
upper	lib.c	/^static unsigned int lower[256], upper[256];$/;"	v	file:
uppercase	lib.c	/^unsigned int uppercase(unsigned int c)$/;"	f
urllocation	main.c	/^char	urllocation[300] =	"";$/;"	v
username	ftp.h	/^	char	username[80];$/;"	m	struct:_ftp::<anonymous>
username	ftp.h	/^    char	username[200];$/;"	m	struct:_ftp
verbose	main.c	/^int	verbose =		0;$/;"	v
waitfd	ftp.c	/^int waitfd(ftp_t *x, int fd, int write, int timeout)$/;"	f
