Searched refs:T_info (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | main.c | 61 Translator_info T_info; local 65 T_info.ti_verbosity = 0; 66 T_info.ti_flags = 0; 67 T_info.ti_dash_I = NULL; 68 T_info.ti_output_file = NULL; 69 T_info.ti_libtype = NORMALLIB; 70 T_info.ti_versfile = "version"; 76 T_info.ti_libtype = FILTERLIB; 80 if ((T_info.ti_archtoken = arch_strtoi(optarg)) == 0) { 87 T_info [all...] |
H A D | frontend.c | 62 frontend(const Translator_info *T_info) argument 66 keywordlist = xlator_init(T_info); 72 if (T_info->ti_verbosity >= STATUS) { 80 retval = xlator_startlib(T_info->ti_liblist); 83 if (T_info->ti_verbosity >= STATUS) 84 errlog(STATUS, "Skipping %s\n", T_info->ti_liblist); 94 retval = dofiles(T_info); 114 * dofiles(const Translator_info *T_info); 121 dofiles(const Translator_info *T_info) argument 125 nfiles = T_info 156 read_spec(const Translator_info *T_info, char *spec_filename) argument [all...] |
H A D | extends.c | 46 do_extends(const Meta_info parentM, const Translator_info *T_info, char *value) argument 90 if (T_info->ti_verbosity >= TRACING) { 93 T_info->ti_dash_I); 96 f = pathfind(T_info->ti_dash_I, filename, "f"); 139 if (found = arch_match(efp, T_info->ti_archtoken)) 150 T_info->ti_archtoken, efp); 168 if ((extends_err = do_extends(M, T_info, localvalue)) 234 if (T_info->ti_verbosity >= TRACING) 241 if (T_info->ti_verbosity >= STATUS)
|
Completed in 42 milliseconds