Searched refs:tty (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001229-1.c35 char uname[33] = "", tty[38] = "/dev/"; local
36 foo(uname, tty);
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dterminal.c674 int tty;
684 tty = fileno (stdin);
687 tcgetattr (tty, &original_termios);
688 tcgetattr (tty, &ttybuff);
691 ioctl (tty, TCGETA, &original_termio);
692 ioctl (tty, TCGETA, &ttybuff);
724 tcsetattr (tty, TCSANOW, &ttybuff);
727 ioctl (tty, TCSETA, &ttybuff);
732 ioctl (tty, TIOCGETP, &ttybuff);
745 ioctl (tty, TIOCLGE
672 int tty; local
801 int tty; local
[all...]
H A Dsession.c4153 int tty, space_avail;
4157 tty = fileno (info_input_stream);
4165 ioctl (tty, FIONREAD, &chars_avail);
4171 chars_avail = read (tty, &input[0], chars_avail);
4178 flags = fcntl (tty, F_GETFL, 0);
4180 fcntl (tty, F_SETFL, (flags | O_NDELAY));
4181 chars_avail = read (tty, &input[0], space_avail);
4182 fcntl (tty, F_SETFL, flags);
4214 int tty = fileno (info_input_stream);
4228 n = read (tty,
4141 int tty, space_avail; local
4202 int tty = fileno (info_input_stream); local
[all...]
/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.c2280 printf ("and in that case it's the default on a tty.\n");
/haiku-buildtools/gcc/gcc/ada/
H A DMakefile.rtl464 g-tty$(objext) \
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dinclhack.sh1248 ./sys/tty.h | \
/haiku-buildtools/legacy/gcc/gcc/
H A Dfixincludes2457 dev/ps_irq.h dev/screen.h dev/scsi.h sys/tty.h Xm.acorn/XmP.h
H A Dtexinfo.tex1441 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1443 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex1405 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1407 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex1377 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1379 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex1449 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1451 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex1812 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1814 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex1920 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1922 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex2154 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2156 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex2694 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2696 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex2549 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2551 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex2697 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2699 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex2715 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2717 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex2715 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2717 % or `code' (@kbd uses normal tty font always).
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex2717 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2719 % or `code' (@kbd uses normal tty font always).

Completed in 329 milliseconds