Lines Matching refs:dol
514 int left, right, dol; in getexcl() local
533 dol = 0; in getexcl()
536 dol++; in getexcl()
539 dol++; in getexcl()
540 left = 0, right = dol; in getexcl()
556 left = 0, right = dol; in getexcl()
561 if (!getsel(&left, &right, dol)) in getexcl()
567 if (!getsel(&left, &right, dol)) in getexcl()
881 getsel(int *al, int *ar, int dol) in getsel() argument
903 *ar = dol - 1; in getsel()
916 *al = dol; in getsel()
917 *ar = dol; in getsel()
923 *ar = dol; in getsel()
939 i = dol + 1; in getsel()
945 *al = 0, *ar = dol; in getsel()
947 *ar = dol - 1; in getsel()
958 if (*al > *ar || *ar > dol) { in getsel()