Home
last modified time | relevance | path

Searched refs:E_NAMEDISCARD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex.h139 #define E_NAMEDISCARD 0x00001000 /* Free/discard the name. */ macro
H A Dex_init.c308 F_SET(ecp, E_NAMEDISCARD); in ex_run_str()
H A Dex.c2090 if (F_ISSET(ecp, E_NAMEDISCARD)) in ex_load()
2182 if (F_ISSET(ecp, E_NAMEDISCARD)) in ex_discard()