Searched refs:E_NEWSCREEN (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/vi/ex/
H A Dex_cmd.c151 {"edit", ex_edit, E_NEWSCREEN,
156 {"ex", ex_edit, E_NEWSCREEN,
171 {"fg", ex_fg, E_NEWSCREEN|E_VIONLY,
226 {"next", ex_next, E_NEWSCREEN,
251 {"previous", ex_prev, E_NEWSCREEN,
332 {"tag", ex_tag_push, E_NEWSCREEN,
387 {"visual", ex_edit, E_NEWSCREEN,
H A Dex_screen.c51 newscreen = F_ISSET(cmdp, E_NEWSCREEN);
H A Dex_edit.c81 if (F_ISSET(cmdp, E_NEWSCREEN))
H A Dex_usage.c73 (newscreen && !F_ISSET(cp, E_NEWSCREEN))) {
H A Dex_args.c56 if (F_ISSET(cmdp, E_NEWSCREEN)) {
175 if (F_ISSET(cmdp, E_NEWSCREEN)) {
H A Dex.h28 #define E_NEWSCREEN 0x00000100 /* Create a new screen. */ macro
H A Dex_tag.c157 (F_ISSET(frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN));
161 if (F_ISSET(cmdp, E_NEWSCREEN)) {
H A Dex.c500 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN) &&
506 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN))
583 F_CLR(ecp, E_NEWSCREEN);

Completed in 143 milliseconds