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

/ast/src/cmd/builtin/
H A Dpty.c85 "pty.]:[stty]"
968 char* stty = 0; local
997 stty = opt_info.arg;
1017 if (stty)
1020 for (s = stty; *s; s++)
1023 if (!(ap = newof(0, Argv_t, 1, (n + 2) * sizeof(char*) + (s - stty + 1))))
1028 strcpy(ap->args, stty);
1029 ap->argv[0] = "stty";

Completed in 12 milliseconds