Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dmisc.c1770 fth_wordlist_each(int (*func) (ficlWord *word, FTH data), FTH data) in fth_wordlist_each() function
1809 return (fth_wordlist_each(find_in_wordlist, (FTH) text)); in fth_find_in_wordlist()
1827 return (fth_wordlist_each(apropos, regexp)); in fth_apropos()
H A Dfth.h704 FTH fth_wordlist_each(int (*) (ficlWord *, FTH), FTH);