Searched refs:th_version (Results 1 – 3 of 3) sorted by relevance
93 th->th_version = xstrdup(version_str); in yytbl_hdr_init()161 sz = (int) strlen (th->th_version) + 1; in yytbl_hdr_fwrite()162 if ((rv = yytbl_writen (wr, th->th_version, sz)) != sz) in yytbl_hdr_fwrite()
112 char *th_version; /**< Flex version string. NUL terminated. */ member
3062 th->th_version = (char *) yyalloc (bytes M4_YY_CALL_LAST_ARG);3063 if ( ! th->th_version )3066 /* we read it all into th_version, and point th_name into that data */3067 if (fread (th->th_version, 1, bytes, rd->fp) != bytes){3069 yyfree(th->th_version M4_YY_CALL_LAST_ARG);3070 th->th_version = NULL;3076 th->th_name = th->th_version + strlen (th->th_version) + 1;3322 th.th_version = NULL;3339 yyfree(th.th_version M4_YY_CALL_LAST_ARG);3340 th.th_version = NULL;[all …]