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

/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp50 #define CONTINUE_PARAMETER 1 macro
136 spaces follows, it will return CONTINUE_PARAMETER.
240 return newLine ? FSSH_B_NO_ERROR : CONTINUE_PARAMETER;
257 if (status == CONTINUE_PARAMETER) {
258 while (status == CONTINUE_PARAMETER) {
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp72 #define CONTINUE_PARAMETER 1 macro
163 spaces follows, it will return CONTINUE_PARAMETER.
267 return newLine ? B_NO_ERROR : CONTINUE_PARAMETER;
284 if (status == CONTINUE_PARAMETER) {
285 while (status == CONTINUE_PARAMETER) {

Completed in 40 milliseconds