Searched refs:sttyparse (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/ttymon/ |
H A D | Makefile | 32 STTYOBJ= sttyobjs/stty.o sttyobjs/sttytable.o sttyobjs/sttyparse.o 35 sttyobjs.xpg4/sttyparse.o 40 sttytable.o sttyparse.o ulockf.o 45 sttyparse.o 48 STTYSRC= stty.c sttytable.c sttyparse.c
|
H A D | tmterm.c | 86 extern char *sttyparse(); 121 if ((uarg = sttyparse(cnt, argvp, term, &termio, &termios,
|
H A D | tmttydefs.c | 316 extern char *sttyparse(); 331 if ((s_arg = sttyparse(cnt, argvp, term, &termio, &termios,
|
H A D | stty.c | 95 char *s_arg, *sttyparse(); /* s_arg: ptr to mode to be set */ in main() 203 if (s_arg = sttyparse(argc, argv, term, &ocb, &cb, &termiox, &winsize in main()
|
H A D | sttyparse.c | 69 sttyparse(int argc, char *argv[], int term, struct termio *ocb, function
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | Makefile | 28 PROGSRC= stty.c sttyparse.c sttytable.c
|
H A D | stty.c | 69 char *s_arg, *sttyparse(); /* s_arg: ptr to mode to be set */ in main() 167 if (s_arg = sttyparse(argc, argv, in main()
|
H A D | sttyparse.c | 48 sttyparse(argc, argv, term, ocb, cb, termiox, winsize) in sttyparse() function
|