Searched defs:bindings (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c459 * Lookup the sub-array of key-bindings who's key-sequences minimally
784 * Remove all key bindings that came from a specified source.
787 * kt KeyTab * The table of key bindings.
788 * binder KtBinder The source of the bindings to be cleared.
795 * If there is no table, then no bindings exist to be deleted.
800 * Clear bindings of the given source.
930 * Merge an array of bindings with existing bindings.
933 * kt KeyTab * The table of key bindings.
934 * binder KtBinder The source of the bindings
941 _kt_add_bindings(KeyTab *kt, KtBinder binder, const KtKeyBinding *bindings, unsigned n) argument
[all...]
H A Dgetline.c416 KeyTab *bindings; /* A table of key-bindings */ member in struct:GetLine
780 * Set up terminal-specific key bindings.
972 * Bind the actual arrow key bindings to match those of the symbolic
973 * arrow-key bindings.
1458 * Define the default key-bindings in emacs mode.
1534 * Define the default key-bindings in vi mode. Note that in vi-mode
1535 * meta-key bindings are command-mode bindings. For example M-i first
1790 gl->bindings
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c428 FN_bindinglist_t *bindings; local
435 bindings = fn_ctx_list_bindings(ctx, empty_cname, status);
436 if (bindings == NULL) {
439 while ((child = fn_bindinglist_next(bindings, &ref, status)) != NULL) {
467 fn_bindinglist_destroy(bindings XFN1(status));
H A Dns_fnmount.c437 FN_bindinglist_t *bindings = NULL; local
451 bindings = fn_ctx_list_bindings(ctx, empty_cname, status);
453 if (bindings == NULL) {
458 while ((child_s = fn_bindinglist_next(bindings, &child_ref, status))
492 fn_bindinglist_destroy(bindings XFN1(status));
805 * User-relative bindings in the initial context, and the leading components
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm.h233 IMA_ADDRESS_KEY bindings[1]; /* IN/OUT */ member in struct:_SUN_IMA_CONFIG_SESSIONS

Completed in 685 milliseconds