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

  /src/games/fortune/fortune/
fortune.c 154 static size_t fortlen(void);
207 } while ((Short_only && fortlen() > SLEN) ||
208 (Long_only && fortlen() <= SLEN));
233 (void) fortlen();
271 * fortlen:
275 fortlen(void) function in typeref:typename:size_t
fortune.c 154 static size_t fortlen(void);
207 } while ((Short_only && fortlen() > SLEN) ||
208 (Long_only && fortlen() <= SLEN));
233 (void) fortlen();
271 * fortlen:
275 fortlen(void) function in typeref:typename:size_t
fortune.c 154 static size_t fortlen(void);
207 } while ((Short_only && fortlen() > SLEN) ||
208 (Long_only && fortlen() <= SLEN));
233 (void) fortlen();
271 * fortlen:
275 fortlen(void) function in typeref:typename:size_t

Completed in 33 milliseconds