Searched refs:tab_width (Results 1 – 2 of 2) sorted by relevance
241 static int tab_width = 8; /* Number of spaces per tab stop */ variable317 tab_width = get_positive(optarg, "tab width must be positive", 1); in main()761 spaces_pending += tab_width - in get_line()762 (col + spaces_pending) % tab_width; in get_line()
9 tab_width = 8