ws_tab_width 94 ws.c unsigned all_rule = ws_tab_width(whitespace_rule_cfg); ws_tab_width 103 ws.c return ws_tab_width(whitespace_rule_cfg); ws_tab_width 216 ws.c if ((ws_rule & WS_INDENT_WITH_NON_TAB) && i - written >= ws_tab_width(ws_rule)) { ws_tab_width 330 ws.c ws_tab_width(ws_rule) <= i - last_tab_in_indent) ws_tab_width 360 ws.c if (consecutive_spaces == ws_tab_width(ws_rule)) { ws_tab_width 379 ws.c } while ((dst->len - start) % ws_tab_width(ws_rule));