Home
last modified time | relevance | path

Searched refs:had_output (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmain.c89 int had_output; /* Some output was generated. */ member
704 } 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()
/freebsd/sys/dev/usb/input/
H A Dums.c1154 int i, j, err, had_output; in ums_sysctl_handler_parseinfo() local
1157 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()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3060 bool had_output = !str.empty(); in PrintCommandOutput() local
3072 if (had_output && in PrintCommandOutput()