Home | History | Annotate | Download | only in genrb

Lines Matching defs:parseFunction

1800     ParseResourceFunction *parseFunction;
1806 {"table(nofallback)", k_type_table_no_fallback, NULL}, /* parseFunction will never be called */
1897 ParseResourceFunction *parseFunction = NULL;
2005 parseFunction = gResourceTypes[resType].parseFunction;
2006 if (parseFunction != NULL) {
2007 return parseFunction(state, tag, startline, comment, status);