Searched refs:lmode (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/test/
H A Ddead002.tcl20 set lmode "default"
22 set lmode "expire"
26 -lock -lock_timeout $timeout -lock_detect $lmode]
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.print.c228 /* int lmode; */
246 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 &&
247 lmode & LFLUSHO) {
248 lmode = LFLUSHO;
249 (void) ioctl(unit, TIOCLBIC, (ioclt_t) & lmode);
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c379 int lmode; local
427 lmode = olmode;
545 lmode &= ~LCTLECH;
553 lmode |= LCTLECH;
566 lmode |= LLITOUT;
568 lmode &= ~LLITOUT;
571 lmode |= LPASS8;
573 lmode &= ~LPASS8;
665 lmode = olmode;
671 ioctl(tin, TIOCLSET, (char *)&lmode);
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dsystty.h347 int lmode;
341 int lmode; member in struct:emacs_tty
H A Dsysdep.c728 s.lmode = LLITOUT | s.lmode; /* Don't strip 8th bit */
1232 /* How about a struct tchars and a wordful of lmode bits? */
1235 || ioctl (fd, TIOCLGET, &settings->lmode) < 0)
1325 /* How about a struct tchars and a wordful of lmode bits? */
1328 || ioctl (fd, TIOCLSET, &settings->lmode) < 0)
1348 /* BSD 4.1 needs to keep track of the lmode bits in order to start
1350 int lmode;
1612 tty.lmode = LDECCTQ | LLITOUT | LPASS8 | LNOFLSH | old_tty.lmode;
1341 int lmode; variable
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c669 sendrequest (char *cmd, char *local, char *remote, char *lmode, int printnames) argument
716 fin = popen (local + 1, lmode);
726 fin = fopen (local, lmode);
898 char *lmode, int printnames, int local_given)
1021 fout = fopen (local, lmode);
1415 dataconn (const char *lmode) argument
1423 return (fdopen (data, lmode));
1436 return (fdopen (data, lmode));
897 recvrequest(char *cmd, char *local, char *remote, char *lmode, int printnames, int local_given) argument
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dftp.c679 char *volatile lmode; local
705 lmode = "w";
769 lmode = "r+";
779 dout = dataconn(lmode);
898 const char *lmode, int printnames, int ignorespecial)
1032 fout = fopen(local, lmode);
1669 dataconn(const char *lmode) argument
1678 return (fdopen(data, lmode));
1736 return (fdopen(data, lmode));
897 recvrequest(const char *cmd, const char *volatile local, const char *remote, const char *lmode, int printnames, int ignorespecial) argument
H A Dftp.c.orig675 char *volatile lmode;
701 lmode = "w";
765 lmode = "r+";
775 dout = dataconn(lmode);
894 const char *lmode, int printnames, int ignorespecial)
1028 fout = fopen(local, lmode);
1640 dataconn(const char *lmode)
1649 return (fdopen(data, lmode));
1707 return (fdopen(data, lmode));
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_padlock.c687 #define DECLARE_AES_EVP(ksize,lmode,umode) \
688 static const EVP_CIPHER padlock_aes_##ksize##_##lmode = { \
689 NID_aes_##ksize##_##lmode, \
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb507 lmode = Tk::Tile::Label.new(l, :text=>'Progress bar mode')
543 Tk.grid(lmode, :sticky=>'we', :columnspan=>2)
/macosx-10.10/vim-55/runtime/syntax/
H A Dsicad.vim270 syn keyword sicadStatement lfs li lining lldes lmode

Completed in 117 milliseconds