Home
last modified time | relevance | path

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

/src/contrib/nvi/ex/
H A Dex.h155 #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()
1260 !F_ISSET(ecp, E_USELASTCMD))) { in ex_cmd()
1279 !F_ISSET(ecp, E_USELASTCMD))) { in ex_cmd()
1304 F_ISSET(ecp, E_USELASTCMD) && vi_address == 0) { in ex_cmd()
1375 (F_ISSET(ecp, E_USELASTCMD) || ecp->cmd == &cmds[C_SCROLL])) in ex_cmd()