Home
last modified time | relevance | path

Searched full:touches (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/tcsh/nls/french/
H A Dset208 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 Dset97 5 Certaines touches d'extension trop longues pour tampon d'impression interne
H A Dset443 41 A les touches `alternatives'
H A Dset389 87 Passe au mode de commande Vi (redéfinition des touches alternatives)
/freebsd/sys/dev/evdev/
H A Devdev_mt.c82 /* 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 Dcurs_refresh.3x128 It touches the indicated lines (marking them changed).
129 The routine \fBredrawwin\fP touches the entire window.
H A Dcurs_window.3x151 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 Dcurs_color.3x406 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 Dhid.c446 * 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 Dfrench.UTF-8.base86 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 Dtest-PATH_MAX.c17 * somewhat intrusive because it touches several files and
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSDNodeProperties.h17 // SDNPMemOperand: indicates that a node touches memory and therefore must
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h297 // 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 DSDNodeProperties.td30 def SDNPMemOperand : SDNodeProperty; // Touches memory, has assoc MemOperand
/freebsd/share/vt/keymaps/
H A DINDEX.keymaps241 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 Ddiff_output_unidiff.c192 /* 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 Dcyttsp.txt34 touches are detected before entering low-power mode.
H A Dcypress,cy8ctma340.yaml100 touches are detected before entering low-power mode
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h107 /// 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 Datp.485 (in microseconds); beyond this period, touches are considered to be slides.
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp107 // For each byte of the fragment that the fixup touches, mask in the in applyFixup()
/freebsd/share/man/man9/
H A Dcounter.9231 The update operation only touches the field that is private to current CPU.
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp138 // For each byte of the fragment that the fixup touches, mask in the in applyFixup()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_lib.c298 * eng_lib.o is pretty much linked into anything that touches ENGINE already,
/freebsd/sys/net/altq/
H A Dif_altq.h83 * to be verified when a discipline touches the header.

1234