Lines Matching refs:ws_rule

1622 			     unsigned ws_rule)  in check_whitespace()  argument
1624 unsigned result = ws_check(line + 1, len - 1, ws_rule); in check_whitespace()
1636 patch->ws_rule |= WS_CR_AT_EOL; in check_old_for_crlf()
1695 check_whitespace(state, line, len, patch->ws_rule); in parse_fragment()
1702 check_whitespace(state, line, len, patch->ws_rule); in parse_fragment()
1712 check_whitespace(state, line, len, patch->ws_rule); in parse_fragment()
2118 patch->ws_rule = 0; in parse_chunk()
2120 patch->ws_rule = whitespace_rule(state->repo->index, in parse_chunk()
2123 patch->ws_rule = whitespace_rule(state->repo->index, in parse_chunk()
2452 unsigned ws_rule, in match_fragment() argument
2469 (ws_rule & WS_BLANK_AT_EOF)) { in match_fragment()
2581 ws_fix_copy(&fixed, orig, oldlen, ws_rule, NULL); in match_fragment()
2585 ws_fix_copy(&tgtfix, target, tgtlen, ws_rule, NULL); in match_fragment()
2626 ws_fix_copy(&fixed, orig, oldlen, ws_rule, NULL); in match_fragment()
2657 unsigned ws_rule, in find_pos() argument
2708 current, current_lno, ws_rule, in find_pos()
2834 int inaccurate_eof, unsigned ws_rule, in apply_one_fragment() argument
2898 if (plen && (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2899 ws_blank_line(patch + 1, plen, ws_rule)) in apply_one_fragment()
2922 ws_fix_copy(&newlines, patch + 1, plen, ws_rule, &state->applied_after_fixing_ws); in apply_one_fragment()
2927 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
2928 ws_blank_line(patch + 1, plen, ws_rule)) in apply_one_fragment()
2999 ws_rule, match_beginning, match_end); in apply_one_fragment()
3033 (ws_rule & WS_BLANK_AT_EOF) && in apply_one_fragment()
3220 unsigned ws_rule = patch->ws_rule; in apply_fragments() local
3229 if (apply_one_fragment(state, img, frag, inaccurate_eof, ws_rule, nth)) { in apply_fragments()