Home
last modified time | relevance | path

Searched refs:is_parenthesis (Results 1 – 2 of 2) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dparselo.cpp72 int is_parenthesis(char ch) in is_parenthesis() function
367 if (!in_quotes && is_parenthesis(*Mp)) in advance_to_next_white()
837 …if ( !in_quotes && is_parenthesis(ch) ) // not in quotes, parentheses are important for parsing so… in copy_to_next_white()
866 …if ( !in_quotes && is_parenthesis(ch) ) // not in quotes, parentheses are important for parsing so… in copy_to_next_white()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dparselo.cpp83 int is_parenthesis(char ch) in is_parenthesis() function
349 if (!in_quotes && is_parenthesis(*Mp)) in advance_to_next_white()
829 …if ( !in_quotes && is_parenthesis(ch) ) // not in quotes, parentheses are important for parsing so… in copy_to_next_white()
858 …if ( !in_quotes && is_parenthesis(ch) ) // not in quotes, parentheses are important for parsing so… in copy_to_next_white()