Searched refs:lastbcomm (Results 1 – 6 of 6) sorted by relevance
57 if (oexp->lastbcomm != NULL && in ex_screen_copy()58 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm, in ex_screen_copy()59 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy()95 free(exp->lastbcomm); in ex_screen_end()
66 free(exp->lastbcomm); in ex_bang()67 if ((exp->lastbcomm = v_wstrdup(sp, ap->bp, ap->len)) == NULL) { in ex_bang()
163 free(exp->lastbcomm); in exwr()164 exp->lastbcomm = v_wstrdup(sp, cmdp->argv[1]->bp, in exwr()
111 free(exp->lastbcomm); in ex_read()112 if ((exp->lastbcomm = in ex_read()
168 CHAR_T *lastbcomm; /* Last bang command. */ member
373 if (exp->lastbcomm == NULL) { in argv_fexp()378 len += tlen = STRLEN(exp->lastbcomm); in argv_fexp()382 MEMCPY(p, exp->lastbcomm, tlen); in argv_fexp()