Home
last modified time | relevance | path

Searched refs:tab_width (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/fmt/
H A Dfmt.c241 static int tab_width = 8; /* Number of spaces per tab stop */ variable
317 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()
/freebsd/sys/contrib/openzfs/
H A D.editorconfig9 tab_width = 8