Home
last modified time | relevance | path

Searched refs:sttyparse (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A DMakefile33 STTYOBJ= sttyobjs/stty.o sttyobjs/sttytable.o sttyobjs/sttyparse.o
36 sttyobjs.xpg4/sttyparse.o
41 sttytable.o sttyparse.o ulockf.o
46 sttyparse.o tmglobal.o
49 STTYSRC= stty.c sttytable.c sttyparse.c
H A Dtmextern.h54 extern char *sttyparse(int, char *[], int, struct termio *,
65 extern char *sttyparse(int, char *[], int, struct termio *,
H A Dtmterm.c107 if ((uarg = sttyparse(cnt, argvp, term, &termio, &termios, in set_termio()
H A Dtmttydefs.c326 if ((s_arg = sttyparse(cnt, argvp, term, &termio, &termios, in check_flags()
H A Dstty.c202 s_arg = sttyparse(argc, argv, term, &ocb, &cb, &termiox, &winsize, in main()
205 s_arg = sttyparse(argc, argv, term, &ocb, &cb, &termiox, &winsize); in main()
H A Dsttyparse.c69 sttyparse(int argc, char *argv[], int term, struct termio *ocb, function
/illumos-gate/usr/src/ucbcmd/stty/
H A DMakefile28 PROGSRC= stty.c sttyparse.c sttytable.c
H A Dstty.c70 char *s_arg, *sttyparse(); /* s_arg: ptr to mode to be set */ in main()
168 if (s_arg = sttyparse(argc, argv, in main()
H A Dsttyparse.c45 sttyparse(argc, argv, term, ocb, cb, termiox, winsize) in sttyparse() function
/illumos-gate/exception_lists/
H A Dcstyle91 usr/src/cmd/ttymon/sttyparse.c