| /netbsd-src/sys/external/bsd/common/include/linux/ |
| H A D | completion.h | 59 struct completion { struct 83 init_completion(struct completion *completion) in init_completion() argument 86 mutex_init(&completion->c_lock, MUTEX_DEFAULT, IPL_SCHED); in init_completion() 87 cv_init(&completion->c_cv, "lnxcmplt"); in init_completion() 88 completion->c_done = 0; in init_completion() 95 reinit_completion(struct completion *completion) in reinit_completion() argument 98 completion->c_done = 0; in reinit_completion() 105 destroy_completion(struct completion *completion) in destroy_completion() argument 107 KASSERT(!cv_has_waiters(&completion->c_cv)); in destroy_completion() 108 cv_destroy(&completion->c_cv); in destroy_completion() [all …]
|
| /netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| H A D | vchiq_arm.h | 72 struct completion ka_evt; 77 struct completion vc_suspend_complete; 78 struct completion vc_resume_complete; 105 struct completion resume_blocker; 107 struct completion blocked_blocker;
|
| H A D | vchiq_arm.c | 234 VCHIQ_COMPLETION_DATA_T *completion; in add_completion() local 260 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion() 262 completion->header = header; in add_completion() 263 completion->reason = reason; in add_completion() 265 completion->service_userdata = user_service->service; in add_completion() 266 completion->bulk_userdata = bulk_userdata; in add_completion() 834 VCHIQ_COMPLETION_DATA_T *completion; in vchiq_ioctl() local 842 completion = &instance->completions[ in vchiq_ioctl() 851 service1 = completion->service_userdata; in vchiq_ioctl() 853 completion->service_userdata = in vchiq_ioctl() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | rluser.texi | 441 @item colored-completion-prefix 442 @vindex colored-completion-prefix 463 @item completion-display-width 464 @vindex completion-display-width 466 when performing completion. 472 @item completion-ignore-case 473 @vindex completion-ignore-case 474 If set to @samp{on}, Readline performs filename matching and completion 478 @item completion-map-case 479 @vindex completion-map-case [all …]
|
| H A D | rltech.texi | 40 such as completion, line editing, and interactive history manipulation 53 completion functions. 145 completion: completion on file names. If you do not want Readline to 577 Readline is performing word completion. 1260 of strings, in argv format, such as a list of completion matches. 1266 for display to the value of @code{completion-display-width}, the value of 1505 standard history and TAB completion functions. 1822 @cindex application-specific completion functions 1826 it can provide completion for commands, data, or both. 1831 * How Completing Works:: The logic used to do completion. [all …]
|
| H A D | readline.info | 383 'colored-completion-prefix' 401 'completion-display-width' 403 when performing completion. The value is ignored if it is 408 'completion-ignore-case' 410 completion in a case-insensitive fashion. The default value 413 'completion-map-case' 417 and completion. The default value is 'off'. 419 'completion-prefix-display-length' 426 'completion-query-items' 444 'disable-completion' [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_file.h | 106 struct completion *completion; member 115 void (*completion_release)(struct completion *completion);
|
| H A D | drm_atomic.h | 102 struct completion flip_done; 120 struct completion hw_done; 134 struct completion cleanup_done;
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | NEWS | 6 a. If a second consecutive completion attempt produces matches where the first 7 did not, treat it as a new completion attempt and insert a match as 107 e. There is a new bindable variable, `colored-completion-prefix', which, if 170 reading input from the terminal or performing word completion but no 230 b. New bindable variable `completion-display-width' to set the number of 233 c. New bindable variable `completion-case-map' to cause case-insensitive 234 completion to treat `-' and `_' as identical. 240 completion code to display the common prefix of the possible completions 267 middle of a word. If enabled, it means that characters in the completion 271 g. The pre-readline-6.0 version of menu completion is available as [all …]
|
| H A D | CHANGES | 88 a. If a second consecutive completion attempt produces matches where the first 89 did not, treat it as a new completion attempt and insert a match as 155 j. When performing case-insensitive completion, Readline no longer sorts the 294 i. Some memory leaks caused by signals interrupting filename completion have 304 l. Fixed a bug with tilde expanding directory names in filename completion. 323 s. Colored completion prefixes are now displayed using a different color, less 336 input function when performing completion. 368 hh. Fixed an issue that caused completion of git commands to display 369 incorrectly when using colored-completion-prefix. 394 e. There is a new bindable variable, `colored-completion-prefix', which, if [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/xen/ |
| H A D | xen_drm_front_evtchnl.h | 55 struct completion completion; member
|
| H A D | xen_drm_front_evtchnl.c | 59 complete(&evtchnl->u.req.completion); in evtchnl_interrupt_ctrl() 145 complete_all(&evtchnl->u.req.completion); in evtchnl_free() 187 init_completion(&evtchnl->u.req.completion); in evtchnl_alloc()
|
| /netbsd-src/lib/libedit/ |
| H A D | filecomplete.c | 671 char *completion; in fn_complete2() local 730 completion = escape_filename(el, matches[0], in fn_complete2() 733 completion = strdup(matches[0]); in fn_complete2() 734 if (completion == NULL) in fn_complete2() 742 ct_decode_string(completion, &el->el_scratch)); in fn_complete2() 754 (*app_func)(completion), &el->el_scratch)); in fn_complete2() 756 free(completion); in fn_complete2()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/ |
| H A D | qmgr.h | 36 struct completion done; 65 struct completion ready;
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | README.ja | 39 また、bash-completionファイルは下記にあります。 41 https://github.com/imomaliev/tmux-bash-completion
|
| H A D | README | 66 A bash(1) completion file is at: 68 https://github.com/imomaliev/tmux-bash-completion
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | e300c2c3.md | 32 ;; We could describe completion buffers slots in combination with the 33 ;; retirement units and the order of completion but the result 35 ;; real latency time with taking in order completion into account. 41 ;; insns would not wait in the completion buffer.
|
| H A D | 8540.md | 31 ;; We could describe completion buffers slots in combination with the 32 ;; retirement units and the order of completion but the result 34 ;; real latency time with taking in order completion into account. 40 ;; insns would not wait in the completion buffer.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | e300c2c3.md | 32 ;; We could describe completion buffers slots in combination with the 33 ;; retirement units and the order of completion but the result 35 ;; real latency time with taking in order completion into account. 41 ;; insns would not wait in the completion buffer.
|
| H A D | 8540.md | 31 ;; We could describe completion buffers slots in combination with the 32 ;; retirement units and the order of completion but the result 34 ;; real latency time with taking in order completion into account. 40 ;; insns would not wait in the completion buffer.
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_file.c | 775 if (e->completion) { in drm_send_event_locked() 776 complete_all(e->completion); in drm_send_event_locked() 777 e->completion_release(e->completion); in drm_send_event_locked() 778 e->completion = NULL; in drm_send_event_locked()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/ |
| H A D | vimrc | 102 " Clang code-completion support. This is somewhat experimental! 129 " Build a clang commandline to do code completion on stdin. 131 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c 138 " apparent inability to do code completion at the very end of the
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/comp-dir/subdir/ |
| H A D | dummy.txt | 1 For completion.exp
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/comp-dir/subdir/ |
| H A D | dummy.txt | 1 For completion.exp
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_ct_validation_callback.pod | 49 handshake completion, even after session resumption since the verification 57 handshake completion. 61 handshake completion, such delayed SCT checks should only be performed when the
|