Home
last modified time | relevance | path

Searched refs:C_SHIFTL (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/vi/
H A Dex_def.h6 #define C_SHIFTL 5 macro
/freebsd/contrib/nvi/vi/
H A Dv_ex.c124 ex_cinit(sp, &cmd, C_SHIFTL, 2, vp->m_start.lno, vp->m_stop.lno, 0); in v_shiftl()
/freebsd/contrib/nvi/ex/
H A Dex.c522 if ((ecp->cmd == &cmds[C_SHIFTL] && *p == '<') || in ex_cmd()