Home
last modified time | relevance | path

Searched refs:make_hash (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A DMakefile.in262 make_hash$(BUILD_EXEEXT) : \
264 $(tinfo)/make_hash.c \
266 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_hash.c $(BUILD_LDFLAGS) $(BUILD…
278 make_hash$(BUILD_EXEEXT) \
285 make_hash$(BUILD_EXEEXT) \
316 -rm -f make_hash$(BUILD_EXEEXT)
/freebsd/lib/ncurses/tinfo/
H A DMakefile166 CLEANFILES= ${GENSRCS} ${GENHDRS} keys.list make_hash term.h.new \
231 comp_captab.c: MKcaptab.sh MKcaptab.awk Caps Caps-ncurses make_hash
240 comp_userdefs.c: MKuserdefs.sh Caps Caps-ncurses make_hash
283 DEPENDOBJS+= make_hash make_keys
284 build-tools: make_hash make_keys
289 make_hash: make_hash.c hashsize.h ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META} target
291 ${NCURSES_DIR}/ncurses/tinfo/make_hash.c
297 make_hash: ${BTOOLSPATH}/make_hash target
/freebsd/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh74 cat "$@" |./make_hash 1 info $OPT1
75 cat "$@" |./make_hash 3 cap $OPT1
H A DMKuserdefs.sh54 cat "$@" | ./make_hash 1 user $OPT1
/freebsd/contrib/ncurses/
H A DMANIFEST953 ./ncurses/tinfo/make_hash.c
H A DINSTALL2489 (e.g., ncurses/make_hash and ncurses/make_keys) that generate tables
2495 simpler. Since make_hash and make_keys use only ANSI C features, it
H A DNEWS1701 + modify comparison in make_hash.c to correct a special case in
1801 + modify make_hash to not require --disable-leaks, to simplify building
2939 + modify make_hash to allow building with address-sanitizer,
4821 + improve a limit-check in make_hash.c
4954 + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
5320 + build-fix for MinGW cross-compiling, so that make_hash does not
6172 + simplify include-dependencies of make_hash and make_keys, to reduce
6267 compile of make_hash and make_keys, improving cross-compilation of
12012 + add $x suffix to make_hash and make_keys so 'make distclean' works.