Lines Matching refs:c_lflag
1165 termiosp->c_lflag = ECHOK; in from_compat()
1186 termiosp->c_lflag |= XCASE; in from_compat()
1189 termiosp->c_lflag |= ECHO; in from_compat()
1216 termiosp->c_lflag &= ~(XCASE|IEXTEN); in from_compat()
1254 termiosp->c_lflag |= IEXTEN; in from_compat()
1256 termiosp->c_lflag |= ISIG; in from_compat()
1258 termiosp->c_lflag |= ICANON; in from_compat()
1260 termiosp->c_lflag |= ECHOCTL; in from_compat()
1281 termiosp->c_lflag |= ECHOPRT; in from_compat()
1283 termiosp->c_lflag |= ECHOE; in from_compat()
1285 termiosp->c_lflag |= TOSTOP; in from_compat()
1287 termiosp->c_lflag |= FLUSHO; in from_compat()
1291 termiosp->c_lflag |= ECHOKE; in from_compat()
1293 termiosp->c_lflag |= PENDIN; in from_compat()
1297 termiosp->c_lflag |= NOFLSH; in from_compat()
1298 if (termiosp->c_lflag & ICANON) { in from_compat()
1345 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN))) in to_compat()
1374 if (!(termiosp->c_lflag & ISIG)) in to_compat()
1378 if (!(termiosp->c_lflag & ICANON)) in to_compat()
1380 if (termiosp->c_lflag & ECHOCTL) in to_compat()
1387 if (termiosp->c_lflag&ECHO) in to_compat()
1426 if (termiosp->c_lflag & ECHOPRT) in to_compat()
1428 if (termiosp->c_lflag & ECHOE) in to_compat()
1430 if (termiosp->c_lflag & TOSTOP) in to_compat()
1432 if (termiosp->c_lflag & FLUSHO) in to_compat()
1436 if (termiosp->c_lflag & ECHOKE) in to_compat()
1438 if (termiosp->c_lflag & PENDIN) in to_compat()
1442 if (termiosp->c_lflag & NOFLSH) in to_compat()
1444 if (termiosp->c_lflag & ICANON) { in to_compat()