Searched refs:E_NEWSCREEN (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_cmd.c | 156 {"edit", ex_edit, E_NEWSCREEN, 161 {"ex", ex_edit, E_NEWSCREEN, 176 {"fg", ex_fg, E_NEWSCREEN|E_VIONLY, 231 {"next", ex_next, E_NEWSCREEN, 268 {"previous", ex_prev, E_NEWSCREEN, 349 {"tag", ex_tag_push, E_NEWSCREEN, 410 {"visual", ex_edit, E_NEWSCREEN,
|
| D | ex_usage.c | 78 (newscreen && !F_ISSET(cp, E_NEWSCREEN))) { 114 else if (F_ISSET(cp, E_NEWSCREEN)) {
|
| D | ex_args.c | 58 if (F_ISSET(cmdp, E_NEWSCREEN)) { 181 if (F_ISSET(cmdp, E_NEWSCREEN)) {
|
| D | ex_screen.c | 55 newscreen = F_ISSET(cmdp, E_NEWSCREEN);
|
| D | ex_edit.c | 83 if (F_ISSET(cmdp, E_NEWSCREEN))
|
| D | ex.h | 28 #define E_NEWSCREEN 0x00000100 /* Create a new screen. */ macro
|
| D | ex_cscope.c | 485 istmp = F_ISSET(sp->frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN); 520 if (F_ISSET(cmdp, E_NEWSCREEN)) {
|
| D | ex.c | 498 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN) && 504 if (newscreen && !F_ISSET(ecp->cmd, E_NEWSCREEN)) 581 F_CLR(ecp, E_NEWSCREEN);
|
| D | ex_tag.c | 168 (F_ISSET(frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN)); 172 if (F_ISSET(cmdp, E_NEWSCREEN)) {
|
| /mirbsd/src/usr.bin/vi/common/ |
| D | api.c | 317 cmd.flags |= E_NEWSCREEN; /* XXX */
|