Searched refs:TAB_WIDTH (Results 1 – 2 of 2) sorted by relevance
29 #define TAB_WIDTH 8 macro104 column += TAB_WIDTH - column % TAB_WIDTH; in adjust_column()281 width = xdectoumax (optarg, 1, SIZE_MAX - TAB_WIDTH - 1, "", in main()
601 #define TAB_WIDTH(c_, h_) ((c_) - ((h_) % (c_))) macro605 #define POS_AFTER_TAB(c_, h_) ((h_) + TAB_WIDTH (c_, h_))1277 + TAB_WIDTH (chars_per_default_tab, chars_per_number)); in init_parameters()2651 width = TAB_WIDTH (chars_per_c, input_position); in char_to_clump()