HomeSort by: relevance | last modified time | path
    Searched defs:lmode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_delete.c 45 int lmode; local
47 lmode = F_ISSET(vp, VM_LMODE) ? CUT_LINEMODE : 0;
52 lmode | (F_ISSET(vp, VM_CUTREQ) ? CUT_NUMREQ : CUT_NUMOPT)))
56 if (del(sp, &vp->m_start, &vp->m_stop, lmode))
v_itxt.c 257 int isempty, lmode, rval; local
291 lmode = F_ISSET(vp, VM_LMODE) ? CUT_LINEMODE : 0;
292 if (lmode) {
309 if (!lmode && vp->m_start.lno == vp->m_stop.lno) {
317 &vp->m_start, &vp->m_stop, lmode))
339 &vp->m_start, &vp->m_stop, lmode))
343 if (lmode && vp->m_start.cno) {
356 if (del(sp, &vp->m_start, &vp->m_stop, lmode))
360 if (lmode) {
  /src/usr.bin/ftp/
cmds.c 1375 const char *lmode; local
1401 lmode = (i == 1) ? "w" : "a";
1402 recvrequest(dolist ? "LIST" : "NLST", dest, argv[i], lmode,
ftp.c 717 const char *lmode; local
743 lmode = "w";
807 lmode = "r+";
817 dout = dataconn(lmode);
943 const char *lmode, int printnames, int ignorespecial)
1079 fout = fopen(local, lmode);
1732 dataconn(const char *lmode)
1741 return (fdopen(data, lmode));
1801 return (fdopen(data, lmode));
  /src/external/gpl3/gcc/dist/gcc/
cselib.cc 2358 scalar_int_mode lmode;
2363 if (is_int_mode (GET_MODE (l->elt->val_rtx), &lmode)
2364 && GET_MODE_SIZE (lmode) > GET_MODE_SIZE (int_mode)
2366 || partial_subreg_p (lmode,
2371 && hard_regno_nregs (i, lmode) != 1)
2357 scalar_int_mode lmode; local
simplify-rtx.cc 1539 machine_mode lmode = GET_MODE (lhs);
1545 bits = (GET_MODE_UNIT_PRECISION (lmode)
1562 simplify_gen_unary (SIGN_EXTEND, mode, lhs, lmode),
1765 machine_mode lmode = GET_MODE (lhs);
1771 bits = (GET_MODE_UNIT_PRECISION (lmode)
1788 simplify_gen_unary (ZERO_EXTEND, mode, lhs, lmode),
1531 machine_mode lmode = GET_MODE (lhs); local
1757 machine_mode lmode = GET_MODE (lhs); local
  /src/external/gpl3/gcc.old/dist/gcc/
cselib.cc 2318 scalar_int_mode lmode;
2323 if (is_int_mode (GET_MODE (l->elt->val_rtx), &lmode)
2324 && GET_MODE_SIZE (lmode) > GET_MODE_SIZE (int_mode)
2326 || partial_subreg_p (lmode,
2331 && hard_regno_nregs (i, lmode) != 1)
2317 scalar_int_mode lmode; local
simplify-rtx.cc 1492 machine_mode lmode = GET_MODE (lhs);
1498 bits = (GET_MODE_UNIT_PRECISION (lmode)
1515 simplify_gen_unary (SIGN_EXTEND, mode, lhs, lmode),
1700 machine_mode lmode = GET_MODE (lhs);
1706 bits = (GET_MODE_UNIT_PRECISION (lmode)
1723 simplify_gen_unary (ZERO_EXTEND, mode, lhs, lmode),
1484 machine_mode lmode = GET_MODE (lhs); local
1692 machine_mode lmode = GET_MODE (lhs); local

Completed in 50 milliseconds