Home
last modified time | relevance | path

Searched refs:is_gray_space (Results 1 – 6 of 6) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/debugconsole/
H A Dconsoleparse.cpp230 while (!is_gray_space(*c_ptr) && (*c_ptr != '\0') && (count < MAX_TOKEN_LENGTH)) { in dc_get_token()
258 while (!is_gray_space(*c_ptr) && (*c_ptr != '\0') && (count < MAX_TOKEN_LENGTH)) { in dc_get_token_no_advance()
274 while (is_gray_space(*Cp) && (*Cp != '\0')) { in dc_ignore_gray_space()
367 while (is_gray_space(*c_ptr) && (*c_ptr != '\0')) { in dc_maybe_stuff_string()
404 while (is_gray_space(*c_ptr) && (*c_ptr != '\0')) { in dc_maybe_stuff_string()
1258 while (!is_gray_space(*c_ptr) && (*c_ptr != '\0') && (count < maxlen)) { in dc_stuff_string_white()
1291 while (!is_gray_space(*c_ptr) && (*c_ptr != '\0') && (count < out_str.max_size())) { in dc_stuff_string_white()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dparselo.h95 extern int is_gray_space(char ch);
96 extern bool is_gray_space(unicode::codepoint_t cp);
H A Dparselo.cpp74 int is_gray_space(char ch) in is_gray_space() function
79 bool is_gray_space(unicode::codepoint_t cp) { in is_gray_space() function
104 while ((**pp != '\0') && is_gray_space(**pp)) in ignore_gray_space()
3391 if (strip_leading_whitespace && is_gray_space(cp)) in split_str()
3426 if (is_gray_space(cp)) { in split_str()
3514 if (strip_leading_whitespace && is_gray_space(cp)) in split_str()
3551 if (is_gray_space(cp)) { in split_str()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dparselo.h93 extern int is_gray_space(char ch);
H A Dparselo.cpp67 int is_gray_space(char ch) in is_gray_space() function
87 while ((*Mp != EOF_CHAR) && is_gray_space(*Mp)) in ignore_gray_space()
3323 if (is_gray_space(*src)) in split_str()
3358 if (is_gray_space(*src)) { in split_str()
3434 if (is_gray_space(*src)) in split_str()
3471 if (is_gray_space(*src)) { in split_str()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/localization/
H A Dlocalize.cpp1069 while (is_gray_space(*p)) in lcl_ext_get_id()