Searched refs:max_width (Results 1 – 5 of 5) sorted by relevance
90 gs.max_width = 0; in str_new()101 gs.max_width = 0; in str_assign()
138 int max_width; member
792 help.max_width = getmaxx(stdscr) - 10; in show_help()
1143 if (gs->max_width) { in expr_print_gstr_helper()1156 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
638 int cnt, dataargtype, conv_num, max_width; member812 psfs->max_width = i; in __psfs_parse_spec()867 psfs->max_width = i; in __psfs_parse_spec()888 #warning CONSIDER: Should we validate that psfs->max_width > 0 in __psfs_parse_spec()? It would av… in __psfs_parse_spec()1223 sc.width = psfs.max_width = INT_MAX; in VFSCANF()1304 sc.width = psfs.max_width; /* Now limit the max width. */ in VFSCANF()
Completed in 13 milliseconds