} // for()
sub_location += increments;
- } // while()
+ } // while
// now handle the inverse commands
} else if (argv[location][0] == f_console_symbol_disable) {
} // for()
sub_location += increments;
- } // while()
+ } // while
} else {
// use found to determine if the remaining parameter should be populated
found = f_false;
}
++location;
- } // while()
+ } // while
if (extra_initiator.used > 0) {
status = f_no_data;
if (position->start >= buffer.used) return f_none_on_eos;
if (position->start > position->stop) return f_none_on_stop;
- } // while()
+ } // while
return f_none;
}
if (position->start >= buffer.used) return f_none_on_eos;
if (position->start > position->stop) return f_none_on_stop;
- } // while()
+ } // while
return f_none;
}
if (position->start >= buffer.used) return f_none_on_eos;
if (position->start > position->stop) return f_none_on_stop;
- } // while()
+ } // while
return f_none;
}
while (i1 < stop1) {
if (string1[i1] != f_eos) return f_not_equal_to;
i1++;
- } // while()
+ } // while
while (i2 < stop2) {
if (string2[i2] != f_eos) return f_not_equal_to;
i2++;
- } // while()
+ } // while
return f_equal_to;
}
while (i1 < stop1) {
if (string1.string[i1] != f_eos) return f_not_equal_to;
i1++;
- } // while()
+ } // while
while (i2 < stop2) {
if (string2.string[i2] != f_eos) return f_not_equal_to;
i2++;
- } // while()
+ } // while
return f_equal_to;
}
while (i1 < stop1) {
if (string1.string[i1] != f_eos) return f_not_equal_to;
i1++;
- } // while()
+ } // while
while (i2 < stop2) {
if (string2.string[i2] != f_eos) return f_not_equal_to;
i2++;
- } // while()
+ } // while
return f_equal_to;
}