Home
last modified time | relevance | path

Searched refs:E_USELASTCMD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex.h154 #define E_USELASTCMD 0x02000000 /* Use the last command. */ macro
H A Dex.c539 F_CLR(ecp, E_USELASTCMD); in ex_cmd()
559 F_SET(ecp, E_USELASTCMD); in ex_cmd()
1258 !F_ISSET(ecp, E_USELASTCMD))) { in ex_cmd()
1277 !F_ISSET(ecp, E_USELASTCMD))) { in ex_cmd()
1302 F_ISSET(ecp, E_USELASTCMD) && vi_address == 0) { in ex_cmd()
1373 (F_ISSET(ecp, E_USELASTCMD) || ecp->cmd == &cmds[C_SCROLL])) in ex_cmd()