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

/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.h33 #define ASYNC 1 macro
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.c187 if (!(term & ASYNC)) {
219 if (term & ASYNC) {
473 if (term & ASYNC) {
566 if (!(term & ASYNC)) {
/illumos-gate/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)) {
271 if (term & ASYNC) {
505 if (term & ASYNC) {
618 if (!(term & ASYNC)) {
H A Dtmttydefs.c330 term = ASYNC|TERMIOS|FLOW;

Completed in 89 milliseconds