Lines Matching defs:a
28 static void pass(const char *a) {(void) a; }
29 #define warnx(a, ...) pass(a)
59 * Compute the greatest common divisor of a and b.
62 gcd(int a, int b)
66 c = a % b;
68 a = b;
70 c = a % b;
153 * If this is a known short option, don't allow
154 * a partial match of a single character.
254 * string begins with a '+'.