Lines Matching defs:first
182 * The @src is updated to point the first character after the value
338 * @c1: The first character.
381 * The @src is updated to point the first character after the @find
410 bool first = true;
415 if (!first)
417 first = false;
818 bool first = true;
829 if (first)
833 first = false;
838 return first ? result : !result;