Lines Matching refs:dol
521 int left, right, dol; in getexcl() local
540 dol = 0; in getexcl()
543 dol++; in getexcl()
546 dol++; in getexcl()
547 left = 0, right = dol; in getexcl()
563 left = 0, right = dol; in getexcl()
568 if (!getsel(&left, &right, dol)) in getexcl()
574 if (!getsel(&left, &right, dol)) in getexcl()
888 getsel(int *al, int *ar, int dol) in getsel() argument
910 *ar = dol - 1; in getsel()
923 *al = dol; in getsel()
924 *ar = dol; in getsel()
930 *ar = dol; in getsel()
946 i = dol + 1; in getsel()
952 *al = 0, *ar = dol; in getsel()
954 *ar = dol - 1; in getsel()
965 if (*al > *ar || *ar > dol) { in getsel()