Searched refs:E_ADDR2_ALL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_cmd.c | 180 {L("global"), ex_global, E_ADDR2_ALL, 376 {L("v"), ex_v, E_ADDR2_ALL, 406 {L("write"), ex_write, E_ADDR2_ALL|E_ADDR_ZERODEF, 411 {L("wn"), ex_wn, E_ADDR2_ALL|E_ADDR_ZERODEF, 416 {L("wq"), ex_wq, E_ADDR2_ALL|E_ADDR_ZERODEF, 421 {L("xit"), ex_xit, E_ADDR2_ALL|E_ADDR_ZERODEF,
|
H A D | ex.h | 18 #define E_ADDR2_ALL 0x00000004 /* Zero/two addresses; zero == all. */ macro
|
H A D | ex.c | 845 switch (F_ISSET(ecp, E_ADDR1 | E_ADDR2 | E_ADDR2_ALL | E_ADDR2_NONE)) { in ex_cmd() 874 case E_ADDR2_ALL: /* Zero/two addresses: */ in ex_cmd() 889 F_SET(ecp, E_ADDR2_ALL); in ex_cmd()
|