Searched refs:scr_rename (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/contrib/nvi/ex/ |
| HD | ex_shell.c | 57 (void)sp->gp->scr_rename(sp, NULL, 0); in ex_shell() 64 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in ex_shell()
|
| HD | ex_file.c | 71 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in ex_file()
|
| HD | ex_read.c | 227 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in ex_read()
|
| HD | ex_write.c | 256 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in exwr()
|
| /freebsd-head/contrib/nvi/vi/ |
| HD | vi.c | 84 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi() 259 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi() 379 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi() 392 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi()
|
| /freebsd-head/contrib/nvi/common/ |
| HD | gs.h | 183 int (*scr_rename)(SCR *, char *, int); member
|
| /freebsd-head/contrib/nvi/cl/ |
| HD | cl_main.c | 386 gp->scr_rename = cl_rename; in cl_func_std()
|