HomeSort by: relevance | last modified time | path
    Searched defs:Strcat (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.u_init.c 76 #define Strcat (void) strcat
hack.objnam.c 73 #define Strcat (void) strcat
128 Strcat(buf, " stone");
187 Strcat(buf, "Amulet of Yendor");
230 Strcat(buf, "s");
235 Strcat(buf, " called ");
238 Strcat(buf, " of ");
250 Strcat(buf, "s");
255 Strcat(buf, " of ");
258 Strcat(buf, " called ")
    [all...]
  /src/bin/csh/
csh.h 485 #define Strcat(a, b) strcat(a, b)
505 #define Strcat(a, b) s_strcat(a, b)

Completed in 25 milliseconds