Searched refs:had_output (Results 1 – 3 of 3) sorted by relevance
89 int had_output; /* Some output was generated. */ member704 } else if (outst.had_output && outst.outtype != OUTT_LINT) in main()954 if (outst->had_output && outst->outtype <= OUTT_UTF8) { in process_onefile()964 outst->had_output = 1; in process_onefile()1019 outst->had_output = 1; in parse()
1154 int i, j, err, had_output; in ums_sysctl_handler_parseinfo() local1157 for (i = 0, had_output = 0; i < UMS_INFO_MAX; i++) { in ums_sysctl_handler_parseinfo()1167 if (had_output) in ums_sysctl_handler_parseinfo()1169 had_output = 1; in ums_sysctl_handler_parseinfo()
3060 bool had_output = !str.empty(); in PrintCommandOutput() local3072 if (had_output && in PrintCommandOutput()