Searched refs:assignmentMode (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp157 Depending on the "assignmentMode" parameter, the '=' sign is either
166 get_word(char **_pos, char **_word, int32 assignmentMode, bool allowNewLine) argument
179 || (assignmentMode == ALLOW_ASSIGNMENT && pos[0] == '='))) {
211 || (assignmentMode != IGNORE_ASSIGNMENT && pos[0] == '=')))
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp130 Depending on the "assignmentMode" parameter, the '=' sign is either
139 get_word(char **_pos, char **_word, int32_t assignmentMode, bool allowNewLine) argument
152 || (assignmentMode == ALLOW_ASSIGNMENT && pos[0] == '='))) {
184 || (assignmentMode != IGNORE_ASSIGNMENT && pos[0] == '=')))

Completed in 26 milliseconds