Lines Matching refs:neg
85 int neg;
160 neg = 0;
162 neg = 1;
205 if (neg) {
344 register char neg;
348 neg = 0;
384 neg = 1;
389 if (((c & 0200) == 0 && ISTHERE(c)) ^ neg) {
457 neg = 1;
464 if (((c & 0200) || !ISTHERE(c)) ^ neg)
470 if (((c & 0200) || !ISTHERE(c)) ^ neg)
528 neg = 1;
535 } while (((c & 0200) == 0 && ISTHERE(c)) ^ neg);