Searched refs:sh_prompt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/nvi/ex/
H A Dscript.h16 char *sh_prompt; /* Prompt. */ member in struct:_script
H A Dex_script.c98 sc->sh_prompt = NULL;
526 if (sc->sh_prompt)
527 free(sc->sh_prompt);
528 MALLOC(sp, sc->sh_prompt, char *, len + 1);
529 if (sc->sh_prompt == NULL) {
533 memmove(sc->sh_prompt, buf, len);
535 sc->sh_prompt[len] = '\0';
555 for (pp = sc->sh_prompt;
604 free(sc->sh_prompt);

Completed in 56 milliseconds