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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c338 static char wholebuf[80]; local
340 Strcpy(wholebuf, is_u(etmp) ? "You" : Monnam(etmp->emon));
341 if (!*verb) return(wholebuf);
342 Strcat(wholebuf, " ");
344 Strcat(wholebuf, verb);
346 Strcat(wholebuf, vtense((char *)0, verb));
347 return(wholebuf);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c338 static char wholebuf[80]; local
340 Strcpy(wholebuf, is_u(etmp) ? "You" : Monnam(etmp->emon));
341 if (!*verb) return(wholebuf);
342 Strcat(wholebuf, " ");
344 Strcat(wholebuf, verb);
346 Strcat(wholebuf, vtense((char *)0, verb));
347 return(wholebuf);

Completed in 28 milliseconds