Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucmd.c284 static char *atybuf = NULL; /* For copying atom buffer */ variable
317 static char atybuf[ATMBL+4]; /* For copying atom buffer */ variable
798 if (!(atybuf = malloc(ATMBL + 4))) return(-1); in cmsetup()
983 *atmbuf = *savbuf = *atxbuf = *atybuf = *filbuf = NUL;
1076 cp = malloc((int)strlen(atybuf)+1); /* 5: Atom buffer copy */ in cmpush()
1077 if (cp) strcpy(cp,atybuf); in cmpush()
1108 cp = malloc((int)strlen(atybuf)+1); /* 5: Atom buffer copy */ in cmpush()
1109 if (cp) strcpy(cp,atybuf); in cmpush()
1175 strncpy(atybuf,cmp[cmddep].b[5],ATMBL); /* 5: Atom buffer copY */ in cmpop()
7194 xp = atybuf; /* make a copy */
[all …]