abuf              594 src/simh/linehistory.c abInit(struct abuf *ab)
abuf              601 src/simh/linehistory.c abAppend(struct abuf *ab, const char *s, int len)
abuf              621 src/simh/linehistory.c abFree(const struct abuf *ab)
abuf              634 src/simh/linehistory.c refreshShowHints(struct abuf *ab, const struct linenoiseState *l, int plen)
abuf              700 src/simh/linehistory.c   struct abuf ab;
abuf              770 src/simh/linehistory.c   struct abuf ab;
abuf             2647 src/simh/scp.c char cbuf[4*CBUFSIZE], gbuf[CBUFSIZE], abuf[4*CBUFSIZE], quote, *c, *do_arg[11];
abuf             2668 src/simh/scp.c abuf[sizeof(abuf)-1] = '\0';
abuf             2669 src/simh/scp.c strncpy (abuf, fcptr, sizeof(abuf)-1);
abuf             2670 src/simh/scp.c c = abuf;
abuf             5424 src/simh/scp.c char gbuf[CBUFSIZE], *aptr, abuf[4*CBUFSIZE];
abuf             5440 src/simh/scp.c abuf[sizeof(abuf)-1] = '\0';
abuf             5441 src/simh/scp.c strncpy (abuf, cptr, sizeof(abuf)-1);
abuf             5442 src/simh/scp.c cptr = abuf;
abuf             5443 src/simh/scp.c if ((aptr = strchr (abuf, ';'))) {                      /* ;action? */