Home
last modified time | relevance | path

Searched refs:ASYNC (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/ucbcmd/stty/
H A Dsttyparse.c75 if ((term & ASYNC) || term == -1) {
191 if ((!(term & ASYNC) || term == -1) && eqarg("ctab", argc) && --argc) {
218 if((!(term & ASYNC) || term == -1) && eq("sane")) {
344 term |= ASYNC;
383 if (term & ASYNC) {
H A Dstty.h33 #define ASYNC 1 macro
H A Dstty.c187 if (!(term & ASYNC)) { in prmodes()
219 if (term & ASYNC) { in prmodes()
473 if (term & ASYNC) { in pramodes()
566 if (!(term & ASYNC)) { in pramodes()
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.h43 #define ASYNC 1 macro
H A Dsttyparse.c82 if (term & ASYNC) {
218 if (!(term & ASYNC) && eq("ctab") && --argc) {
246 if (!(term & ASYNC) && eq("sane")) {
372 term |= ASYNC;
434 if (term & ASYNC) {
H A Dstty.c239 if (!(term & ASYNC)) { in prmodes()
271 if (term & ASYNC) { in prmodes()
505 if (term & ASYNC) { in pramodes()
618 if (!(term & ASYNC)) { in pramodes()
H A Dtmttydefs.c330 term = ASYNC|TERMIOS|FLOW;