Searched defs:crtscts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c83 int crtscts = 0; /* Use hardware flow control */ variable
251 { "crtscts", o_int, &crtscts,
253 { "nocrtscts", o_int, &crtscts,
255 { "-crtscts", o_int, &crtscts,
257 { "cdtrcts", o_int, &crtscts,
259 { "nocdtrcts", o_int, &crtscts,
1936 crtscts = -2;

Completed in 49 milliseconds