Lines Matching refs:th_version
3066 th->th_version = (char *) yyalloc (bytes M4_YY_CALL_LAST_ARG);
3067 if ( ! th->th_version )
3070 /* we read it all into th_version, and point th_name into that data */
3071 if (fread (th->th_version, 1, bytes, rd->fp) != bytes){
3073 yyfree(th->th_version M4_YY_CALL_LAST_ARG);
3074 th->th_version = NULL;
3080 th->th_name = th->th_version + strlen (th->th_version) + 1;
3326 th.th_version = NULL;
3343 yyfree(th.th_version M4_YY_CALL_LAST_ARG);
3344 th.th_version = NULL;
3359 if(th.th_version){
3360 yyfree(th.th_version M4_YY_CALL_LAST_ARG);
3361 th.th_version = NULL;