Lines Matching refs:opt_w
101 static bool opt_w; /* Automatically size the columns */ variable
1218 if (opt_w && s->family == AF_UNIX) { in calculate_sock_column_widths()
1227 } else if (opt_w) { in calculate_sock_column_widths()
1583 .local_addr = opt_w ? strlen("LOCAL ADDRESS") : 21, in display()
1584 .foreign_addr = opt_w ? strlen("FOREIGN ADDRESS") : 21, in display()
1837 opt_w = true; in main()