Searched refs:allowNewLine (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp128 If "allowNewLine" is true, it reads over comments to get to the next
139 get_word(char **_pos, char **_word, int32_t assignmentMode, bool allowNewLine) argument
149 && ((allowNewLine && (isspace(pos[0]) || is_parameter_separator(pos[0])
151 || (!allowNewLine && (pos[0] == '\t' || pos[0] == ' '))
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp155 If "allowNewLine" is true, it reads over comments to get to the next
166 get_word(char **_pos, char **_word, int32 assignmentMode, bool allowNewLine) argument
176 && ((allowNewLine && (isspace(pos[0]) || is_parameter_separator(pos[0])
178 || (!allowNewLine && (pos[0] == '\t' || pos[0] == ' '))

Completed in 38 milliseconds