Searched refs:def_version (Results 1 – 5 of 5) sorted by relevance
63 | VERSIONK NUMBER { def_version ($2,0);}64 | VERSIONK NUMBER '.' NUMBER { def_version ($2,$4);}
32 extern void def_version (int, int);
176 * dlltool (def_version): Allow translation of output.
1279 def_version (int major, int minor) in def_version() function
100 static void def_version (int, int);153 | VERSIONK NUMBER { def_version ($2, 0);}154 | VERSIONK NUMBER '.' NUMBER { def_version ($2, $4);}1143 def_version (int major, int minor) in def_version() function