Searched refs:E_ADDR_ZERO (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cmd.c69 {L("&"), ex_subagain, E_ADDR2|E_ADDR_ZERO,
84 {L("="), ex_equal, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
99 {L("append"), ex_append, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
194 {L("insert"), ex_insert, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
265 E_ADDR1|E_AUTOPRINT|E_ADDR_ZERO|E_ADDR_ZERODEF,
275 {L("read"), ex_read, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
300 {L("s"), ex_s, E_ADDR2|E_ADDR_ZERO,
440 {L("~"), ex_subtilde, E_ADDR2|E_ADDR_ZERO,
H A Dex.h22 #define E_ADDR_ZERO 0x00000010 /* 0 is a legal addr1. */ macro
H A Dex.c838 * Note, we also add the E_ADDR_ZERO flag to the command flags, for the
856 F_SET(ecp, E_ADDR_ZERO);
885 F_SET(ecp, E_ADDR_ZERO);
904 F_SET(ecp, E_ADDR_ZERO);
1256 if (!F_ISSET(ecp, E_ADDR_ZERO) &&
1274 if (!F_ISSET(ecp, E_ADDR_ZERO) &&

Completed in 70 milliseconds