# Makefile for the kpathsea library for RISC OS
# Written by Jakob Stoklund Olesen

CC = cc
LINK = drlink -o $@ -rescan
LIBFILE = MakeALF -o
CPPFLAGS = -DRISCOS -DHAVE_CONFIG_H -I,C:
CCFLAGS = -fah -wad ${CPPFLAGS} -depend !Depend -throwback

LIBS = C:o.stubs o.kpathsea -lib OSLib:o.OSLib

VPATH=@ riscos

.SUFFIXES: .c .o

.c.o:;	$(CC) -c $< -o $@ $(CCFLAGS)

ROBJ = o.canonicalise o.translate o.riscos-csd o.has-suffix\
	o.direct-io o.xperror

OBJ = o.absolute o.atou o.basename o.cnf o.concat o.concat3 o.concatn\
  o.db o.debug o.dir o.elt-dirs o.expand o.extend-fname o.find-suffix\
  o.fn o.fontmap o.getopt o.getopt1 o.hash o.kdefault o.line o.magstep\
  o.make-suffix o.path-elt o.pathsearch o.proginit o.progname o.readable\
  o.rm-suffix o.str-list o.str-llist o.strcasecmp o.tex-file o.tex-glyph\
  o.tex-hush o.tex-make o.uppercasify o.variable o.version o.xcalloc\
  o.xfopen o.xfseek o.xftell o.xmalloc o.xputenv o.xrealloc o.xstrdup\
  $(ROBJ)

# Primary target:
all: o.kpathsea kpsewhich mktexlsr
library: o.kpathsea

o.kpathsea: $(OBJ)
	$(LIBFILE) o.kpathsea $(OBJ)

kpsewhich: o.kpathsea o.kpsewhich
	$(LINK) o.kpsewhich $(LIBS)

mktexlsr: o.kpathsea o.mktexlsr
	$(LINK) o.mktexlsr $(LIBS)

# Test target: TESTFILE should be defined on the CLI
tester: o.kpathsea
	$(CC) -c $(TESTFILE) -o o.test-obj $(CCFLAGS) -DTEST
	$(LINK) o.test-obj $(LIBS)
	remove o.test-obj

# Dynamic dependencies:
o.test-obj:	c.kdefault
o.test-obj:	kpathsea:h.config
o.test-obj:	h.c-auto
o.test-obj:	kpathsea:h.c-std
o.test-obj:	kpathsea:h.c-unistd
o.test-obj:	kpathsea:h.systypes
o.test-obj:	kpathsea:h.c-std
o.test-obj:	kpathsea:h.c-memstr
o.test-obj:	kpathsea:h.c-errno
o.test-obj:	kpathsea:h.c-minmax
o.test-obj:	kpathsea:h.c-limits
o.test-obj:	kpathsea:h.c-proto
o.test-obj:	kpathsea:h.debug
o.test-obj:	kpathsea:h.c-proto
o.test-obj:	kpathsea:h.c-std
o.test-obj:	kpathsea:h.types
o.test-obj:	kpathsea:h.lib
o.test-obj:	kpathsea:h.types
o.test-obj:	kpathsea:h.types
o.test-obj:	kpathsea:h.progname
o.test-obj:	kpathsea:h.c-proto
o.test-obj:	kpathsea:h.types
o.test-obj:	kpathsea:h.c-pathch
o.test-obj:	kpathsea:h.c-ctype
o.test-obj:	kpathsea:h.default
o.test-obj:	kpathsea:h.types
o.test-obj:	kpathsea:h.c-proto
o.openclose:	riscos.c.openclose
o.openclose:	h.config
o.openclose:	h.c-auto
o.openclose:	kpathsea:h.c-std
o.openclose:	kpathsea:h.c-unistd
o.openclose:	kpathsea:h.systypes
o.openclose:	kpathsea:h.c-std
o.openclose:	kpathsea:h.c-memstr
o.openclose:	kpathsea:h.c-errno
o.openclose:	kpathsea:h.c-minmax
o.openclose:	kpathsea:h.c-limits
o.openclose:	kpathsea:h.c-proto
o.openclose:	kpathsea:h.debug
o.openclose:	kpathsea:h.c-proto
o.openclose:	kpathsea:h.c-std
o.openclose:	kpathsea:h.types
o.openclose:	kpathsea:h.lib
o.openclose:	kpathsea:h.types
o.openclose:	kpathsea:h.types
o.openclose:	kpathsea:h.progname
o.openclose:	kpathsea:h.c-proto
o.openclose:	kpathsea:h.types
o.openclose:	riscos.h.direct-io
o.openclose:	C:h.kernel
riscos.o.direct-io:	riscos.c.direct-io
riscos.o.direct-io:	riscos.h.direct-io
riscos.o.direct-io:	riscos.h.xperror
riscos.o.direct-io:	C:h.kernel
o.xperror:	riscos.c.xperror
o.xperror:	C:h.kernel
o.xperror:	riscos.h.xperror
o.version:	c.version
o.version:	h.c-auto
o.kpsewhich:	c.kpsewhich
o.kpsewhich:	kpathsea:h.config
o.kpsewhich:	kpathsea:h.c-auto
o.kpsewhich:	kpathsea:h.c-std
o.kpsewhich:	kpathsea:h.c-unistd
o.kpsewhich:	kpathsea:h.systypes
o.kpsewhich:	kpathsea:h.c-std
o.kpsewhich:	kpathsea:h.c-memstr
o.kpsewhich:	kpathsea:h.c-errno
o.kpsewhich:	kpathsea:riscos.h.xperror
o.kpsewhich:	kpathsea:h.c-minmax
o.kpsewhich:	kpathsea:h.c-limits
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.debug
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.c-std
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.lib
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.progname
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.c-ctype
o.kpsewhich:	kpathsea:h.c-pathch
o.kpsewhich:	kpathsea:h.c-ctype
o.kpsewhich:	kpathsea:h.expand
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.getopt
o.kpsewhich:	kpathsea:h.line
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.pathsearch
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.str-llist
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.proginit
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.tex-file
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.tex-glyph
o.kpsewhich:	kpathsea:h.tex-file
o.kpsewhich:	kpathsea:h.variable
o.kpsewhich:	kpathsea:h.c-proto
o.kpsewhich:	kpathsea:h.types
o.kpsewhich:	kpathsea:h.progname
o.absolute:	c.absolute
o.absolute:	kpathsea:h.config
o.absolute:	kpathsea:h.c-auto
o.absolute:	kpathsea:h.c-std
o.absolute:	kpathsea:h.c-unistd
o.absolute:	kpathsea:h.systypes
o.absolute:	kpathsea:h.c-std
o.absolute:	kpathsea:h.c-memstr
o.absolute:	kpathsea:h.c-errno
o.absolute:	kpathsea:riscos.h.xperror
o.absolute:	kpathsea:h.c-minmax
o.absolute:	kpathsea:h.c-limits
o.absolute:	kpathsea:h.c-proto
o.absolute:	kpathsea:h.debug
o.absolute:	kpathsea:h.c-proto
o.absolute:	kpathsea:h.c-std
o.absolute:	kpathsea:h.types
o.absolute:	kpathsea:h.lib
o.absolute:	kpathsea:h.types
o.absolute:	kpathsea:h.types
o.absolute:	kpathsea:h.progname
o.absolute:	kpathsea:h.c-proto
o.absolute:	kpathsea:h.types
o.absolute:	kpathsea:h.absolute
o.absolute:	kpathsea:h.types
o.absolute:	kpathsea:h.c-proto
o.atou:	c.atou
o.atou:	h.config
o.atou:	kpathsea:h.c-auto
o.atou:	kpathsea:h.c-std
o.atou:	kpathsea:h.c-unistd
o.atou:	kpathsea:h.systypes
o.atou:	kpathsea:h.c-std
o.atou:	kpathsea:h.c-memstr
o.atou:	kpathsea:h.c-errno
o.atou:	kpathsea:riscos.h.xperror
o.atou:	kpathsea:h.c-minmax
o.atou:	kpathsea:h.c-limits
o.atou:	kpathsea:h.c-proto
o.atou:	kpathsea:h.debug
o.atou:	kpathsea:h.c-proto
o.atou:	kpathsea:h.c-std
o.atou:	kpathsea:h.types
o.atou:	kpathsea:h.lib
o.atou:	kpathsea:h.types
o.atou:	kpathsea:h.types
o.atou:	kpathsea:h.progname
o.atou:	kpathsea:h.c-proto
o.atou:	kpathsea:h.types
o.basename:	c.basename
o.basename:	kpathsea:h.config
o.basename:	kpathsea:h.c-auto
o.basename:	kpathsea:h.c-std
o.basename:	kpathsea:h.c-unistd
o.basename:	kpathsea:h.systypes
o.basename:	kpathsea:h.c-std
o.basename:	kpathsea:h.c-memstr
o.basename:	kpathsea:h.c-errno
o.basename:	kpathsea:riscos.h.xperror
o.basename:	kpathsea:h.c-minmax
o.basename:	kpathsea:h.c-limits
o.basename:	kpathsea:h.c-proto
o.basename:	kpathsea:h.debug
o.basename:	kpathsea:h.c-proto
o.basename:	kpathsea:h.c-std
o.basename:	kpathsea:h.types
o.basename:	kpathsea:h.lib
o.basename:	kpathsea:h.types
o.basename:	kpathsea:h.types
o.basename:	kpathsea:h.progname
o.basename:	kpathsea:h.c-proto
o.basename:	kpathsea:h.types
o.concat:	c.concat
o.concat:	kpathsea:h.config
o.concat:	kpathsea:h.c-auto
o.concat:	kpathsea:h.c-std
o.concat:	kpathsea:h.c-unistd
o.concat:	kpathsea:h.systypes
o.concat:	kpathsea:h.c-std
o.concat:	kpathsea:h.c-memstr
o.concat:	kpathsea:h.c-errno
o.concat:	kpathsea:riscos.h.xperror
o.concat:	kpathsea:h.c-minmax
o.concat:	kpathsea:h.c-limits
o.concat:	kpathsea:h.c-proto
o.concat:	kpathsea:h.debug
o.concat:	kpathsea:h.c-proto
o.concat:	kpathsea:h.c-std
o.concat:	kpathsea:h.types
o.concat:	kpathsea:h.lib
o.concat:	kpathsea:h.types
o.concat:	kpathsea:h.types
o.concat:	kpathsea:h.progname
o.concat:	kpathsea:h.c-proto
o.concat:	kpathsea:h.types
o.concat3:	c.concat3
o.concat3:	kpathsea:h.config
o.concat3:	kpathsea:h.c-auto
o.concat3:	kpathsea:h.c-std
o.concat3:	kpathsea:h.c-unistd
o.concat3:	kpathsea:h.systypes
o.concat3:	kpathsea:h.c-std
o.concat3:	kpathsea:h.c-memstr
o.concat3:	kpathsea:h.c-errno
o.concat3:	kpathsea:riscos.h.xperror
o.concat3:	kpathsea:h.c-minmax
o.concat3:	kpathsea:h.c-limits
o.concat3:	kpathsea:h.c-proto
o.concat3:	kpathsea:h.debug
o.concat3:	kpathsea:h.c-proto
o.concat3:	kpathsea:h.c-std
o.concat3:	kpathsea:h.types
o.concat3:	kpathsea:h.lib
o.concat3:	kpathsea:h.types
o.concat3:	kpathsea:h.types
o.concat3:	kpathsea:h.progname
o.concat3:	kpathsea:h.c-proto
o.concat3:	kpathsea:h.types
o.concatn:	c.concatn
o.concatn:	kpathsea:h.config
o.concatn:	kpathsea:h.c-auto
o.concatn:	kpathsea:h.c-std
o.concatn:	kpathsea:h.c-unistd
o.concatn:	kpathsea:h.systypes
o.concatn:	kpathsea:h.c-std
o.concatn:	kpathsea:h.c-memstr
o.concatn:	kpathsea:h.c-errno
o.concatn:	kpathsea:riscos.h.xperror
o.concatn:	kpathsea:h.c-minmax
o.concatn:	kpathsea:h.c-limits
o.concatn:	kpathsea:h.c-proto
o.concatn:	kpathsea:h.debug
o.concatn:	kpathsea:h.c-proto
o.concatn:	kpathsea:h.c-std
o.concatn:	kpathsea:h.types
o.concatn:	kpathsea:h.lib
o.concatn:	kpathsea:h.types
o.concatn:	kpathsea:h.types
o.concatn:	kpathsea:h.progname
o.concatn:	kpathsea:h.c-proto
o.concatn:	kpathsea:h.types
o.concatn:	kpathsea:h.concatn
o.concatn:	kpathsea:h.c-proto
o.concatn:	kpathsea:h.c-vararg
o.concatn:	kpathsea:h.types
o.debug:	c.debug
o.debug:	kpathsea:h.config
o.debug:	kpathsea:h.c-auto
o.debug:	kpathsea:h.c-std
o.debug:	kpathsea:h.c-unistd
o.debug:	kpathsea:h.systypes
o.debug:	kpathsea:h.c-std
o.debug:	kpathsea:h.c-memstr
o.debug:	kpathsea:h.c-errno
o.debug:	kpathsea:riscos.h.xperror
o.debug:	kpathsea:h.c-minmax
o.debug:	kpathsea:h.c-limits
o.debug:	kpathsea:h.c-proto
o.debug:	kpathsea:h.debug
o.debug:	kpathsea:h.c-proto
o.debug:	kpathsea:h.c-std
o.debug:	kpathsea:h.types
o.debug:	kpathsea:h.lib
o.debug:	kpathsea:h.types
o.debug:	kpathsea:h.types
o.debug:	kpathsea:h.progname
o.debug:	kpathsea:h.c-proto
o.debug:	kpathsea:h.types
o.dir:	c.dir
o.dir:	kpathsea:h.config
o.dir:	kpathsea:h.c-auto
o.dir:	kpathsea:h.c-std
o.dir:	kpathsea:h.c-unistd
o.dir:	kpathsea:h.systypes
o.dir:	kpathsea:h.c-std
o.dir:	kpathsea:h.c-memstr
o.dir:	kpathsea:h.c-errno
o.dir:	kpathsea:riscos.h.xperror
o.dir:	kpathsea:h.c-minmax
o.dir:	kpathsea:h.c-limits
o.dir:	kpathsea:h.c-proto
o.dir:	kpathsea:h.debug
o.dir:	kpathsea:h.c-proto
o.dir:	kpathsea:h.c-std
o.dir:	kpathsea:h.types
o.dir:	kpathsea:h.lib
o.dir:	kpathsea:h.types
o.dir:	kpathsea:h.types
o.dir:	kpathsea:h.progname
o.dir:	kpathsea:h.c-proto
o.dir:	kpathsea:h.types
o.dir:	kpathsea:h.riscos
o.dir:	OS:h.osfile
o.dir:	OS:h.types
o.dir:	OS:h.os
o.dir:	OS:h.fileswitch
o.elt-dirs:	c.elt-dirs
o.elt-dirs:	kpathsea:h.config
o.elt-dirs:	kpathsea:h.c-auto
o.elt-dirs:	kpathsea:h.c-std
o.elt-dirs:	kpathsea:h.c-unistd
o.elt-dirs:	kpathsea:h.systypes
o.elt-dirs:	kpathsea:h.c-std
o.elt-dirs:	kpathsea:h.c-memstr
o.elt-dirs:	kpathsea:h.c-errno
o.elt-dirs:	kpathsea:riscos.h.xperror
o.elt-dirs:	kpathsea:h.c-minmax
o.elt-dirs:	kpathsea:h.c-limits
o.elt-dirs:	kpathsea:h.c-proto
o.elt-dirs:	kpathsea:h.debug
o.elt-dirs:	kpathsea:h.c-proto
o.elt-dirs:	kpathsea:h.c-std
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	kpathsea:h.lib
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	kpathsea:h.progname
o.elt-dirs:	kpathsea:h.c-proto
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	kpathsea:h.c-pathch
o.elt-dirs:	kpathsea:h.c-ctype
o.elt-dirs:	kpathsea:h.expand
o.elt-dirs:	kpathsea:h.c-proto
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	kpathsea:h.fn
o.elt-dirs:	kpathsea:h.c-proto
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	kpathsea:h.pathsearch
o.elt-dirs:	kpathsea:h.c-proto
o.elt-dirs:	kpathsea:h.str-llist
o.elt-dirs:	kpathsea:h.c-proto
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	kpathsea:h.types
o.elt-dirs:	OS:h.osgbpb
o.elt-dirs:	OS:h.types
o.elt-dirs:	OS:h.os
o.elt-dirs:	OS:h.fileswitch
o.expand:	c.expand
o.expand:	kpathsea:h.config
o.expand:	kpathsea:h.c-auto
o.expand:	kpathsea:h.c-std
o.expand:	kpathsea:h.c-unistd
o.expand:	kpathsea:h.systypes
o.expand:	kpathsea:h.c-std
o.expand:	kpathsea:h.c-memstr
o.expand:	kpathsea:h.c-errno
o.expand:	kpathsea:riscos.h.xperror
o.expand:	kpathsea:h.c-minmax
o.expand:	kpathsea:h.c-limits
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.debug
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.c-std
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.lib
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.progname
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.c-pathch
o.expand:	kpathsea:h.c-ctype
o.expand:	kpathsea:h.expand
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.pathsearch
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.str-llist
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.tilde
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.variable
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.concatn
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.c-vararg
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.absolute
o.expand:	kpathsea:h.types
o.expand:	kpathsea:h.c-proto
o.expand:	kpathsea:h.envnames
o.extend-fname:	c.extend-fname
o.extend-fname:	kpathsea:h.config
o.extend-fname:	kpathsea:h.c-auto
o.extend-fname:	kpathsea:h.c-std
o.extend-fname:	kpathsea:h.c-unistd
o.extend-fname:	kpathsea:h.systypes
o.extend-fname:	kpathsea:h.c-std
o.extend-fname:	kpathsea:h.c-memstr
o.extend-fname:	kpathsea:h.c-errno
o.extend-fname:	kpathsea:riscos.h.xperror
o.extend-fname:	kpathsea:h.c-minmax
o.extend-fname:	kpathsea:h.c-limits
o.extend-fname:	kpathsea:h.c-proto
o.extend-fname:	kpathsea:h.debug
o.extend-fname:	kpathsea:h.c-proto
o.extend-fname:	kpathsea:h.c-std
o.extend-fname:	kpathsea:h.types
o.extend-fname:	kpathsea:h.lib
o.extend-fname:	kpathsea:h.types
o.extend-fname:	kpathsea:h.types
o.extend-fname:	kpathsea:h.progname
o.extend-fname:	kpathsea:h.c-proto
o.extend-fname:	kpathsea:h.types
o.find-suffix:	c.find-suffix
o.find-suffix:	kpathsea:h.config
o.find-suffix:	kpathsea:h.c-auto
o.find-suffix:	kpathsea:h.c-std
o.find-suffix:	kpathsea:h.c-unistd
o.find-suffix:	kpathsea:h.systypes
o.find-suffix:	kpathsea:h.c-std
o.find-suffix:	kpathsea:h.c-memstr
o.find-suffix:	kpathsea:h.c-errno
o.find-suffix:	kpathsea:riscos.h.xperror
o.find-suffix:	kpathsea:h.c-minmax
o.find-suffix:	kpathsea:h.c-limits
o.find-suffix:	kpathsea:h.c-proto
o.find-suffix:	kpathsea:h.debug
o.find-suffix:	kpathsea:h.c-proto
o.find-suffix:	kpathsea:h.c-std
o.find-suffix:	kpathsea:h.types
o.find-suffix:	kpathsea:h.lib
o.find-suffix:	kpathsea:h.types
o.find-suffix:	kpathsea:h.types
o.find-suffix:	kpathsea:h.progname
o.find-suffix:	kpathsea:h.c-proto
o.find-suffix:	kpathsea:h.types
o.find-suffix:	kpathsea:h.c-pathch
o.find-suffix:	kpathsea:h.c-ctype
o.fn:	c.fn
o.fn:	kpathsea:h.config
o.fn:	kpathsea:h.c-auto
o.fn:	kpathsea:h.c-std
o.fn:	kpathsea:h.c-unistd
o.fn:	kpathsea:h.systypes
o.fn:	kpathsea:h.c-std
o.fn:	kpathsea:h.c-memstr
o.fn:	kpathsea:h.c-errno
o.fn:	kpathsea:riscos.h.xperror
o.fn:	kpathsea:h.c-minmax
o.fn:	kpathsea:h.c-limits
o.fn:	kpathsea:h.c-proto
o.fn:	kpathsea:h.debug
o.fn:	kpathsea:h.c-proto
o.fn:	kpathsea:h.c-std
o.fn:	kpathsea:h.types
o.fn:	kpathsea:h.lib
o.fn:	kpathsea:h.types
o.fn:	kpathsea:h.types
o.fn:	kpathsea:h.progname
o.fn:	kpathsea:h.c-proto
o.fn:	kpathsea:h.types
o.fn:	kpathsea:h.fn
o.fn:	kpathsea:h.c-proto
o.fn:	kpathsea:h.types
o.getopt:	c.getopt
o.getopt:	h.config
o.getopt:	kpathsea:h.c-auto
o.getopt:	kpathsea:h.c-std
o.getopt:	kpathsea:h.c-unistd
o.getopt:	kpathsea:h.systypes
o.getopt:	kpathsea:h.c-std
o.getopt:	kpathsea:h.c-memstr
o.getopt:	kpathsea:h.c-errno
o.getopt:	kpathsea:riscos.h.xperror
o.getopt:	kpathsea:h.c-minmax
o.getopt:	kpathsea:h.c-limits
o.getopt:	kpathsea:h.c-proto
o.getopt:	kpathsea:h.debug
o.getopt:	kpathsea:h.c-proto
o.getopt:	kpathsea:h.c-std
o.getopt:	kpathsea:h.types
o.getopt:	kpathsea:h.lib
o.getopt:	kpathsea:h.types
o.getopt:	kpathsea:h.types
o.getopt:	kpathsea:h.progname
o.getopt:	kpathsea:h.c-proto
o.getopt:	kpathsea:h.types
o.getopt:	h.getopt
o.getopt1:	c.getopt1
o.getopt1:	h.config
o.getopt1:	kpathsea:h.c-auto
o.getopt1:	kpathsea:h.c-std
o.getopt1:	kpathsea:h.c-unistd
o.getopt1:	kpathsea:h.systypes
o.getopt1:	kpathsea:h.c-std
o.getopt1:	kpathsea:h.c-memstr
o.getopt1:	kpathsea:h.c-errno
o.getopt1:	kpathsea:riscos.h.xperror
o.getopt1:	kpathsea:h.c-minmax
o.getopt1:	kpathsea:h.c-limits
o.getopt1:	kpathsea:h.c-proto
o.getopt1:	kpathsea:h.debug
o.getopt1:	kpathsea:h.c-proto
o.getopt1:	kpathsea:h.c-std
o.getopt1:	kpathsea:h.types
o.getopt1:	kpathsea:h.lib
o.getopt1:	kpathsea:h.types
o.getopt1:	kpathsea:h.types
o.getopt1:	kpathsea:h.progname
o.getopt1:	kpathsea:h.c-proto
o.getopt1:	kpathsea:h.types
o.getopt1:	h.getopt
o.kdefault:	c.kdefault
o.kdefault:	kpathsea:h.config
o.kdefault:	kpathsea:h.c-auto
o.kdefault:	kpathsea:h.c-std
o.kdefault:	kpathsea:h.c-unistd
o.kdefault:	kpathsea:h.systypes
o.kdefault:	kpathsea:h.c-std
o.kdefault:	kpathsea:h.c-memstr
o.kdefault:	kpathsea:h.c-errno
o.kdefault:	kpathsea:riscos.h.xperror
o.kdefault:	kpathsea:h.c-minmax
o.kdefault:	kpathsea:h.c-limits
o.kdefault:	kpathsea:h.c-proto
o.kdefault:	kpathsea:h.debug
o.kdefault:	kpathsea:h.c-proto
o.kdefault:	kpathsea:h.c-std
o.kdefault:	kpathsea:h.types
o.kdefault:	kpathsea:h.lib
o.kdefault:	kpathsea:h.types
o.kdefault:	kpathsea:h.types
o.kdefault:	kpathsea:h.progname
o.kdefault:	kpathsea:h.c-proto
o.kdefault:	kpathsea:h.types
o.kdefault:	kpathsea:h.c-pathch
o.kdefault:	kpathsea:h.c-ctype
o.kdefault:	kpathsea:h.default
o.kdefault:	kpathsea:h.types
o.kdefault:	kpathsea:h.c-proto
o.line:	c.line
o.line:	kpathsea:h.config
o.line:	kpathsea:h.c-auto
o.line:	kpathsea:h.c-std
o.line:	kpathsea:h.c-unistd
o.line:	kpathsea:h.systypes
o.line:	kpathsea:h.c-std
o.line:	kpathsea:h.c-memstr
o.line:	kpathsea:h.c-errno
o.line:	kpathsea:riscos.h.xperror
o.line:	kpathsea:h.c-minmax
o.line:	kpathsea:h.c-limits
o.line:	kpathsea:h.c-proto
o.line:	kpathsea:h.debug
o.line:	kpathsea:h.c-proto
o.line:	kpathsea:h.c-std
o.line:	kpathsea:h.types
o.line:	kpathsea:h.lib
o.line:	kpathsea:h.types
o.line:	kpathsea:h.types
o.line:	kpathsea:h.progname
o.line:	kpathsea:h.c-proto
o.line:	kpathsea:h.types
o.line:	kpathsea:h.line
o.line:	kpathsea:h.types
o.magstep:	c.magstep
o.magstep:	kpathsea:h.config
o.magstep:	kpathsea:h.c-auto
o.magstep:	kpathsea:h.c-std
o.magstep:	kpathsea:h.c-unistd
o.magstep:	kpathsea:h.systypes
o.magstep:	kpathsea:h.c-std
o.magstep:	kpathsea:h.c-memstr
o.magstep:	kpathsea:h.c-errno
o.magstep:	kpathsea:riscos.h.xperror
o.magstep:	kpathsea:h.c-minmax
o.magstep:	kpathsea:h.c-limits
o.magstep:	kpathsea:h.c-proto
o.magstep:	kpathsea:h.debug
o.magstep:	kpathsea:h.c-proto
o.magstep:	kpathsea:h.c-std
o.magstep:	kpathsea:h.types
o.magstep:	kpathsea:h.lib
o.magstep:	kpathsea:h.types
o.magstep:	kpathsea:h.types
o.magstep:	kpathsea:h.progname
o.magstep:	kpathsea:h.c-proto
o.magstep:	kpathsea:h.types
o.magstep:	kpathsea:h.magstep
o.magstep:	kpathsea:h.c-proto
o.magstep:	kpathsea:h.types
o.make-suffix:	c.make-suffix
o.make-suffix:	kpathsea:h.config
o.make-suffix:	kpathsea:h.c-auto
o.make-suffix:	kpathsea:h.c-std
o.make-suffix:	kpathsea:h.c-unistd
o.make-suffix:	kpathsea:h.systypes
o.make-suffix:	kpathsea:h.c-std
o.make-suffix:	kpathsea:h.c-memstr
o.make-suffix:	kpathsea:h.c-errno
o.make-suffix:	kpathsea:riscos.h.xperror
o.make-suffix:	kpathsea:h.c-minmax
o.make-suffix:	kpathsea:h.c-limits
o.make-suffix:	kpathsea:h.c-proto
o.make-suffix:	kpathsea:h.debug
o.make-suffix:	kpathsea:h.c-proto
o.make-suffix:	kpathsea:h.c-std
o.make-suffix:	kpathsea:h.types
o.make-suffix:	kpathsea:h.lib
o.make-suffix:	kpathsea:h.types
o.make-suffix:	kpathsea:h.types
o.make-suffix:	kpathsea:h.progname
o.make-suffix:	kpathsea:h.c-proto
o.make-suffix:	kpathsea:h.types
o.make-suffix:	kpathsea:h.c-pathch
o.make-suffix:	kpathsea:h.c-ctype
o.path-elt:	c.path-elt
o.path-elt:	kpathsea:h.config
o.path-elt:	kpathsea:h.c-auto
o.path-elt:	kpathsea:h.c-std
o.path-elt:	kpathsea:h.c-unistd
o.path-elt:	kpathsea:h.systypes
o.path-elt:	kpathsea:h.c-std
o.path-elt:	kpathsea:h.c-memstr
o.path-elt:	kpathsea:h.c-errno
o.path-elt:	kpathsea:riscos.h.xperror
o.path-elt:	kpathsea:h.c-minmax
o.path-elt:	kpathsea:h.c-limits
o.path-elt:	kpathsea:h.c-proto
o.path-elt:	kpathsea:h.debug
o.path-elt:	kpathsea:h.c-proto
o.path-elt:	kpathsea:h.c-std
o.path-elt:	kpathsea:h.types
o.path-elt:	kpathsea:h.lib
o.path-elt:	kpathsea:h.types
o.path-elt:	kpathsea:h.types
o.path-elt:	kpathsea:h.progname
o.path-elt:	kpathsea:h.c-proto
o.path-elt:	kpathsea:h.types
o.path-elt:	kpathsea:h.c-pathch
o.path-elt:	kpathsea:h.c-ctype
o.path-elt:	kpathsea:h.pathsearch
o.path-elt:	kpathsea:h.c-proto
o.path-elt:	kpathsea:h.str-llist
o.path-elt:	kpathsea:h.c-proto
o.path-elt:	kpathsea:h.types
o.path-elt:	kpathsea:h.types
o.proginit:	c.proginit
o.proginit:	kpathsea:h.config
o.proginit:	kpathsea:h.c-auto
o.proginit:	kpathsea:h.c-std
o.proginit:	kpathsea:h.c-unistd
o.proginit:	kpathsea:h.systypes
o.proginit:	kpathsea:h.c-std
o.proginit:	kpathsea:h.c-memstr
o.proginit:	kpathsea:h.c-errno
o.proginit:	kpathsea:riscos.h.xperror
o.proginit:	kpathsea:h.c-minmax
o.proginit:	kpathsea:h.c-limits
o.proginit:	kpathsea:h.c-proto
o.proginit:	kpathsea:h.debug
o.proginit:	kpathsea:h.c-proto
o.proginit:	kpathsea:h.c-std
o.proginit:	kpathsea:h.types
o.proginit:	kpathsea:h.lib
o.proginit:	kpathsea:h.types
o.proginit:	kpathsea:h.types
o.proginit:	kpathsea:h.progname
o.proginit:	kpathsea:h.c-proto
o.proginit:	kpathsea:h.types
o.proginit:	kpathsea:h.c-pathch
o.proginit:	kpathsea:h.c-ctype
o.proginit:	kpathsea:h.proginit
o.proginit:	kpathsea:h.c-proto
o.proginit:	kpathsea:h.types
o.proginit:	kpathsea:h.tex-file
o.proginit:	kpathsea:h.c-proto
o.proginit:	kpathsea:h.types
o.proginit:	kpathsea:h.envnames
o.readable:	c.readable
o.readable:	kpathsea:h.config
o.readable:	kpathsea:h.c-auto
o.readable:	kpathsea:h.c-std
o.readable:	kpathsea:h.c-unistd
o.readable:	kpathsea:h.systypes
o.readable:	kpathsea:h.c-std
o.readable:	kpathsea:h.c-memstr
o.readable:	kpathsea:h.c-errno
o.readable:	kpathsea:riscos.h.xperror
o.readable:	kpathsea:h.c-minmax
o.readable:	kpathsea:h.c-limits
o.readable:	kpathsea:h.c-proto
o.readable:	kpathsea:h.debug
o.readable:	kpathsea:h.c-proto
o.readable:	kpathsea:h.c-std
o.readable:	kpathsea:h.types
o.readable:	kpathsea:h.lib
o.readable:	kpathsea:h.types
o.readable:	kpathsea:h.types
o.readable:	kpathsea:h.progname
o.readable:	kpathsea:h.c-proto
o.readable:	kpathsea:h.types
o.readable:	kpathsea:h.readable
o.readable:	kpathsea:h.c-proto
o.readable:	kpathsea:h.types
o.readable:	kpathsea:h.tex-hush
o.readable:	kpathsea:h.c-proto
o.readable:	kpathsea:h.types
o.readable:	kpathsea:h.riscos
o.rm-suffix:	c.rm-suffix
o.rm-suffix:	kpathsea:h.config
o.rm-suffix:	kpathsea:h.c-auto
o.rm-suffix:	kpathsea:h.c-std
o.rm-suffix:	kpathsea:h.c-unistd
o.rm-suffix:	kpathsea:h.systypes
o.rm-suffix:	kpathsea:h.c-std
o.rm-suffix:	kpathsea:h.c-memstr
o.rm-suffix:	kpathsea:h.c-errno
o.rm-suffix:	kpathsea:riscos.h.xperror
o.rm-suffix:	kpathsea:h.c-minmax
o.rm-suffix:	kpathsea:h.c-limits
o.rm-suffix:	kpathsea:h.c-proto
o.rm-suffix:	kpathsea:h.debug
o.rm-suffix:	kpathsea:h.c-proto
o.rm-suffix:	kpathsea:h.c-std
o.rm-suffix:	kpathsea:h.types
o.rm-suffix:	kpathsea:h.lib
o.rm-suffix:	kpathsea:h.types
o.rm-suffix:	kpathsea:h.types
o.rm-suffix:	kpathsea:h.progname
o.rm-suffix:	kpathsea:h.c-proto
o.rm-suffix:	kpathsea:h.types
o.str-list:	c.str-list
o.str-list:	kpathsea:h.config
o.str-list:	kpathsea:h.c-auto
o.str-list:	kpathsea:h.c-std
o.str-list:	kpathsea:h.c-unistd
o.str-list:	kpathsea:h.systypes
o.str-list:	kpathsea:h.c-std
o.str-list:	kpathsea:h.c-memstr
o.str-list:	kpathsea:h.c-errno
o.str-list:	kpathsea:riscos.h.xperror
o.str-list:	kpathsea:h.c-minmax
o.str-list:	kpathsea:h.c-limits
o.str-list:	kpathsea:h.c-proto
o.str-list:	kpathsea:h.debug
o.str-list:	kpathsea:h.c-proto
o.str-list:	kpathsea:h.c-std
o.str-list:	kpathsea:h.types
o.str-list:	kpathsea:h.lib
o.str-list:	kpathsea:h.types
o.str-list:	kpathsea:h.types
o.str-list:	kpathsea:h.progname
o.str-list:	kpathsea:h.c-proto
o.str-list:	kpathsea:h.types
o.str-list:	kpathsea:h.str-list
o.str-list:	kpathsea:h.c-proto
o.str-list:	kpathsea:h.types
o.str-llist:	c.str-llist
o.str-llist:	kpathsea:h.config
o.str-llist:	kpathsea:h.c-auto
o.str-llist:	kpathsea:h.c-std
o.str-llist:	kpathsea:h.c-unistd
o.str-llist:	kpathsea:h.systypes
o.str-llist:	kpathsea:h.c-std
o.str-llist:	kpathsea:h.c-memstr
o.str-llist:	kpathsea:h.c-errno
o.str-llist:	kpathsea:riscos.h.xperror
o.str-llist:	kpathsea:h.c-minmax
o.str-llist:	kpathsea:h.c-limits
o.str-llist:	kpathsea:h.c-proto
o.str-llist:	kpathsea:h.debug
o.str-llist:	kpathsea:h.c-proto
o.str-llist:	kpathsea:h.c-std
o.str-llist:	kpathsea:h.types
o.str-llist:	kpathsea:h.lib
o.str-llist:	kpathsea:h.types
o.str-llist:	kpathsea:h.types
o.str-llist:	kpathsea:h.progname
o.str-llist:	kpathsea:h.c-proto
o.str-llist:	kpathsea:h.types
o.str-llist:	kpathsea:h.str-llist
o.str-llist:	kpathsea:h.c-proto
o.str-llist:	kpathsea:h.types
o.strcasecmp:	c.strcasecmp
o.strcasecmp:	h.config
o.strcasecmp:	kpathsea:h.c-auto
o.strcasecmp:	kpathsea:h.c-std
o.strcasecmp:	kpathsea:h.c-unistd
o.strcasecmp:	kpathsea:h.systypes
o.strcasecmp:	kpathsea:h.c-std
o.strcasecmp:	kpathsea:h.c-memstr
o.strcasecmp:	kpathsea:h.c-errno
o.strcasecmp:	kpathsea:riscos.h.xperror
o.strcasecmp:	kpathsea:h.c-minmax
o.strcasecmp:	kpathsea:h.c-limits
o.strcasecmp:	kpathsea:h.c-proto
o.strcasecmp:	kpathsea:h.debug
o.strcasecmp:	kpathsea:h.c-proto
o.strcasecmp:	kpathsea:h.c-std
o.strcasecmp:	kpathsea:h.types
o.strcasecmp:	kpathsea:h.lib
o.strcasecmp:	kpathsea:h.types
o.strcasecmp:	kpathsea:h.types
o.strcasecmp:	kpathsea:h.progname
o.strcasecmp:	kpathsea:h.c-proto
o.strcasecmp:	kpathsea:h.types
o.tex-glyph:	c.tex-glyph
o.tex-glyph:	kpathsea:h.config
o.tex-glyph:	kpathsea:h.c-auto
o.tex-glyph:	kpathsea:h.c-std
o.tex-glyph:	kpathsea:h.c-unistd
o.tex-glyph:	kpathsea:h.systypes
o.tex-glyph:	kpathsea:h.c-std
o.tex-glyph:	kpathsea:h.c-memstr
o.tex-glyph:	kpathsea:h.c-errno
o.tex-glyph:	kpathsea:riscos.h.xperror
o.tex-glyph:	kpathsea:h.c-minmax
o.tex-glyph:	kpathsea:h.c-limits
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.debug
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.c-std
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.lib
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.progname
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.absolute
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.expand
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.fontmap
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.hash
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.pathsearch
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.str-llist
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.tex-glyph
o.tex-glyph:	kpathsea:h.tex-file
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.tex-make
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.tex-file
o.tex-glyph:	kpathsea:h.types
o.tex-glyph:	kpathsea:h.variable
o.tex-glyph:	kpathsea:h.c-proto
o.tex-glyph:	kpathsea:h.types
o.tex-hush:	c.tex-hush
o.tex-hush:	kpathsea:h.config
o.tex-hush:	kpathsea:h.c-auto
o.tex-hush:	kpathsea:h.c-std
o.tex-hush:	kpathsea:h.c-unistd
o.tex-hush:	kpathsea:h.systypes
o.tex-hush:	kpathsea:h.c-std
o.tex-hush:	kpathsea:h.c-memstr
o.tex-hush:	kpathsea:h.c-errno
o.tex-hush:	kpathsea:riscos.h.xperror
o.tex-hush:	kpathsea:h.c-minmax
o.tex-hush:	kpathsea:h.c-limits
o.tex-hush:	kpathsea:h.c-proto
o.tex-hush:	kpathsea:h.debug
o.tex-hush:	kpathsea:h.c-proto
o.tex-hush:	kpathsea:h.c-std
o.tex-hush:	kpathsea:h.types
o.tex-hush:	kpathsea:h.lib
o.tex-hush:	kpathsea:h.types
o.tex-hush:	kpathsea:h.types
o.tex-hush:	kpathsea:h.progname
o.tex-hush:	kpathsea:h.c-proto
o.tex-hush:	kpathsea:h.types
o.tex-hush:	kpathsea:h.pathsearch
o.tex-hush:	kpathsea:h.c-proto
o.tex-hush:	kpathsea:h.str-llist
o.tex-hush:	kpathsea:h.c-proto
o.tex-hush:	kpathsea:h.types
o.tex-hush:	kpathsea:h.types
o.tex-hush:	kpathsea:h.tex-hush
o.tex-hush:	kpathsea:h.c-proto
o.tex-hush:	kpathsea:h.types
o.tex-hush:	kpathsea:h.variable
o.tex-hush:	kpathsea:h.c-proto
o.tex-hush:	kpathsea:h.types
o.tex-make:	c.tex-make
o.tex-make:	kpathsea:h.config
o.tex-make:	kpathsea:h.c-auto
o.tex-make:	kpathsea:h.c-std
o.tex-make:	kpathsea:h.c-unistd
o.tex-make:	kpathsea:h.systypes
o.tex-make:	kpathsea:h.c-std
o.tex-make:	kpathsea:h.c-memstr
o.tex-make:	kpathsea:h.c-errno
o.tex-make:	kpathsea:riscos.h.xperror
o.tex-make:	kpathsea:h.c-minmax
o.tex-make:	kpathsea:h.c-limits
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.debug
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.c-std
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.lib
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.progname
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.c-fopen
o.tex-make:	kpathsea:h.c-pathch
o.tex-make:	kpathsea:h.c-ctype
o.tex-make:	kpathsea:h.concatn
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.c-vararg
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.db
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.str-list
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.fn
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.magstep
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.readable
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.tex-make
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.tex-file
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.variable
o.tex-make:	kpathsea:h.c-proto
o.tex-make:	kpathsea:h.types
o.tex-make:	kpathsea:h.envnames
o.uppercasify:	c.uppercasify
o.uppercasify:	kpathsea:h.config
o.uppercasify:	kpathsea:h.c-auto
o.uppercasify:	kpathsea:h.c-std
o.uppercasify:	kpathsea:h.c-unistd
o.uppercasify:	kpathsea:h.systypes
o.uppercasify:	kpathsea:h.c-std
o.uppercasify:	kpathsea:h.c-memstr
o.uppercasify:	kpathsea:h.c-errno
o.uppercasify:	kpathsea:riscos.h.xperror
o.uppercasify:	kpathsea:h.c-minmax
o.uppercasify:	kpathsea:h.c-limits
o.uppercasify:	kpathsea:h.c-proto
o.uppercasify:	kpathsea:h.debug
o.uppercasify:	kpathsea:h.c-proto
o.uppercasify:	kpathsea:h.c-std
o.uppercasify:	kpathsea:h.types
o.uppercasify:	kpathsea:h.lib
o.uppercasify:	kpathsea:h.types
o.uppercasify:	kpathsea:h.types
o.uppercasify:	kpathsea:h.progname
o.uppercasify:	kpathsea:h.c-proto
o.uppercasify:	kpathsea:h.types
o.uppercasify:	kpathsea:h.c-ctype
o.xcalloc:	c.xcalloc
o.xcalloc:	kpathsea:h.config
o.xcalloc:	kpathsea:h.c-auto
o.xcalloc:	kpathsea:h.c-std
o.xcalloc:	kpathsea:h.c-unistd
o.xcalloc:	kpathsea:h.systypes
o.xcalloc:	kpathsea:h.c-std
o.xcalloc:	kpathsea:h.c-memstr
o.xcalloc:	kpathsea:h.c-errno
o.xcalloc:	kpathsea:riscos.h.xperror
o.xcalloc:	kpathsea:h.c-minmax
o.xcalloc:	kpathsea:h.c-limits
o.xcalloc:	kpathsea:h.c-proto
o.xcalloc:	kpathsea:h.debug
o.xcalloc:	kpathsea:h.c-proto
o.xcalloc:	kpathsea:h.c-std
o.xcalloc:	kpathsea:h.types
o.xcalloc:	kpathsea:h.lib
o.xcalloc:	kpathsea:h.types
o.xcalloc:	kpathsea:h.types
o.xcalloc:	kpathsea:h.progname
o.xcalloc:	kpathsea:h.c-proto
o.xcalloc:	kpathsea:h.types
o.xfopen:	c.xfopen
o.xfopen:	kpathsea:h.config
o.xfopen:	kpathsea:h.c-auto
o.xfopen:	kpathsea:h.c-std
o.xfopen:	kpathsea:h.c-unistd
o.xfopen:	kpathsea:h.systypes
o.xfopen:	kpathsea:h.c-std
o.xfopen:	kpathsea:h.c-memstr
o.xfopen:	kpathsea:h.c-errno
o.xfopen:	kpathsea:riscos.h.xperror
o.xfopen:	kpathsea:h.c-minmax
o.xfopen:	kpathsea:h.c-limits
o.xfopen:	kpathsea:h.c-proto
o.xfopen:	kpathsea:h.debug
o.xfopen:	kpathsea:h.c-proto
o.xfopen:	kpathsea:h.c-std
o.xfopen:	kpathsea:h.types
o.xfopen:	kpathsea:h.lib
o.xfopen:	kpathsea:h.types
o.xfopen:	kpathsea:h.types
o.xfopen:	kpathsea:h.progname
o.xfopen:	kpathsea:h.c-proto
o.xfopen:	kpathsea:h.types
o.xfseek:	c.xfseek
o.xfseek:	kpathsea:h.config
o.xfseek:	kpathsea:h.c-auto
o.xfseek:	kpathsea:h.c-std
o.xfseek:	kpathsea:h.c-unistd
o.xfseek:	kpathsea:h.systypes
o.xfseek:	kpathsea:h.c-std
o.xfseek:	kpathsea:h.c-memstr
o.xfseek:	kpathsea:h.c-errno
o.xfseek:	kpathsea:riscos.h.xperror
o.xfseek:	kpathsea:h.c-minmax
o.xfseek:	kpathsea:h.c-limits
o.xfseek:	kpathsea:h.c-proto
o.xfseek:	kpathsea:h.debug
o.xfseek:	kpathsea:h.c-proto
o.xfseek:	kpathsea:h.c-std
o.xfseek:	kpathsea:h.types
o.xfseek:	kpathsea:h.lib
o.xfseek:	kpathsea:h.types
o.xfseek:	kpathsea:h.types
o.xfseek:	kpathsea:h.progname
o.xfseek:	kpathsea:h.c-proto
o.xfseek:	kpathsea:h.types
o.xftell:	c.xftell
o.xftell:	kpathsea:h.config
o.xftell:	kpathsea:h.c-auto
o.xftell:	kpathsea:h.c-std
o.xftell:	kpathsea:h.c-unistd
o.xftell:	kpathsea:h.systypes
o.xftell:	kpathsea:h.c-std
o.xftell:	kpathsea:h.c-memstr
o.xftell:	kpathsea:h.c-errno
o.xftell:	kpathsea:riscos.h.xperror
o.xftell:	kpathsea:h.c-minmax
o.xftell:	kpathsea:h.c-limits
o.xftell:	kpathsea:h.c-proto
o.xftell:	kpathsea:h.debug
o.xftell:	kpathsea:h.c-proto
o.xftell:	kpathsea:h.c-std
o.xftell:	kpathsea:h.types
o.xftell:	kpathsea:h.lib
o.xftell:	kpathsea:h.types
o.xftell:	kpathsea:h.types
o.xftell:	kpathsea:h.progname
o.xftell:	kpathsea:h.c-proto
o.xftell:	kpathsea:h.types
o.xmalloc:	c.xmalloc
o.xmalloc:	kpathsea:h.config
o.xmalloc:	kpathsea:h.c-auto
o.xmalloc:	kpathsea:h.c-std
o.xmalloc:	kpathsea:h.c-unistd
o.xmalloc:	kpathsea:h.systypes
o.xmalloc:	kpathsea:h.c-std
o.xmalloc:	kpathsea:h.c-memstr
o.xmalloc:	kpathsea:h.c-errno
o.xmalloc:	kpathsea:riscos.h.xperror
o.xmalloc:	kpathsea:h.c-minmax
o.xmalloc:	kpathsea:h.c-limits
o.xmalloc:	kpathsea:h.c-proto
o.xmalloc:	kpathsea:h.debug
o.xmalloc:	kpathsea:h.c-proto
o.xmalloc:	kpathsea:h.c-std
o.xmalloc:	kpathsea:h.types
o.xmalloc:	kpathsea:h.lib
o.xmalloc:	kpathsea:h.types
o.xmalloc:	kpathsea:h.types
o.xmalloc:	kpathsea:h.progname
o.xmalloc:	kpathsea:h.c-proto
o.xmalloc:	kpathsea:h.types
o.xputenv:	c.xputenv
o.xputenv:	kpathsea:h.config
o.xputenv:	kpathsea:h.c-auto
o.xputenv:	kpathsea:h.c-std
o.xputenv:	kpathsea:h.c-unistd
o.xputenv:	kpathsea:h.systypes
o.xputenv:	kpathsea:h.c-std
o.xputenv:	kpathsea:h.c-memstr
o.xputenv:	kpathsea:h.c-errno
o.xputenv:	kpathsea:riscos.h.xperror
o.xputenv:	kpathsea:h.c-minmax
o.xputenv:	kpathsea:h.c-limits
o.xputenv:	kpathsea:h.c-proto
o.xputenv:	kpathsea:h.debug
o.xputenv:	kpathsea:h.c-proto
o.xputenv:	kpathsea:h.c-std
o.xputenv:	kpathsea:h.types
o.xputenv:	kpathsea:h.lib
o.xputenv:	kpathsea:h.types
o.xputenv:	kpathsea:h.types
o.xputenv:	kpathsea:h.progname
o.xputenv:	kpathsea:h.c-proto
o.xputenv:	kpathsea:h.types
o.xputenv:	OS:h.os
o.xputenv:	OS:h.types
o.xrealloc:	c.xrealloc
o.xrealloc:	kpathsea:h.config
o.xrealloc:	kpathsea:h.c-auto
o.xrealloc:	kpathsea:h.c-std
o.xrealloc:	kpathsea:h.c-unistd
o.xrealloc:	kpathsea:h.systypes
o.xrealloc:	kpathsea:h.c-std
o.xrealloc:	kpathsea:h.c-memstr
o.xrealloc:	kpathsea:h.c-errno
o.xrealloc:	kpathsea:riscos.h.xperror
o.xrealloc:	kpathsea:h.c-minmax
o.xrealloc:	kpathsea:h.c-limits
o.xrealloc:	kpathsea:h.c-proto
o.xrealloc:	kpathsea:h.debug
o.xrealloc:	kpathsea:h.c-proto
o.xrealloc:	kpathsea:h.c-std
o.xrealloc:	kpathsea:h.types
o.xrealloc:	kpathsea:h.lib
o.xrealloc:	kpathsea:h.types
o.xrealloc:	kpathsea:h.types
o.xrealloc:	kpathsea:h.progname
o.xrealloc:	kpathsea:h.c-proto
o.xrealloc:	kpathsea:h.types
o.xstrdup:	c.xstrdup
o.xstrdup:	kpathsea:h.config
o.xstrdup:	kpathsea:h.c-auto
o.xstrdup:	kpathsea:h.c-std
o.xstrdup:	kpathsea:h.c-unistd
o.xstrdup:	kpathsea:h.systypes
o.xstrdup:	kpathsea:h.c-std
o.xstrdup:	kpathsea:h.c-memstr
o.xstrdup:	kpathsea:h.c-errno
o.xstrdup:	kpathsea:riscos.h.xperror
o.xstrdup:	kpathsea:h.c-minmax
o.xstrdup:	kpathsea:h.c-limits
o.xstrdup:	kpathsea:h.c-proto
o.xstrdup:	kpathsea:h.debug
o.xstrdup:	kpathsea:h.c-proto
o.xstrdup:	kpathsea:h.c-std
o.xstrdup:	kpathsea:h.types
o.xstrdup:	kpathsea:h.lib
o.xstrdup:	kpathsea:h.types
o.xstrdup:	kpathsea:h.types
o.xstrdup:	kpathsea:h.progname
o.xstrdup:	kpathsea:h.c-proto
o.xstrdup:	kpathsea:h.types
o.canonicalise:	riscos.c.canonicalise
o.canonicalise:	kpathsea:h.config
o.canonicalise:	kpathsea:h.c-auto
o.canonicalise:	kpathsea:h.c-std
o.canonicalise:	kpathsea:h.c-unistd
o.canonicalise:	kpathsea:h.systypes
o.canonicalise:	kpathsea:h.c-std
o.canonicalise:	kpathsea:h.c-memstr
o.canonicalise:	kpathsea:h.c-errno
o.canonicalise:	kpathsea:riscos.h.xperror
o.canonicalise:	kpathsea:h.c-minmax
o.canonicalise:	kpathsea:h.c-limits
o.canonicalise:	kpathsea:h.c-proto
o.canonicalise:	kpathsea:h.debug
o.canonicalise:	kpathsea:h.c-proto
o.canonicalise:	kpathsea:h.c-std
o.canonicalise:	kpathsea:h.types
o.canonicalise:	kpathsea:h.lib
o.canonicalise:	kpathsea:h.types
o.canonicalise:	kpathsea:h.types
o.canonicalise:	kpathsea:h.progname
o.canonicalise:	kpathsea:h.c-proto
o.canonicalise:	kpathsea:h.types
o.canonicalise:	kpathsea:h.riscos
o.canonicalise:	OS:h.osfscontro
o.canonicalise:	OS:h.types
o.canonicalise:	OS:h.os
o.canonicalise:	OS:h.fileswitch
o.riscos-csd:	riscos.c.riscos-csd
o.riscos-csd:	kpathsea:h.config
o.riscos-csd:	kpathsea:h.c-auto
o.riscos-csd:	kpathsea:h.c-std
o.riscos-csd:	kpathsea:h.c-unistd
o.riscos-csd:	kpathsea:h.systypes
o.riscos-csd:	kpathsea:h.c-std
o.riscos-csd:	kpathsea:h.c-memstr
o.riscos-csd:	kpathsea:h.c-errno
o.riscos-csd:	kpathsea:riscos.h.xperror
o.riscos-csd:	kpathsea:h.c-minmax
o.riscos-csd:	kpathsea:h.c-limits
o.riscos-csd:	kpathsea:h.c-proto
o.riscos-csd:	kpathsea:h.debug
o.riscos-csd:	kpathsea:h.c-proto
o.riscos-csd:	kpathsea:h.c-std
o.riscos-csd:	kpathsea:h.types
o.riscos-csd:	kpathsea:h.lib
o.riscos-csd:	kpathsea:h.types
o.riscos-csd:	kpathsea:h.types
o.riscos-csd:	kpathsea:h.progname
o.riscos-csd:	kpathsea:h.c-proto
o.riscos-csd:	kpathsea:h.types
o.riscos-csd:	kpathsea:h.absolute
o.riscos-csd:	kpathsea:h.types
o.riscos-csd:	kpathsea:h.c-proto
o.riscos-csd:	kpathsea:h.riscos
o.has-suffix:	c.has-suffix
o.has-suffix:	kpathsea:h.config
o.has-suffix:	kpathsea:h.c-auto
o.has-suffix:	kpathsea:h.c-std
o.has-suffix:	kpathsea:h.c-unistd
o.has-suffix:	kpathsea:h.systypes
o.has-suffix:	kpathsea:h.c-std
o.has-suffix:	kpathsea:h.c-memstr
o.has-suffix:	kpathsea:h.c-errno
o.has-suffix:	kpathsea:riscos.h.xperror
o.has-suffix:	kpathsea:h.c-minmax
o.has-suffix:	kpathsea:h.c-limits
o.has-suffix:	kpathsea:h.c-proto
o.has-suffix:	kpathsea:h.debug
o.has-suffix:	kpathsea:h.c-proto
o.has-suffix:	kpathsea:h.c-std
o.has-suffix:	kpathsea:h.types
o.has-suffix:	kpathsea:h.lib
o.has-suffix:	kpathsea:h.types
o.has-suffix:	kpathsea:h.types
o.has-suffix:	kpathsea:h.progname
o.has-suffix:	kpathsea:h.c-proto
o.has-suffix:	kpathsea:h.types
o.mktexlsr:	riscos.c.mktexlsr
o.mktexlsr:	kpathsea:h.config
o.mktexlsr:	kpathsea:h.c-auto
o.mktexlsr:	kpathsea:h.c-std
o.mktexlsr:	kpathsea:h.c-unistd
o.mktexlsr:	kpathsea:h.systypes
o.mktexlsr:	kpathsea:h.c-std
o.mktexlsr:	kpathsea:h.c-memstr
o.mktexlsr:	kpathsea:h.c-errno
o.mktexlsr:	kpathsea:riscos.h.xperror
o.mktexlsr:	kpathsea:h.c-minmax
o.mktexlsr:	kpathsea:h.c-limits
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.debug
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.c-std
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.lib
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.progname
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.progname
o.mktexlsr:	kpathsea:h.getopt
o.mktexlsr:	kpathsea:h.str-list
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.expand
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.pathsearch
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.str-llist
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.absolute
o.mktexlsr:	kpathsea:h.types
o.mktexlsr:	kpathsea:h.c-proto
o.mktexlsr:	kpathsea:h.riscos
o.mktexlsr:	OS:h.osgbpb
o.mktexlsr:	OS:h.types
o.mktexlsr:	OS:h.os
o.mktexlsr:	OS:h.fileswitch
o.translate:	riscos.c.translate
o.translate:	kpathsea:h.config
o.translate:	kpathsea:h.c-auto
o.translate:	kpathsea:h.c-std
o.translate:	kpathsea:h.c-unistd
o.translate:	kpathsea:h.systypes
o.translate:	kpathsea:h.c-std
o.translate:	kpathsea:h.c-memstr
o.translate:	kpathsea:h.c-errno
o.translate:	kpathsea:riscos.h.xperror
o.translate:	kpathsea:h.c-minmax
o.translate:	kpathsea:h.c-limits
o.translate:	kpathsea:h.c-proto
o.translate:	kpathsea:h.debug
o.translate:	kpathsea:h.c-proto
o.translate:	kpathsea:h.c-std
o.translate:	kpathsea:h.types
o.translate:	kpathsea:h.lib
o.translate:	kpathsea:h.types
o.translate:	kpathsea:h.types
o.translate:	kpathsea:h.progname
o.translate:	kpathsea:h.c-proto
o.translate:	kpathsea:h.types
o.translate:	kpathsea:h.tex-hush
o.translate:	kpathsea:h.c-proto
o.translate:	kpathsea:h.types
o.translate:	kpathsea:h.absolute
o.translate:	kpathsea:h.types
o.translate:	kpathsea:h.c-proto
o.translate:	kpathsea:h.riscos
o.translate:	OS:h.osfile
o.translate:	OS:h.types
o.translate:	OS:h.os
o.translate:	OS:h.fileswitch
o.direct-io:	riscos.c.direct-io
o.direct-io:	riscos.h.direct-io
o.direct-io:	riscos.h.xperror
o.direct-io:	C:h.kernel
o.variable:	c.variable
o.variable:	kpathsea:h.config
o.variable:	kpathsea:h.c-auto
o.variable:	kpathsea:h.c-std
o.variable:	kpathsea:h.c-unistd
o.variable:	kpathsea:h.systypes
o.variable:	kpathsea:h.c-std
o.variable:	kpathsea:h.c-memstr
o.variable:	kpathsea:h.c-errno
o.variable:	kpathsea:riscos.h.xperror
o.variable:	kpathsea:h.c-minmax
o.variable:	kpathsea:h.c-limits
o.variable:	kpathsea:h.c-proto
o.variable:	kpathsea:h.debug
o.variable:	kpathsea:h.c-proto
o.variable:	kpathsea:h.c-std
o.variable:	kpathsea:h.types
o.variable:	kpathsea:h.lib
o.variable:	kpathsea:h.types
o.variable:	kpathsea:h.types
o.variable:	kpathsea:h.progname
o.variable:	kpathsea:h.c-proto
o.variable:	kpathsea:h.types
o.variable:	kpathsea:h.c-ctype
o.variable:	kpathsea:h.cnf
o.variable:	kpathsea:h.c-proto
o.variable:	kpathsea:h.types
o.variable:	kpathsea:h.fn
o.variable:	kpathsea:h.c-proto
o.variable:	kpathsea:h.types
o.variable:	kpathsea:h.variable
o.variable:	kpathsea:h.c-proto
o.variable:	kpathsea:h.types
o.db:	c.db
o.db:	kpathsea:h.config
o.db:	kpathsea:h.c-auto
o.db:	kpathsea:h.c-std
o.db:	kpathsea:h.c-unistd
o.db:	kpathsea:h.systypes
o.db:	kpathsea:h.c-std
o.db:	kpathsea:h.c-memstr
o.db:	kpathsea:h.c-errno
o.db:	kpathsea:riscos.h.xperror
o.db:	kpathsea:h.c-minmax
o.db:	kpathsea:h.c-limits
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.debug
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.c-std
o.db:	kpathsea:h.types
o.db:	kpathsea:h.lib
o.db:	kpathsea:h.types
o.db:	kpathsea:h.types
o.db:	kpathsea:h.progname
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.db:	kpathsea:h.absolute
o.db:	kpathsea:h.types
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.c-fopen
o.db:	kpathsea:h.c-pathch
o.db:	kpathsea:h.c-ctype
o.db:	kpathsea:h.db
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.db:	kpathsea:h.str-list
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.db:	kpathsea:h.hash
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.db:	kpathsea:h.line
o.db:	kpathsea:h.types
o.db:	kpathsea:h.pathsearch
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.str-llist
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.db:	kpathsea:h.types
o.db:	kpathsea:h.readable
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.db:	kpathsea:h.str-list
o.db:	kpathsea:h.tex-file
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.db:	kpathsea:h.variable
o.db:	kpathsea:h.c-proto
o.db:	kpathsea:h.types
o.pathsearch:	c.pathsearch
o.pathsearch:	kpathsea:h.config
o.pathsearch:	kpathsea:h.c-auto
o.pathsearch:	kpathsea:h.c-std
o.pathsearch:	kpathsea:h.c-unistd
o.pathsearch:	kpathsea:h.systypes
o.pathsearch:	kpathsea:h.c-std
o.pathsearch:	kpathsea:h.c-memstr
o.pathsearch:	kpathsea:h.c-errno
o.pathsearch:	kpathsea:riscos.h.xperror
o.pathsearch:	kpathsea:h.c-minmax
o.pathsearch:	kpathsea:h.c-limits
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.debug
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.c-std
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.lib
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.progname
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.c-pathch
o.pathsearch:	kpathsea:h.c-ctype
o.pathsearch:	kpathsea:h.c-fopen
o.pathsearch:	kpathsea:h.absolute
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.expand
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.db
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.str-list
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.pathsearch
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.str-llist
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.readable
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.types
o.pathsearch:	kpathsea:h.str-list
o.pathsearch:	kpathsea:h.str-llist
o.pathsearch:	kpathsea:h.variable
o.pathsearch:	kpathsea:h.c-proto
o.pathsearch:	kpathsea:h.types
o.hash:	c.hash
o.hash:	kpathsea:h.config
o.hash:	kpathsea:h.c-auto
o.hash:	kpathsea:h.c-std
o.hash:	kpathsea:h.c-unistd
o.hash:	kpathsea:h.systypes
o.hash:	kpathsea:h.c-std
o.hash:	kpathsea:h.c-memstr
o.hash:	kpathsea:h.c-errno
o.hash:	kpathsea:riscos.h.xperror
o.hash:	kpathsea:h.c-minmax
o.hash:	kpathsea:h.c-limits
o.hash:	kpathsea:h.c-proto
o.hash:	kpathsea:h.debug
o.hash:	kpathsea:h.c-proto
o.hash:	kpathsea:h.c-std
o.hash:	kpathsea:h.types
o.hash:	kpathsea:h.lib
o.hash:	kpathsea:h.types
o.hash:	kpathsea:h.types
o.hash:	kpathsea:h.progname
o.hash:	kpathsea:h.c-proto
o.hash:	kpathsea:h.types
o.hash:	kpathsea:h.hash
o.hash:	kpathsea:h.c-proto
o.hash:	kpathsea:h.types
o.hash:	kpathsea:h.c-ctype
o.hash:	kpathsea:h.str-list
o.hash:	kpathsea:h.c-proto
o.hash:	kpathsea:h.types
o.fontmap:	c.fontmap
o.fontmap:	kpathsea:h.config
o.fontmap:	kpathsea:h.c-auto
o.fontmap:	kpathsea:h.c-std
o.fontmap:	kpathsea:h.c-unistd
o.fontmap:	kpathsea:h.systypes
o.fontmap:	kpathsea:h.c-std
o.fontmap:	kpathsea:h.c-memstr
o.fontmap:	kpathsea:h.c-errno
o.fontmap:	kpathsea:riscos.h.xperror
o.fontmap:	kpathsea:h.c-minmax
o.fontmap:	kpathsea:h.c-limits
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.debug
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.c-std
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.lib
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.progname
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.c-ctype
o.fontmap:	kpathsea:h.c-fopen
o.fontmap:	kpathsea:h.fontmap
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.hash
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.hash
o.fontmap:	kpathsea:h.line
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.pathsearch
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.str-llist
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.str-list
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.types
o.fontmap:	kpathsea:h.tex-file
o.fontmap:	kpathsea:h.c-proto
o.fontmap:	kpathsea:h.types
o.progname:	c.progname
o.progname:	kpathsea:h.config
o.progname:	kpathsea:h.c-auto
o.progname:	kpathsea:h.c-std
o.progname:	kpathsea:h.c-unistd
o.progname:	kpathsea:h.systypes
o.progname:	kpathsea:h.c-std
o.progname:	kpathsea:h.c-memstr
o.progname:	kpathsea:h.c-errno
o.progname:	kpathsea:riscos.h.xperror
o.progname:	kpathsea:h.c-minmax
o.progname:	kpathsea:h.c-limits
o.progname:	kpathsea:h.c-proto
o.progname:	kpathsea:h.debug
o.progname:	kpathsea:h.c-proto
o.progname:	kpathsea:h.c-std
o.progname:	kpathsea:h.types
o.progname:	kpathsea:h.lib
o.progname:	kpathsea:h.types
o.progname:	kpathsea:h.types
o.progname:	kpathsea:h.progname
o.progname:	kpathsea:h.c-proto
o.progname:	kpathsea:h.types
o.progname:	kpathsea:h.c-pathch
o.progname:	kpathsea:h.c-ctype
o.progname:	kpathsea:h.tex-file
o.progname:	kpathsea:h.c-proto
o.progname:	kpathsea:h.types
o.progname:	kpathsea:h.envnames
o.progname:	kpathsea:h.riscos
o.tex-file:	c.tex-file
o.tex-file:	kpathsea:h.config
o.tex-file:	kpathsea:h.c-auto
o.tex-file:	kpathsea:h.c-std
o.tex-file:	kpathsea:h.c-unistd
o.tex-file:	kpathsea:h.systypes
o.tex-file:	kpathsea:h.c-std
o.tex-file:	kpathsea:h.c-memstr
o.tex-file:	kpathsea:h.c-errno
o.tex-file:	kpathsea:riscos.h.xperror
o.tex-file:	kpathsea:h.c-minmax
o.tex-file:	kpathsea:h.c-limits
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.debug
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.c-std
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.lib
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.progname
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.c-fopen
o.tex-file:	kpathsea:h.c-pathch
o.tex-file:	kpathsea:h.c-ctype
o.tex-file:	kpathsea:h.c-vararg
o.tex-file:	kpathsea:h.cnf
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.concatn
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.c-vararg
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.default
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.expand
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.fontmap
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.hash
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.paths
o.tex-file:	kpathsea:h.pathsearch
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.str-llist
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.tex-file
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.tex-make
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.tex-file
o.tex-file:	kpathsea:h.types
o.tex-file:	kpathsea:h.variable
o.tex-file:	kpathsea:h.c-proto
o.tex-file:	kpathsea:h.types
o.cnf:	c.cnf
o.cnf:	kpathsea:h.config
o.cnf:	kpathsea:h.c-auto
o.cnf:	kpathsea:h.c-std
o.cnf:	kpathsea:h.c-unistd
o.cnf:	kpathsea:h.systypes
o.cnf:	kpathsea:h.c-std
o.cnf:	kpathsea:h.c-memstr
o.cnf:	kpathsea:h.c-errno
o.cnf:	kpathsea:riscos.h.xperror
o.cnf:	kpathsea:h.c-minmax
o.cnf:	kpathsea:h.c-limits
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.debug
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.c-std
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.lib
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.progname
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.c-fopen
o.cnf:	kpathsea:h.c-ctype
o.cnf:	kpathsea:h.c-pathch
o.cnf:	kpathsea:h.c-ctype
o.cnf:	kpathsea:h.cnf
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.db
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.str-list
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.hash
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.line
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.paths
o.cnf:	kpathsea:h.pathsearch
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.str-llist
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.progname
o.cnf:	kpathsea:h.tex-file
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
o.cnf:	kpathsea:h.variable
o.cnf:	kpathsea:h.c-proto
o.cnf:	kpathsea:h.types
