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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cmd.c184 {L("global"), ex_global, E_ADDR2_ALL,
380 {L("v"), ex_v, E_ADDR2_ALL,
410 {L("write"), ex_write, E_ADDR2_ALL|E_ADDR_ZERODEF,
415 {L("wn"), ex_wn, E_ADDR2_ALL|E_ADDR_ZERODEF,
420 {L("wq"), ex_wq, E_ADDR2_ALL|E_ADDR_ZERODEF,
425 {L("xit"), ex_xit, E_ADDR2_ALL|E_ADDR_ZERODEF,
H A Dex.h20 #define E_ADDR2_ALL 0x00000004 /* Zero/two addresses; zero == all. */ macro
H A Dex.c832 * (the E_ADDR2_ALL flag), 0 defaults to the entire file. For one
845 switch (F_ISSET(ecp, E_ADDR1 | E_ADDR2 | E_ADDR2_ALL | E_ADDR2_NONE)) {
874 case E_ADDR2_ALL: /* Zero/two addresses: */
889 F_SET(ecp, E_ADDR2_ALL);

Completed in 110 milliseconds