CLAMP            1045 src/editor/editwidget.c     global_y = CLAMP (global_y, h->y + 1, h->y + h->lines - 2); /* Status line, buttonbar */
CLAMP            1046 src/editor/editwidget.c     global_x = CLAMP (global_x, h->x, h->x + h->cols - 1);      /* Currently a no-op, as the dialog has no left/right margins. */
CLAMP             448 src/filemanager/achown.c         BUTTON (w)->hotpos = CLAMP (event->x - 1, 0, 2);
CLAMP            1415 src/filemanager/panel.c     panel->current = CLAMP (panel->current, 0, panel->dir.len - 1);