Searched refs:dosynch (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 2259 dosynch() in dosynch() function 2307 dosynch(); in intp() 2321 dosynch(); in sendbrk() 2335 dosynch(); in sendabort() 2349 dosynch(); in sendsusp()
|
H A D | externs.h | 343 int dosynch (void);
|
H A D | commands.c | 224 { "synch", "Perform Telnet 'Synch operation'", 1, 0, dosynch, 2, 0 },
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 2274 dosynch(char *ch __unused) in dosynch() function 2322 dosynch(NULL); in intp() 2336 dosynch(NULL); in sendbrk() 2350 dosynch(NULL); in sendabort() 2364 dosynch(NULL); in sendsusp()
|
H A D | externs.h | 335 dosynch(char *);
|
H A D | commands.c | 315 { "synch", "Perform Telnet 'Synch operation'", 1, 0, (int (*)(char *, ...))dosynch, 2, 0 },
|