Searched refs:key (Results 101 - 125 of 776) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/bash/lib/readline/
H A Dkill.c201 rl_kill_word (count, key)
202 int count, key;
207 return (rl_backward_kill_word (-count, key));
211 rl_forward_word (count, key);
316 rl_unix_word_rubout (count, key)
317 int count, key;
349 rl_unix_filename_rubout (count, key)
350 int count, key;
387 key-bindings. We have a choice of killing the entire line, or
393 rl_unix_line_discard (count, key)
[all...]
H A Dreadline.c123 so functions can find out whether they were called from a key binding
646 _rl_subseq_getchar (key)
647 int key;
651 if (key == ESC)
656 if (key == ESC)
712 another key, and dispatch into that map. */
714 _rl_dispatch (key, map)
715 register int key;
719 return _rl_dispatch_subseq (key, map, 0);
723 _rl_dispatch_subseq (key, ma
[all...]
/haiku-fatelf/headers/build/os/drivers/
H A Ddriver_settings.h34 extern const char *get_driver_parameter(void *handle, const char *key,
35 const char *unknownValue, /* key not present */
36 const char *noargValue); /* key has no value */
37 extern bool get_driver_boolean_parameter(void *handle, const char *key,
45 /* Pass this as the key value to check if safe mode is enabled */
/haiku-fatelf/headers/os/drivers/
H A Ddriver_settings.h34 extern const char *get_driver_parameter(void *handle, const char *key,
35 const char *unknownValue, /* key not present */
36 const char *noargValue); /* key has no value */
37 extern bool get_driver_boolean_parameter(void *handle, const char *key,
45 /* Pass this as the key value to check if safe mode is enabled */
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_driver_settings.h36 extern const char* fssh_get_driver_parameter(void *handle, const char *key,
37 const char *unknownValue, /* key not present */
38 const char *noargValue); /* key has no value */
40 const char *key, bool unknownValue,
48 /* Pass this as the key value to check if safe mode is enabled */
/haiku-fatelf/src/bin/gdb/readline/
H A Dinput.c121 /* Get a key from the buffer of characters to be read.
122 Return the key in KEY.
123 Result is KEY if there was a key, or 0 if there wasn't. */
125 rl_get_char (key)
126 int *key;
131 *key = ibuffer[pop_index++];
143 _rl_unget_char (key)
144 int key;
151 ibuffer[pop_index] = key;
307 int key, local
[all...]
H A Dkill.c201 rl_kill_word (count, key)
202 int count, key;
207 return (rl_backward_kill_word (-count, key));
211 rl_forward_word (count, key);
316 rl_unix_word_rubout (count, key)
317 int count, key;
346 key-bindings. We have a choice of killing the entire line, or
352 rl_unix_line_discard (count, key)
353 int count, key;
441 rl_copy_forward_word (count, key)
[all...]
/haiku-fatelf/src/kits/network/libbind/dst/
H A Ddst_internal.h37 char *dk_key_name; /*%< name of the key */
38 int dk_key_size; /*%< this is the size of the key in bits */
39 int dk_proto; /*%< what protocols this key can be used for */
40 int dk_alg; /*%< algorithm number from key record */
41 u_int32_t dk_flags; /*%< and the flags of the public key */
42 u_int16_t dk_id; /*%< identifier of the key */
43 void *dk_KEY_struct; /*%< pointer to key in crypto pkg fmt */
60 /* suffixes for key file names */
62 #define PUBLIC_KEY "key"
80 int (*sign)(const int mode, DST_KEY *key, voi
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
31 _IMPEXP_BESURE void blf_key(blf_ctx *c, unsigned char *key, int len);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
31 _IMPEXP_BESURE void blf_key(blf_ctx *c, unsigned char *key, int len);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
31 _IMPEXP_BESURE void blf_key(blf_ctx *c, unsigned char *key, int len);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
31 _IMPEXP_BESURE void blf_key(blf_ctx *c, unsigned char *key, int len);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
31 _IMPEXP_BESURE void blf_key(blf_ctx *c, unsigned char *key, int len);
/haiku-fatelf/src/tools/stubgen/test/
H A Dheap.H23 virtual void SetKey(T key) = 0;
24 virtual CHeapNode<T> * Insert(T key) = 0;
27 virtual T UpHeap(T key) = 0;
47 virtual void SetKey(T key) { exit(-1); }; argument
48 virtual CHeapNode<T> * Insert(T key) { return(Lroot_->Insert(key)); }; argument
51 virtual T UpHeap(T key) { return key; }; argument
65 CHeapInternalNode(T key,
73 virtual void SetKey(T key) { key argument
101 SetKey(T key) argument
105 UpHeap(T key) argument
[all...]
/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayout.cpp207 // semi-colon. After the initial position, key descriptions are expected
210 // A key description is of the form "<shape>:<scancodes>", where <shape>
214 // rectangular keys, or 'l' for the enter key. Additionally, you can use
217 // also used to determine the height of the first row of the enter key;
225 // 3) "<first>+<count>": one key with the <first> scancode is added, plus
229 // of a key, it accepts a size, but no shape modifiers. Also, instead of
236 "name = Generic 105-key International\n"
260 static const char* kDefaultLayout104 = "name = Generic 104-key\n"
344 KeyboardLayout::_AddAlternateKeyCode(Key* key, int32 modifier, int32 code) argument
346 if (key
354 _AddKey(const Key& key) argument
459 _AddKeyCodes(const parse_state& state, BPoint& rowLeftTop, Key& key, const char* data, int32& lastCount) argument
559 Key* key = KeyAt(i); local
607 _GetShape(const parse_state& state, const char* data, Key& key) argument
773 Key key; local
[all...]
/haiku-fatelf/headers/private/kernel/util/
H A DSplayTree.h30 static int Compare(const KeyType& key, const NodeType* node);
74 Key key = Definition::GetKey(node); local
75 _Splay(key);
77 int c = Definition::Compare(key, fRoot);
97 Node* Remove(const Key& key) argument
102 _Splay(key);
104 if (Definition::Compare(key, fRoot) != 0)
115 _Splay(key);
128 Key key = Definition::GetKey(node); local
129 _Splay(key);
187 Lookup(const Key& key) argument
226 FindClosest(const Key& key, bool greater, bool orEqual) argument
279 _Splay(const Key& key) argument
514 Remove(const Key& key) argument
547 Lookup(const Key& key) argument
586 GetIterator(const Key& key, bool greater, bool orEqual) argument
591 GetIterator(const Key& key, bool greater, bool orEqual) const argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp30 struct btrfs_key key; local
31 key.SetType(BTRFS_KEY_TYPE_DIR_INDEX);
32 key.SetObjectID(inode->ID());
34 key);
71 btrfs_key key; local
74 status_t status = fIterator->GetNextEntry(key, (void**)&entries,
114 struct btrfs_key key; local
115 key.SetType(BTRFS_KEY_TYPE_DIR_ITEM);
116 key.SetObjectID(fInode->ID());
117 key
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashMap.h77 Entry(const Key& key, Value value) : key(key), value(value) {} argument
79 Key key; member in class:HashMap::Entry
166 status_t Put(const Key& key, Value value);
167 Value Remove(const Key& key);
169 Value Get(const Key& key) const;
171 bool ContainsKey(const Key& key) const;
182 Element *_FindElement(const Key& key) const;
204 status_t Put(const Key& key, Valu argument
212 Remove(const Key& key) argument
357 Put(const Key& key, Value value) argument
377 Remove(const Key& key) argument
[all...]
/haiku-fatelf/src/apps/deskcalc/
H A DCalcView.cpp302 int32 key; local
303 if (message->FindInt32("key", &key) == B_OK)
304 _FlashKey(key, 0);
432 CalcKey* key = fKeypad; local
450 if (key->flags != 0)
460 be_control_look->DrawLabel(this, key->label, frame, updateRect,
464 key++;
476 // render key main grid
511 // render key symbol
519 CalcKey* key = fKeypad; local
582 int key = gridRow * fColumns + gridCol; local
887 int32 key = _KeyForLabel(temp.String()); local
1088 CalcKey* key = fKeypad; local
1125 _PressKey(int key) argument
1194 int32 key = _KeyForLabel(label); local
1214 _FlashKey(int32 key, uint32 flashFlags) argument
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dkeydef.c56 static int changeKeyOnSomeCondition(KanjiMode mode, int key, int fnum, unsigned char *actbuff, unsigned char *keybuff);
59 static void regist_act_hash(unsigned char *tbl_ptr, unsigned char key, unsigned char *buff);
60 static void remove_hash(unsigned char *tbl_ptr, unsigned char key, int which_seq);
70 static int copyMultiSequence(unsigned char key, KanjiMode old_tbl, KanjiMode new_tbl);
71 static void freeMultiSequence(unsigned char key, KanjiMode tbl);
84 unsigned char key; member in struct:map
207 int changeKeyfunc(int modenum, int key, int fnum, unsigned char *actbuff, unsigned char *keybuff) argument
216 retval = changeKeyfunc(CANNA_MODE_EmptyMode, key, fnum, actbuff, keybuff);
286 if (key >= 0 && key < 25
310 changeKeyOnSomeCondition(KanjiMode mode, int key, int fnum, unsigned char *actbuff, unsigned char *keybuff) argument
342 changeKeyfuncOfAll(int key, int fnum, unsigned char *actbuff, unsigned char *keybuff) argument
458 actFromHash(unsigned char *tbl_ptr, unsigned char key) argument
481 regist_act_hash(unsigned char *tbl_ptr, unsigned char key, unsigned char *buff) argument
511 remove_hash(unsigned char *tbl_ptr, unsigned char key, int which_seq) argument
717 mapFromHash(KanjiMode tbl, unsigned char key, struct map ***ppp) argument
771 copyMultiSequence(unsigned char key, KanjiMode old_tbl, KanjiMode new_tbl) argument
835 freeMultiSequence(unsigned char key, KanjiMode tbl) argument
868 askQuitKey(unsigned key) argument
[all...]
/haiku-fatelf/headers/private/package/hpkg/
H A DStrings.h58 size_t HashKey(const char* key) const
60 return hash_string(key);
68 bool Compare(const char* key, const CachedString* value) const argument
70 return strcmp(value->string, key) == 0;
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h19 size_t HashKey(const KeyType& key) const
21 return key.HashCode();
29 bool Compare(const KeyType& key, UnixEndpoint* endpoint) const argument
31 return key == endpoint->Address();
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp70 const char* key)
72 if (key == NULL)
75 fDefaultKey = key;
114 GPCapabilityExtractor::StringParameter(const char* name, const char* key, argument
117 bool isDefault = fDefaultKey == key;
128 AddCapability(fCapabilities->fInputSlots, capability, key);
134 AddCapability(fCapabilities->fPrintingModes, capability, key);
140 fNextDriverSpecificCategoryID], capability, key);
151 GPCapabilityExtractor::ResolutionParameter(const char* name, const char* key, argument
154 bool isDefault = fDefaultKey == key;
69 DefaultStringParameter(const char* name, const char* key) argument
185 PageSizeParameter(const char* name, const char* key, const char* displayName, BSize pageSize, BRect imageableArea) argument
319 AddCapability(GPArray<struct BaseCap>& array, EnumCap* capability, const char* key) argument
[all...]
/haiku-fatelf/src/system/kernel/slab/
H A DHashedObjectCache.h57 size_t HashKey(const void* key) const
59 return (addr_t)::lower_boundary(key, parent->slab_size)
68 bool Compare(const void* key, HashedSlab* value) const argument
70 return value->pages == key;
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dinput.c104 void vterm_input_push_key(VTerm *vt, VTermModifier mod, VTermKey key) argument
110 if((key == VTERM_KEY_ENTER || key == VTERM_KEY_BACKSPACE) && mod == VTERM_MOD_SHIFT)
113 if(key == VTERM_KEY_NONE || key >= VTERM_KEY_MAX)
116 if(key >= sizeof(keycodes)/sizeof(keycodes[0]))
119 k = keycodes[key];

Completed in 146 milliseconds

1234567891011>>