Home
last modified time | relevance | path

Searched refs:selective (Results 1 – 11 of 11) sorted by relevance

/external/libvterm/src/
Dstate.c50 static void erase(VTermState *state, VTermRect rect, int selective) in erase() argument
53 if((*state->callbacks->erase)(rect, selective, state->cbdata)) in erase()
941 int selective; in on_csi() local
1029 selective = (leader_byte == '?'); in on_csi()
1036 erase(state, rect, selective); in on_csi()
1043 erase(state, rect, selective); in on_csi()
1052 erase(state, rect, selective); in on_csi()
1057 erase(state, rect, selective); in on_csi()
1065 erase(state, rect, selective); in on_csi()
1072 selective = (leader_byte == '?'); in on_csi()
[all …]
Dscreen.c265 static int erase_internal(VTermRect rect, int selective, void *user) in erase_internal() argument
275 if(selective && cell->pen.protected_cell) in erase_internal()
288 static int erase_user(VTermRect rect, int selective, void *user) in erase_user() argument
297 static int erase(VTermRect rect, int selective, void *user) in erase() argument
299 erase_internal(rect, selective, user); in erase()
Dvterm.c235 int (*eraserect)(VTermRect rect, int selective, void *user), in vterm_scroll_rect() argument
/external/libvterm/include/
Dvterm.h190 int (*erase)(VTermRect rect, int selective, void *user);
298 int (*eraserect)(VTermRect rect, int selective, void *user),
/external/strace/
DNEWS708 * selective tracing of syscalls
709 * selective printing of syscall structures
710 * selective abbreviation of long structures on a per syscall basis
711 * selective printing of raw syscall arguments and results
712 * selective tracing of signals
713 * selective dumping of all I/O read from file descriptors
714 * selective dumping of all I/O written to file descriptors
/external/iptables/utils/
Dpf.os96 # selective ACK functionality.
98 # - The sequence of TCP all options (MSS, window scaling, selective ACK
102 # header padding) and sackOK option (selective ACK feature).
143 # S - selective ACK OK
172 # functionality, enable or disable timestamps or selective ACK,
240 # selective ACK:
/external/libpcap/
DREADME60 added overhead (especially, for selective filters). Ideally, libpcap
/external/libvorbis/doc/
Drfc5215.txt1229 band, or use selective retransmission [RFC3611] if the server
/external/selinux/libselinux/
DChangeLog841 reworked matchpathcon implementation to support selective
/external/tcpdump/
DCHANGES877 selective acknowledgment case.
/external/curl/
DCHANGES.0156 selective downloading. To provide that, a set of new options were added: