Home
last modified time | relevance | path

Searched refs:lastbcomm (Results 1 – 6 of 6) sorted by relevance

/src/contrib/nvi/ex/
H A Dex_init.c57 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()
H A Dex_bang.c66 free(exp->lastbcomm); in ex_bang()
67 if ((exp->lastbcomm = v_wstrdup(sp, ap->bp, ap->len)) == NULL) { in ex_bang()
H A Dex_write.c163 free(exp->lastbcomm); in exwr()
164 exp->lastbcomm = v_wstrdup(sp, cmdp->argv[1]->bp, in exwr()
H A Dex_read.c111 free(exp->lastbcomm); in ex_read()
112 if ((exp->lastbcomm = in ex_read()
H A Dex.h168 CHAR_T *lastbcomm; /* Last bang command. */ member
H A Dex_argv.c373 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()