Lines Matching refs:dol
693 int left, right, dol; in getexcl() local
710 dol = 0; in getexcl()
713 dol++; in getexcl()
716 dol++; in getexcl()
717 left = 0, right = dol; in getexcl()
731 left = 0, right = dol; in getexcl()
737 if (!getsel(&left, &right, dol)) in getexcl()
743 if (!getsel(&left, &right, dol)) in getexcl()
1084 getsel(int *al, int *ar, int dol) in getsel() argument
1105 *ar = dol - 1; in getsel()
1118 *al = dol; in getsel()
1119 *ar = dol; in getsel()
1125 *ar = dol; in getsel()
1141 i = dol + 1; in getsel()
1147 *al = 0, *ar = dol; in getsel()
1149 *ar = dol - 1; in getsel()
1159 if (*al > *ar || *ar > dol) { in getsel()