Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_cmd.c155 {L("edit"), ex_edit, E_NEWSCREEN,
160 {L("ex"), ex_edit, E_NEWSCREEN,
175 {L("fg"), ex_fg, E_NEWSCREEN|E_VIONLY,
230 {L("next"), ex_next, E_NEWSCREEN,
255 {L("previous"), ex_prev, E_NEWSCREEN,
336 {L("tag"), ex_tag_push, E_NEWSCREEN,
391 {L("visual"), ex_edit, E_NEWSCREEN,
H A Dex_usage.c72 (newscreen && !F_ISSET(cp, E_NEWSCREEN))) { in ex_usage()
108 else if (F_ISSET(cp, E_NEWSCREEN)) { in ex_usage()
H A Dex_args.c58 if (F_ISSET(cmdp, E_NEWSCREEN)) { in ex_next()
183 if (F_ISSET(cmdp, E_NEWSCREEN)) { in ex_prev()
H A Dex_screen.c49 newscreen = F_ISSET(cmdp, E_NEWSCREEN); in ex_fg()
H A Dex_edit.c83 if (F_ISSET(cmdp, E_NEWSCREEN) || cmdp->cmd == &cmds[C_VSPLIT]) in ex_edit()
H A Dex.h24 #define E_NEWSCREEN 0x00000100 /* Create a new screen. */ macro
H A Dex_cscope.c511 istmp = F_ISSET(sp->frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN); in cscope_find()
541 if (F_ISSET(cmdp, E_NEWSCREEN)) { in cscope_find()
H A Dex.c502 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN) && in ex_cmd()
508 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN)) in ex_cmd()
585 F_CLR(ecp, E_NEWSCREEN); in ex_cmd()
H A Dex_tag.c124 if (tagq_push(sp, tqp, F_ISSET(cmdp, E_NEWSCREEN), in ex_tag_push()