Home
last modified time | relevance | path

Searched refs:whitespace_error (Results 1 – 13 of 13) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dapply.h116 int whitespace_error; member
H A Dapply.c1607 state->whitespace_error++; in record_ws_error()
1609 state->squelch_whitespace_errors < state->whitespace_error) in record_ws_error()
2917 !state->whitespace_error || in apply_one_fragment()
4954 if (state->whitespace_error) { in apply_all_patches()
4956 state->squelch_whitespace_errors < state->whitespace_error) { in apply_all_patches()
4958 state->whitespace_error - state->squelch_whitespace_errors; in apply_all_patches()
4967 state->whitespace_error), in apply_all_patches()
4968 state->whitespace_error); in apply_all_patches()
4979 else if (state->whitespace_error) in apply_all_patches()
4982 state->whitespace_error), in apply_all_patches()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dapply.h116 int whitespace_error; member
H A Dapply.c1607 state->whitespace_error++; in record_ws_error()
1609 state->squelch_whitespace_errors < state->whitespace_error) in record_ws_error()
2917 !state->whitespace_error || in apply_one_fragment()
4954 if (state->whitespace_error) { in apply_all_patches()
4956 state->squelch_whitespace_errors < state->whitespace_error) { in apply_all_patches()
4958 state->whitespace_error - state->squelch_whitespace_errors; in apply_all_patches()
4967 state->whitespace_error), in apply_all_patches()
4968 state->whitespace_error); in apply_all_patches()
4979 else if (state->whitespace_error) in apply_all_patches()
4982 state->whitespace_error), in apply_all_patches()
[all …]
/dports/devel/git/git-2.34.1/
H A Dapply.h116 int whitespace_error; member
H A Dapply.c1607 state->whitespace_error++; in record_ws_error()
1609 state->squelch_whitespace_errors < state->whitespace_error) in record_ws_error()
2917 !state->whitespace_error || in apply_one_fragment()
4954 if (state->whitespace_error) { in apply_all_patches()
4956 state->squelch_whitespace_errors < state->whitespace_error) { in apply_all_patches()
4958 state->whitespace_error - state->squelch_whitespace_errors; in apply_all_patches()
4967 state->whitespace_error), in apply_all_patches()
4968 state->whitespace_error); in apply_all_patches()
4979 else if (state->whitespace_error) in apply_all_patches()
4982 state->whitespace_error), in apply_all_patches()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dapply.h116 int whitespace_error; member
H A Dapply.c1607 state->whitespace_error++; in record_ws_error()
1609 state->squelch_whitespace_errors < state->whitespace_error) in record_ws_error()
2917 !state->whitespace_error || in apply_one_fragment()
4954 if (state->whitespace_error) { in apply_all_patches()
4956 state->squelch_whitespace_errors < state->whitespace_error) { in apply_all_patches()
4958 state->whitespace_error - state->squelch_whitespace_errors; in apply_all_patches()
4967 state->whitespace_error), in apply_all_patches()
4968 state->whitespace_error); in apply_all_patches()
4979 else if (state->whitespace_error) in apply_all_patches()
4982 state->whitespace_error), in apply_all_patches()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dapply.h116 int whitespace_error; member
H A Dapply.c1607 state->whitespace_error++; in record_ws_error()
1609 state->squelch_whitespace_errors < state->whitespace_error) in record_ws_error()
2917 !state->whitespace_error || in apply_one_fragment()
4954 if (state->whitespace_error) { in apply_all_patches()
4956 state->squelch_whitespace_errors < state->whitespace_error) { in apply_all_patches()
4958 state->whitespace_error - state->squelch_whitespace_errors; in apply_all_patches()
4967 state->whitespace_error), in apply_all_patches()
4968 state->whitespace_error); in apply_all_patches()
4979 else if (state->whitespace_error) in apply_all_patches()
4982 state->whitespace_error), in apply_all_patches()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dapply.h116 int whitespace_error; member
H A Dapply.c1608 state->whitespace_error++; in record_ws_error()
1610 state->squelch_whitespace_errors < state->whitespace_error) in record_ws_error()
2917 !state->whitespace_error || in apply_one_fragment()
4903 if (state->whitespace_error) { in apply_all_patches()
4905 state->squelch_whitespace_errors < state->whitespace_error) { in apply_all_patches()
4907 state->whitespace_error - state->squelch_whitespace_errors; in apply_all_patches()
4916 state->whitespace_error), in apply_all_patches()
4917 state->whitespace_error); in apply_all_patches()
4928 else if (state->whitespace_error) in apply_all_patches()
4931 state->whitespace_error), in apply_all_patches()
[all …]
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dscreen-view.c81 static bool whitespace_error(const LineInfo *info, CodePoint u, size_t i) in whitespace_error() function
151 ws_error = whitespace_error(info, u, pos); in screen_next_char()