Home
last modified time | relevance | path

Searched refs:last_was_white (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spl/spl-1.2.1/
H A Dmakescanner.c271 int last_was_white = 0; in remove_repeated_whitespace() local
278 if(!last_was_white) { in remove_repeated_whitespace()
279 last_was_white = 1; in remove_repeated_whitespace()
285 last_was_white = 0; in remove_repeated_whitespace()
/dports/games/crrcsim/crrcsim-0.9.13/src/GUI/
H A Dutil.cpp192 bool last_was_white = true; in trimWhitespace() local
201 if (!last_was_white) in trimWhitespace()
203 last_was_white = true; in trimWhitespace()
209 last_was_white = false; in trimWhitespace()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dparselo.cpp3210 int i, w, len, last_was_white = 0; in split_str_once() local
3232 if (!last_was_white) in split_str_once()
3235 last_was_white = 1; in split_str_once()
3238 last_was_white = 0; in split_str_once()
3293 int sw, new_line = 1, line_num = 0, last_was_white = 0; in split_str() local
3359 if (!last_was_white) // track at first whitespace in a series of whitespace in split_str()
3362 last_was_white = 1; in split_str()
3366 last_was_white = 0; in split_str()
3413 int sw, new_line = 1, line_num = 0, last_was_white = 0; in split_str() local
3475 last_was_white = 1; in split_str()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dparselo.cpp3263 bool last_was_white = false; in split_str_once() local
3285 if (!last_was_white) { in split_str_once()
3296 last_was_white = true; in split_str_once()
3299 last_was_white = false; in split_str_once()
3354 int sw, new_line = 1, line_num = 0, last_was_white = 0; in split_str() local
3427 if (!last_was_white) // track at first whitespace in a series of whitespace in split_str()
3430 last_was_white = 1; in split_str()
3434 last_was_white = 0; in split_str()
3487 int sw, new_line = 1, line_num = 0, last_was_white = 0; in split_str() local
3555 last_was_white = 1; in split_str()
[all …]