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

/openbsd-current/usr.bin/vi/ex/
H A Dex_cmd.c81 {"=", ex_equal, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
96 {"append", ex_append, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
186 {"insert", ex_insert, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
257 E_ADDR1|E_AUTOPRINT|E_ADDR_ZERO|E_ADDR_ZERODEF,
267 {"read", ex_read, E_ADDR1|E_ADDR_ZERO|E_ADDR_ZERODEF,
H A Dex.h24 #define E_ADDR_ZERO 0x00000010 /* 0 is a legal addr1. */ macro
H A Dex.c831 * Note, we also add the E_ADDR_ZERO flag to the command flags, for the
849 F_SET(ecp, E_ADDR_ZERO);
878 F_SET(ecp, E_ADDR_ZERO);
897 F_SET(ecp, E_ADDR_ZERO);
1243 if (!F_ISSET(ecp, E_ADDR_ZERO) &&
1262 if (!F_ISSET(ecp, E_ADDR_ZERO) &&

Completed in 176 milliseconds