Lines Matching defs:ho
207 const struct hnopts *ho;
214 ho = &hnopts[i];
215 if (buflen < ho->ho_len) {
216 buflen = ho->ho_len;
222 rv = humanize_number(buf, ho->ho_len, ho->ho_num,
223 ho->ho_suffix, ho->ho_scale, ho->ho_flags);
225 if (rv == ho->ho_retval &&
226 (rv == -1 || strcmp(buf, ho->ho_retstr) == 0))
230 ho->ho_retstr, ho->ho_len, ho->ho_num);
231 w_printf("\"%s\",", ho->ho_suffix);
234 ho->ho_scale));
237 ho->ho_flags));
238 w_printf("= %d,", ho->ho_retval);