Searched refs:catval (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dconfig.c1151 tmbstr catval = NULL; local
1156 catval = TY_(tmbstrndup)( prvval, len );
1157 TY_(tmbstrcat)( catval, ", " );
1158 TY_(tmbstrcat)( catval, name );
1159 theval = catval;
1163 if ( catval )
1164 MemFree( catval );

Completed in 110 milliseconds