Searched refs:E_MODIFY (Results 1 – 4 of 4) sorted by relevance
137 if (F_ISSET(cmdp, E_MODIFY)) in ex_read()140 if (F_ISSET(cmdp, E_MODIFY)) { in ex_read()
348 F_SET(excp, E_MODIFY); in argv_fexp()364 F_SET(excp, E_MODIFY); in argv_fexp()379 F_SET(excp, E_MODIFY); in argv_fexp()
86 if (F_ISSET(cmdp, E_MODIFY) && !F_ISSET(sp, SC_EX_SILENT)) { in ex_bang()
150 #define E_MODIFY 0x00200000 /* File name expansion modified arg. */ macro