Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dwordlistparser.h93 extern int WordListLine_size( WordListLine wll );
H A Dwordlistparser.c420 int WordListLine_size( WordListLine wll ) in WordListLine_size() function
948 unichar_t* ret = calloc( WordListLine_size(wll)+1, sizeof(unichar_t)); in WordListLine_toustr()