Searched refs:lastbcomm (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/vi/ex/
H A Dex_bang.c66 free(exp->lastbcomm);
67 if ((exp->lastbcomm = strdup(ap->bp)) == NULL) {
H A Dex_init.c58 if (oexp->lastbcomm != NULL &&
59 (nexp->lastbcomm = strdup(oexp->lastbcomm)) == NULL) {
94 free(exp->lastbcomm);
H A Dex_read.c114 free(exp->lastbcomm);
115 if ((exp->lastbcomm =
H A Dex.h166 CHAR_T *lastbcomm; /* Last bang command. */ member in struct:_ex_private
H A Dex_argv.c310 if (exp->lastbcomm == NULL) {
315 len += tlen = strlen(exp->lastbcomm);
319 memcpy(p, exp->lastbcomm, tlen);

Completed in 186 milliseconds