Home
last modified time | relevance | path

Searched refs:make_keys (Results 1 – 22 of 22) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dmake_keys.c87 make_keys(FILE *ifp, FILE *ofp) in make_keys() function
158 make_keys(fp, stdout); in main()
163 make_keys(stdin, stdout); in main()
/dports/sysutils/perp/perp-2.07/examples/sshd/
H A Drc.main13 make_keys() {
32 make_keys
H A Drc.main_tcpserver16 make_keys() {
48 make_keys
/dports/devel/ncurses/ncurses-6.3/ncurses/
H A DMakefile.in250 init_keytry.h : make_keys$(BUILD_EXEEXT) keys.list
251 ./make_keys$(BUILD_EXEEXT) keys.list > $@
256 make_keys$(BUILD_EXEEXT) : \
258 $(tinfo)/make_keys.c \
260 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD…
315 -rm -f make_keys$(BUILD_EXEEXT)
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dsession.c103 static void make_keys(void) in make_keys() function
281 make_keys(); in wSessionSaveState()
329 make_keys(); in wSessionClearState()
454 make_keys(); in wSessionRestoreState()
561 make_keys(); in wSessionRestoreLastWorkspace()
H A Dworkspace.c65 static void make_keys(void) in make_keys() function
852 make_keys(); in wWorkspaceSaveState()
884 make_keys(); in wWorkspaceRestoreState()
H A Dscreen.c85 static void make_keys(void) in make_keys() function
881 make_keys(); in wScreenRestoreState()
933 make_keys(); in wScreenSaveState()
H A Dwinspector.c317 static void make_keys(void) in make_keys() function
1268 make_keys(); in wShowInspectorForWindow()
H A Ddock.c131 static void make_keys(void) in make_keys() function
1304 make_keys(); in wDockCreate()
4792 make_keys(); in drawerRestoreState()
4974 make_keys(); in wDrawersSaveState()
4994 make_keys(); in wDrawersRestoreState()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dsession.c103 static void make_keys(void) in make_keys() function
281 make_keys(); in wSessionSaveState()
329 make_keys(); in wSessionClearState()
454 make_keys(); in wSessionRestoreState()
561 make_keys(); in wSessionRestoreLastWorkspace()
H A Dworkspace.c65 static void make_keys(void) in make_keys() function
852 make_keys(); in wWorkspaceSaveState()
884 make_keys(); in wWorkspaceRestoreState()
H A Dscreen.c85 static void make_keys(void) in make_keys() function
881 make_keys(); in wScreenRestoreState()
933 make_keys(); in wScreenSaveState()
H A Dwinspector.c317 static void make_keys(void) in make_keys() function
1268 make_keys(); in wShowInspectorForWindow()
H A Ddock.c131 static void make_keys(void) in make_keys() function
1304 make_keys(); in wDockCreate()
4792 make_keys(); in drawerRestoreState()
4974 make_keys(); in wDrawersSaveState()
4994 make_keys(); in wDrawersRestoreState()
/dports/databases/py-lmdb/lmdb-0.97/examples/
H A Dparabench.py38 def make_keys(): function
72 make_keys()
/dports/sysutils/busybox/busybox-1.26.2/networking/ssl_helper/
H A Dssl_helper.c343 static sslKeys_t* make_keys(void) in make_keys() function
402 do_io_until_eof_and_exit(fd, make_keys()); in main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/test/
H A Dkdb_test.c228 make_keys(char **strings, const char *princstr, const krb5_data *realm, in make_keys() function
453 make_keys(key_strings, ename, &search_for->realm, ent); in test_get_principal()
/dports/security/krb5/krb5-1.19.2/src/plugins/kdb/test/
H A Dkdb_test.c228 make_keys(char **strings, const char *princstr, const krb5_data *realm, in make_keys() function
477 make_keys(key_strings, ename, &search_for->realm, ent); in test_get_principal()
/dports/devel/ncurses/ncurses-6.3/
H A DMANIFEST953 ./ncurses/tinfo/make_keys.c
H A DINSTALL2389 (e.g., ncurses/make_hash and ncurses/make_keys) that generate tables
2395 simpler. Since make_hash and make_keys use only ANSI C features, it
H A DNEWS2921 + modify logic in make_keys.c to not assume anything about the size
5302 + simplify include-dependencies of make_hash and make_keys, to reduce
5397 compile of make_hash and make_keys, improving cross-compilation of
7456 produce comp_hash and make_keys, no dependency on wchar.h is needed.
7567 + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
11142 + add $x suffix to make_hash and make_keys so 'make distclean' works.
13062 + correct path for invoking make_keys (a missing "./").
13076 + add new utility 'make_keys' to compute keys.tries as a table rather
/dports/devel/adacurses/AdaCurses-20180127/
H A DNEWS1366 + modify logic in make_keys.c to not assume anything about the size
3747 + simplify include-dependencies of make_hash and make_keys, to reduce
3842 compile of make_hash and make_keys, improving cross-compilation of
5902 produce comp_hash and make_keys, no dependency on wchar.h is needed.
6013 + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
9588 + add $x suffix to make_hash and make_keys so 'make distclean' works.
11508 + correct path for invoking make_keys (a missing "./").
11522 + add new utility 'make_keys' to compute keys.tries as a table rather