| /src/external/bsd/nvi/dist/vi/ |
| vs_msg.c | 293 (void)gp->scr_attr(sp, SA_INVERSE, 1); 296 (void)gp->scr_attr(sp, SA_INVERSE, 0); 464 (void)gp->scr_attr(sp, SA_INVERSE, 1); 493 (void)gp->scr_attr(sp, SA_INVERSE, 0); 606 (void)gp->scr_attr(sp, SA_ALTERNATE, 1); 871 (void)gp->scr_attr(sp, SA_INVERSE, 1); 873 (void)gp->scr_attr(sp, SA_INVERSE, 0);
|
| v_ex.c | 77 (void)gp->scr_attr(sp, SA_ALTERNATE, 0);
|
| vi.c | 1002 (void)gp->scr_attr(sp, SA_ALTERNATE, 1);
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_util.c | 140 (void)gp->scr_attr(sp, SA_ALTERNATE, 0);
|
| ex_shell.c | 107 (void)gp->scr_attr(sp, SA_ALTERNATE, 0);
|
| /src/external/bsd/nvi/dist/common/ |
| gs.h | 45 /* Screen attribute arguments to scr_attr(). */ 135 int (*scr_attr) __P((SCR *, scr_attr_t, int)); member in struct:_gs
|
| /src/external/bsd/nvi/dist/ip/ |
| ip_main.c | 287 gp->scr_attr = ip_attr;
|
| /src/external/bsd/nvi/dist/cl/ |
| cl_main.c | 432 gp->scr_attr = cl_attr;
|