Searched refs:ignore (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/tests/kits/net/netservices2/
H A DExclusiveBorrowTest.cpp115 std::ignore = *ownedObject == 1; member in class:std
122 std::ignore = *borrow == 1; member in class:std
137 std::ignore = *borrow == 1; member in class:std
144 std::ignore = *ownedObject == 1; member in class:std
/haiku/src/bin/
H A Dtop.cpp135 int ignore; local
154 ignore = 0;
163 ignore = 1;
175 if (!ignore) {
198 ignore = 0;
204 ignore++;
223 if (ignore) {
230 if (!ignore && (!refresh || (linecount < (rows - 1)))) {
/haiku/headers/os/locale/
H A DCollator.h52 void SetIgnorePunctuation(bool ignore);
/haiku/src/kits/tracker/
H A DSelectionWindow.cpp106 "ignore", B_TRANSLATE("Ignore case"), NULL);
248 bool ignore = fIgnoreCaseCheckBox->Value() != 0; local
252 return ignore;
/haiku/src/apps/mail/
H A DQueryMenu.cpp298 BLooper *ignore; // don't care what value this gets local
299 fTargetHandler = messenger.Target(&ignore);
H A DContent.h254 BTextMailComponent* ignore);
H A DContent.cpp2229 BTextMailComponent *ignore)
2261 if (component == ignore)
2268 if (!ParseMail(c, ignore))
/haiku/src/kits/locale/
H A DCollator.cpp108 BCollator::SetIgnorePunctuation(bool ignore) argument
110 fIgnorePunctuation = ignore;
/haiku/src/apps/sudoku/
H A DSudokuView.cpp151 bool ignore = false; local
156 status = _FilterString(line, sizeof(line), buffer, out, ignore);
179 bool ignore = false; local
182 status_t status = _FilterString(data, 65536, buffer, out, ignore);
938 uint32& out, bool& ignore)
944 ignore = true;
946 ignore = false;
948 if (ignore || isspace(data[i]))
937 _FilterString(const char* data, size_t dataLength, char* buffer, uint32& out, bool& ignore) argument
H A DSudokuView.h92 uint32& out, bool& ignore);
/haiku/src/tools/restest/
H A DResourceFile.cpp1124 bool ignore = false; local
1129 ignore = true;
1131 if (!ignore) {
1150 if (!ignore) {
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.c212 int i, j, ignore, error; local
230 ignore = 0;
275 * Otherwise we just discard/ignore the rate.
284 ignore++;
291 if (ignore) {
299 if (!ignore)
1242 /* ignore and retry scan on timeout */
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp2067 uint64 ignore = message.set_signal_masks.ignore_mask; local
2073 ": thread: %" B_PRId32 ", ignore: %" B_PRIx64 " (op: %"
2074 B_PRIu32 "), ignore once: %" B_PRIx64 " (op: %" B_PRIu32
2075 ")\n", nubThread->id, threadID, ignore, ignoreOp,
2090 // set ignore mask
2093 threadDebugInfo.ignore_signals &= ignore;
2096 threadDebugInfo.ignore_signals |= ignore;
2099 threadDebugInfo.ignore_signals = ignore;
2103 // set ignore once mask
2128 uint64 ignore local
[all...]
/haiku/src/libs/glut/
H A DglutEvent.cpp389 void glutIgnoreKeyRepeat(int ignore) argument
392 gState.currentWindow->ignoreKeyRepeat = (ignore != 0);
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc74 int streambuf::ignore(int n) function in class:streambuf
H A Diostream.cc123 istream& istream::ignore(int n /* = 1 */, int delim /* = EOF */) function in class:istream
131 _gcount = sb->ignore(n);
/haiku/src/kits/storage/
H A DResourceFile.cpp1051 bool ignore = false; local
1056 ignore = true;
1058 if (!ignore) {
1078 if (!ignore) {
/haiku/src/system/libroot/posix/glibc/libio/
H A Dwfileops.c669 wchar_t *ignore; variable
679 &ignore);
699 if (ignore (to_skip) != to_skip)
H A Dfileops.c1045 if (ignore (to_skip) != to_skip)
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp371 bool ignore = false; local
372 status_t error = _CreateDebugEvent(messageCode, message, ignore,
377 if (ignore) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c1485 * ignore ACE from second list
2049 * are not followed, as they ignore the Posix mask and lead to
3703 BOOL ignore; local
3757 ignore = FALSE;
3768 ignore = genericinh = TRUE;
3798 ignore = TRUE;
3826 ignore = TRUE;
3833 ignore = TRUE;
3854 ignore = TRUE;
3865 ignore
[all...]
/haiku/headers/cpp/
H A Diostream.h197 istream& ignore(int n=1, int delim = EOF);
H A Dstreambuf.h391 int ignore(int);
/haiku/headers/libs/glut/GL/
H A Dglut.h736 GLUTAPI void GLUTAPIENTRY glutIgnoreKeyRepeat(int ignore);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c1174 wchar_t ignore[prec]; \
1179 if (__mbsnrtowcs (ignore, &str2, prec, prec, &ps) \

Completed in 209 milliseconds

12