Home
last modified time | relevance | path

Searched refs:fortlen (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c125 static int fortlen(void);
174 } while ((Short_only && fortlen() > SLEN) || in main()
175 (Long_only && fortlen() <= SLEN)); in main()
197 (void) fortlen(); in main()
238 fortlen(void) in fortlen() function