Home
last modified time | relevance | path

Searched refs:lmode (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/nvi/vi/
HDv_delete.c39 int lmode; in v_delete() local
41 lmode = F_ISSET(vp, VM_LMODE) ? CUT_LINEMODE : 0; in v_delete()
46 lmode | (F_ISSET(vp, VM_CUTREQ) ? CUT_NUMREQ : CUT_NUMOPT))) in v_delete()
50 if (del(sp, &vp->m_start, &vp->m_stop, lmode)) in v_delete()
HDv_itxt.c250 int isempty, lmode, rval; in v_change() local
284 lmode = F_ISSET(vp, VM_LMODE) ? CUT_LINEMODE : 0; in v_change()
285 if (lmode) { in v_change()
302 if (!lmode && vp->m_start.lno == vp->m_stop.lno) { in v_change()
310 &vp->m_start, &vp->m_stop, lmode)) in v_change()
332 &vp->m_start, &vp->m_stop, lmode)) in v_change()
336 if (lmode && vp->m_start.cno) { in v_change()
349 if (del(sp, &vp->m_start, &vp->m_stop, lmode)) in v_change()
353 if (lmode) { in v_change()
/NextBSD/contrib/tcsh/
HDsh.print.c252 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 && in flush()
253 lmode & LFLUSHO) { in flush()
254 lmode = LFLUSHO; in flush()
255 (void) ioctl(unit, TIOCLBIC, (ioclt_t) & lmode); in flush()
/NextBSD/contrib/telnet/telnet/
HDsys_bsd.c380 int lmode; in TerminalNewMode() local
428 lmode = olmode; in TerminalNewMode()
546 lmode &= ~LCTLECH; in TerminalNewMode()
554 lmode |= LCTLECH; in TerminalNewMode()
567 lmode |= LLITOUT; in TerminalNewMode()
569 lmode &= ~LLITOUT; in TerminalNewMode()
572 lmode |= LPASS8; in TerminalNewMode()
574 lmode &= ~LPASS8; in TerminalNewMode()
666 lmode = olmode; in TerminalNewMode()
672 ioctl(tin, TIOCLSET, (char *)&lmode); in TerminalNewMode()
/NextBSD/contrib/nvi/common/
HDdelete.c40 int lmode) in del() argument
50 if (lmode) { in del()
/NextBSD/contrib/tnftp/src/
HDftp.c671 const char *lmode; in sendrequest() local
697 lmode = "w"; in sendrequest()
761 lmode = "r+"; in sendrequest()
771 dout = dataconn(lmode); in sendrequest()
890 const char *lmode, int printnames, int ignorespecial) in recvrequest() argument
1024 fout = fopen(local, lmode); in recvrequest()
1650 dataconn(const char *lmode) in dataconn() argument
1659 return (fdopen(data, lmode)); in dataconn()
1717 return (fdopen(data, lmode)); in dataconn()
HDcmds.c1377 const char *lmode; in mls() local
1403 lmode = (i == 1) ? "w" : "a"; in mls()
1404 recvrequest(dolist ? "LIST" : "NLST", dest, argv[i], lmode, in mls()
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDftp.c669 sendrequest (char *cmd, char *local, char *remote, char *lmode, int printnames) in sendrequest() argument
716 fin = popen (local + 1, lmode); in sendrequest()
726 fin = fopen (local, lmode); in sendrequest()
898 char *lmode, int printnames, int local_given) in recvrequest() argument
1021 fout = fopen (local, lmode); in recvrequest()
1415 dataconn (const char *lmode) in dataconn() argument
1423 return (fdopen (data, lmode)); in dataconn()
1436 return (fdopen (data, lmode)); in dataconn()
/NextBSD/contrib/gdb/gdb/
HDser-unix.c64 int lmode; member
139 if (ioctl (scb->fd, TIOCLGET, &state->lmode) < 0) in get_tty_state()
169 if (ioctl (scb->fd, TIOCLSET, &state->lmode) < 0) in set_tty_state()
284 fprintf_filtered (stream, "lmode: 0x%x\n", state->lmode); in hardwire_print_tty_state()
/NextBSD/crypto/openssl/engines/
HDe_padlock.c694 # define DECLARE_AES_EVP(ksize,lmode,umode) \ argument
695 static const EVP_CIPHER padlock_aes_##ksize##_##lmode = { \
696 NID_aes_##ksize##_##lmode, \
/NextBSD/crypto/heimdal/appl/ftp/
HDChangeLog854 * ftp/ftp.c (sendrequest): lmode != rmode
/NextBSD/contrib/gcc/
HDfold-const.c3495 enum machine_mode lmode, rmode, nmode; in optimize_bit_field_compare() local
3507 linner = get_inner_reference (lhs, &lbitsize, &lbitpos, &offset, &lmode, in optimize_bit_field_compare()
3509 if (linner == lhs || lbitsize == GET_MODE_BITSIZE (lmode) || lbitsize < 0 in optimize_bit_field_compare()