Searched refs:th_version (Results 1 – 3 of 3) sorted by relevance
93 th->th_version = copy_string (version_str); in yytbl_hdr_init()162 sz = strlen (th->th_version) + 1; in yytbl_hdr_fwrite()163 if ((rv = yytbl_writen (wr, th->th_version, sz)) != sz) in yytbl_hdr_fwrite()
112 char *th_version; /**< Flex version string. NUL terminated. */ member
3087 th->th_version = (char *) yyalloc (bytes M4_YY_CALL_LAST_ARG);3088 if ( ! th->th_version )3091 /* we read it all into th_version, and point th_name into that data */3092 if (fread (th->th_version, 1, bytes, rd->fp) != bytes){3094 yyfree(th->th_version M4_YY_CALL_LAST_ARG);3095 th->th_version = NULL;3101 th->th_name = th->th_version + strlen (th->th_version) + 1;3344 th.th_version = NULL;3361 yyfree(th.th_version M4_YY_CALL_LAST_ARG);3362 th.th_version = NULL;[all …]