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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cmd.c159 {L("edit"), ex_edit, E_NEWSCREEN,
164 {L("ex"), ex_edit, E_NEWSCREEN,
179 {L("fg"), ex_fg, E_NEWSCREEN|E_VIONLY,
234 {L("next"), ex_next, E_NEWSCREEN,
259 {L("previous"), ex_prev, E_NEWSCREEN,
340 {L("tag"), ex_tag_push, E_NEWSCREEN,
395 {L("visual"), ex_edit, E_NEWSCREEN,
H A Dex_usage.c76 (newscreen && !F_ISSET(cp, E_NEWSCREEN))) {
112 else if (F_ISSET(cp, E_NEWSCREEN)) {
H A Dex_screen.c53 newscreen = F_ISSET(cmdp, E_NEWSCREEN);
H A Dex_edit.c87 if (F_ISSET(cmdp, E_NEWSCREEN) || cmdp->cmd == &cmds[C_VSPLIT])
H A Dex_args.c62 if (F_ISSET(cmdp, E_NEWSCREEN)) {
188 if (F_ISSET(cmdp, E_NEWSCREEN)) {
H A Dex.h26 #define E_NEWSCREEN 0x00000100 /* Create a new screen. */ macro
H A Dex_cscope.c510 istmp = F_ISSET(sp->frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN);
542 if (F_ISSET(cmdp, E_NEWSCREEN)) {
H A Dex.c502 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN) &&
508 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN))
585 F_CLR(ecp, E_NEWSCREEN);
H A Dex_tag.c129 if (tagq_push(sp, tqp, F_ISSET(cmdp, E_NEWSCREEN),

Completed in 68 milliseconds