Home | History | Annotate | Download | only in dev

Lines Matching defs:cend

511 	int	cend;
534 cend = ip->font.height - 1;
540 : "=a" (pl), "=d" (cend)
541 : "0" (pl), "1" (cend),
552 cend = uimin(ip->curx, ip->cols - 1);
554 && ip->cursorx == cend && ip->cursory == ip->cury)
556 ip->cursorx = cend;
558 cend = ip->font.height - 1;
565 : "=a" (pl), "=d" (cend)
566 : "0" (pl), "1" (cend),