Home
last modified time | relevance | path

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

/netbsd-src/games/fortune/fortune/
H A Dfortune.c134 static size_t Fort_len = 0; variable
232 if (Fort_len == 0) in main()
234 sleep(max(Fort_len / CPERS, MINW)); in main()
261 for (Fort_len = 0; fgets(line, sizeof line, fp->inf) != NULL && in display()
262 !STR_ENDSTRING(line, fp->tbl); Fort_len++) { in display()
290 Fort_len = nchar; in fortlen()
1246 Fort_len = maxlen_in_list(File_list); in find_matches()
1247 DPRINTF(2, (stderr, "Maximum length is %d\n", Fort_len)); in find_matches()
1249 Fortbuf = do_malloc(Fort_len + 10); in find_matches()
1305 while (fgets(sp, Fort_len, fp->inf) != NULL) in matches_in_list()