Lines Matching refs:def_import
94 static void def_import (const char *, const char *, const char *, const char *,
197 { def_import ($1, $3, $5, $7, -1, $8); }
199 { def_import ($1, $3, $5, 0, $7, $8); }
201 { def_import ($1, $3, 0, $5, -1, $6); }
203 { def_import ($1, $3, 0, 0, $5, $6); }
205 { def_import( 0, $1, $3, $5, -1, $6); }
207 { def_import ( 0, $1, 0, $3, -1, $4); }
1122 def_import (const char *internal_name,