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

  /src/games/fortune/strfile/
strfile.c 128 static STRFILE Tbl; /* statistics table */
176 (void) fseek(outf, sizeof Tbl, SEEK_SET);
182 Tbl.str_longlen = 0;
183 Tbl.str_shortlen = (unsigned int) 0x7fffffff;
184 Tbl.str_delim = dc;
185 Tbl.str_version = VERSION;
198 if ((off_t)Tbl.str_longlen < length)
199 Tbl.str_longlen = length;
200 if ((off_t)Tbl.str_shortlen > length)
201 Tbl.str_shortlen = length
    [all...]

Completed in 36 milliseconds