Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/
H A DMakefile.in266 make_hash$(BUILD_EXEEXT) : \
268 $(tinfo)/make_hash.c \
270 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_hash.c $(BUILD_LDFLAGS) $(BUILD…
286 make_hash$(BUILD_EXEEXT) \
293 make_hash$(BUILD_EXEEXT) \
324 -rm -f make_hash$(BUILD_EXEEXT)
/src/lib/ncurses/tinfo/
H A DMakefile164 CLEANFILES= ${GENSRCS} ${GENHDRS} keys.list make_hash term.h.new \
221 comp_captab.c: MKcaptab.sh MKcaptab.awk Caps Caps-ncurses make_hash
230 comp_userdefs.c: MKuserdefs.sh Caps Caps-ncurses make_hash
281 DEPENDOBJS+= make_hash make_keys
282 build-tools: make_hash make_keys
287 make_hash: make_hash.c hashsize.h ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META} target
289 ${NCURSES_DIR}/ncurses/tinfo/make_hash.c
295 make_hash: ${BTOOLSPATH}/make_hash target
/src/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"
/src/contrib/ncurses/
H A DMANIFEST953 ./ncurses/tinfo/make_hash.c
H A DINSTALL2524 (e.g., ncurses/make_hash and ncurses/make_keys) that generate tables
2530 simpler. Since make_hash and make_keys use only ANSI C features, it
H A DNEWS2270 + modify comparison in make_hash.c to correct a special case in
2370 + modify make_hash to not require --disable-leaks, to simplify building
3508 + modify make_hash to allow building with address-sanitizer,
5390 + improve a limit-check in make_hash.c
5523 + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
5889 + build-fix for MinGW cross-compiling, so that make_hash does not
6741 + simplify include-dependencies of make_hash and make_keys, to reduce
6836 compile of make_hash and make_keys, improving cross-compilation of
12581 + add $x suffix to make_hash and make_keys so 'make distclean' works.