Home
last modified time | relevance | path

Searched refs:echoes (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/driver-api/tty/
H A Dindex.rst25 implementing echoes, signal handling, jobs control, special characters
/linux/fs/smb/client/
H A Dsmb2ops.c46 server->echoes = false; in change_conf()
50 server->echoes = true; in change_conf()
55 server->echoes = true; in change_conf()
1329 return server->echoes; in smb2_can_echo()
H A Dcifsglob.h753 bool echoes:1; /* enable echoes */ member