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

/haiku/src/bin/
H A Dalert.cpp82 const uint32 kArgCount = argc - 1; local
87 for (; index <= kArgCount; ++index) {
118 if (index == kArgCount) {
130 if (index == kArgCount) {
138 if (index < kArgCount) {
144 if (index < kArgCount) {
150 if (index < kArgCount) {
H A Dnotify.cpp101 const uint32 kArgCount = argc - 1; local
105 for (; index <= kArgCount; ++index) {
109 if (++index > kArgCount) {
169 if (index == kArgCount) {

Completed in 49 milliseconds