Lines Matching refs:frp
57 FREF *frp;
71 frp = sp->frp;
72 if (sp->ep == NULL || F_ISSET(frp, FR_TMPFILE)) {
73 if ((frp = file_add(sp, NULL)) == NULL)
83 if ((frp = file_add(sp, np)) == NULL)
94 return (ex_N_edit(sp, cmdp, frp, attach));
106 if (file_init(sp, frp, NULL, (setalt ? FS_SETALT : 0) |
119 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach)
139 new->frp = frp;
140 new->frp->flags = sp->frp->flags;
144 } else if (file_init(new, frp, NULL,
152 new->cargv = new->argv = ex_buildargv(sp, NULL, frp->name);