Lines Matching defs:scripted
1495 * -H scripted mode. Headers are stripped, and fields are separated
2569 print_us_node(boolean_t scripted, boolean_t parsable, int *fields, int types,
2641 if (scripted)
2646 if (scripted)
2661 print_us(boolean_t scripted, boolean_t parsable, int *fields, int types,
2669 if (!scripted) {
2688 print_us_node(scripted, parsable, fields, types, width, node);
2709 boolean_t scripted = B_FALSE;
2738 scripted = B_TRUE;
2893 print_us(scripted, parsable, fields, types, cb.cb_width, B_TRUE,
3038 * If this is being called in scripted mode, or if this is the
5520 print_holds(boolean_t scripted, size_t nwidth, size_t tagwidth, nvlist_t *nvl)
5527 if (!scripted) {
5549 char sep = scripted ? '\t' : ' ';
5550 size_t sepnum = scripted ? 1 : 2;
5615 boolean_t scripted = B_FALSE;
5634 scripted = B_TRUE;
5690 print_holds(scripted, cb.cb_max_namelen, cb.cb_max_taglen, nvl);