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

  /src/games/fortune/strfile/
strfile.h 52 unsigned char stuff[4]; /* long aligned space */ member in struct:__anon0a05bdb20108
53 #define str_delim stuff[0] /* delimiting character */
  /src/games/hack/
hack.invent.c 764 char stuff[BUFSZ]; local in function:dotypeinv
776 stuff[stct++] = '$';
777 stuff[stct] = 0;
779 if (!strchr(stuff, otmp->olet)) {
780 stuff[stct++] = otmp->olet;
781 stuff[stct] = 0;
787 stuff[stct++] = 'u';
789 stuff[stct++] = 'x';
790 stuff[stct] = 0;
791 assert(stct < sizeof(stuff));
    [all...]

Completed in 11 milliseconds