/freebsd/contrib/tcsh/nls/french/ |
H A D | set20 | 8 6 Définition de touches standard\n 9 7 Définition de touches alternatives\n 11 9 Définition des touches de direction\n 15 13 -a liste ou définit la TOUCHE dans la table des touches alternatives\n 19 17 -v redéfinit toutes les touches pour vi\n 20 18 -e redéfinit toutes les touches pour emacs\n 21 19 -d redéfinit toutes les touches pour de l'éditeur par defaut (%s)\n
|
H A D | set9 | 7 5 Certaines touches d'extension trop longues pour tampon d'impression interne
|
H A D | set4 | 43 41 A les touches `alternatives'
|
H A D | set3 | 89 87 Passe au mode de commande Vi (redéfinition des touches alternatives)
|
/freebsd/sys/dev/evdev/ |
H A D | evdev_mt.c | 82 /* the set of slots with active touches */ 83 slotset_t touches; member 86 /* the set of slots to match with active touches */ 329 num_touches = bitcount(mt->touches); in evdev_mt_match_frame() 331 FOREACHBIT(mt->touches, slot) in evdev_mt_match_frame() 341 FOREACHBIT(mt->touches, slot) { in evdev_mt_match_frame() 363 FOREACHBIT(mt->touches, slot) in evdev_mt_match_frame() 383 slot->id = ffc_slot(evdev, mt->touches | mt->frame); in evdev_mt_send_frame() 511 mt->touches |= 1U << slot; in evdev_mt_set_value() 513 mt->touches &= ~(1U << slot); in evdev_mt_set_value() [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_refresh.3x | 128 It touches the indicated lines (marking them changed). 129 The routine \fBredrawwin\fP touches the entire window.
|
H A D | curs_window.3x | 151 Calling \fBwsyncup\fP touches all locations in ancestors of \fIwin\fP that are 157 The \fBwsyncdown\fP routine touches each location in \fIwin\fP that has been
|
H A D | curs_color.3x | 406 It also touches the current- and standard-screens, allowing an application to 476 character cells that a character write operation explicitly touches.
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | hid.c | 446 * The basics. When touches are detected, no normal mouse in hid_interrupt() 491 /* Count firm touches vs. firm+middle touches */ in hid_interrupt() 498 * touches which are all in center, make it a middle click in hid_interrupt()
|
/freebsd/usr.bin/vi/catalog/ |
H A D | french.UTF-8.base | 86 093 "La commande ex a échoué : les touches affectées sont abandonnées" 103 110 "La commande Vi a échoué : Les touches affectées ont été abandonnées" 221 231 "Interrompu : les touches affectées ont été abandonnées"
|
/freebsd/contrib/mandoc/ |
H A D | test-PATH_MAX.c | 17 * somewhat intrusive because it touches several files and
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | SDNodeProperties.h | 17 // SDNPMemOperand: indicates that a node touches memory and therefore must
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 297 // This operation is thread-safe as it only touches the dtls. 324 // This operation is thread-safe as it only touches the dtls. 332 // This operation is thread-safe as it only touches the dtls
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SDNodeProperties.td | 30 def SDNPMemOperand : SDNodeProperty; // Touches memory, has assoc MemOperand
|
/freebsd/share/vt/keymaps/ |
H A D | INDEX.keymaps | 241 gr.kbd:fr:Grec (104 touches) 253 gr.101.acc.kbd:fr:Grec (101 touches) 271 hu.101.kbd:fr:Hongrois (101 touches) 277 hu.102.kbd:fr:Hongrois (102 touches)
|
/freebsd/contrib/libdiff/lib/ |
H A D | diff_output_unidiff.c | 192 /* This next context touches or overlaps the previous in diff_chunk_context_load_change() 574 /* This next context touches or overlaps the previous in diff_output_unidiff() 577 debug("new chunk to be printed touches previous chunk," in diff_output_unidiff()
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | cyttsp.txt | 34 touches are detected before entering low-power mode.
|
H A D | cypress,cy8ctma340.yaml | 100 touches are detected before entering low-power mode
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SparseSet.h | 107 /// When SparseT is uint32_t, find() only touches 2 cache lines, but the sparse 110 /// When SparseT is uint8_t (the default), find() touches up to 2+[N/256] cache
|
/freebsd/share/man/man4/ |
H A D | atp.4 | 85 (in microseconds); beyond this period, touches are considered to be slides.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyAsmBackend.cpp | 107 // For each byte of the fragment that the fixup touches, mask in the in applyFixup()
|
/freebsd/share/man/man9/ |
H A D | counter.9 | 231 The update operation only touches the field that is private to current CPU.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430AsmBackend.cpp | 138 // For each byte of the fragment that the fixup touches, mask in the in applyFixup()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_lib.c | 298 * eng_lib.o is pretty much linked into anything that touches ENGINE already,
|
/freebsd/sys/net/altq/ |
H A D | if_altq.h | 83 * to be verified when a discipline touches the header.
|