Searched refs:E_NEWSCREEN (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_cmd.c | 155 {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 D | ex_usage.c | 72 (newscreen && !F_ISSET(cp, E_NEWSCREEN))) { in ex_usage() 108 else if (F_ISSET(cp, E_NEWSCREEN)) { in ex_usage()
|
H A D | ex_args.c | 58 if (F_ISSET(cmdp, E_NEWSCREEN)) { in ex_next() 183 if (F_ISSET(cmdp, E_NEWSCREEN)) { in ex_prev()
|
H A D | ex_screen.c | 49 newscreen = F_ISSET(cmdp, E_NEWSCREEN); in ex_fg()
|
H A D | ex_edit.c | 83 if (F_ISSET(cmdp, E_NEWSCREEN) || cmdp->cmd == &cmds[C_VSPLIT]) in ex_edit()
|
H A D | ex.h | 24 #define E_NEWSCREEN 0x00000100 /* Create a new screen. */ macro
|
H A D | ex_cscope.c | 511 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 D | ex.c | 502 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 D | ex_tag.c | 124 if (tagq_push(sp, tqp, F_ISSET(cmdp, E_NEWSCREEN), in ex_tag_push()
|