hotpos            124 lib/widget/button.c         widget_gotoyx (w, 0, b->hotpos + off);
hotpos            223 lib/widget/button.c     b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1;
hotpos            253 lib/widget/button.c     b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1;
hotpos             38 lib/widget/button.h     int hotpos;                 /* offset hot KEY char in text */
hotpos            346 src/filemanager/achown.c         if (b->hotpos == -1)
hotpos            347 src/filemanager/achown.c             b->hotpos = 0;
hotpos            349 src/filemanager/achown.c         flag_pos = f_pos * 3 + b->hotpos;
hotpos            362 src/filemanager/achown.c             flag_pos = f_pos * 3 + b->hotpos;
hotpos            366 src/filemanager/achown.c             if (b->hotpos == 2)
hotpos            376 src/filemanager/achown.c                 b->hotpos = flag_pos % 3;
hotpos            386 src/filemanager/achown.c                 b->hotpos = flag_pos % 3;
hotpos            399 src/filemanager/achown.c             b->hotpos = i;
hotpos            403 src/filemanager/achown.c             i = b->hotpos;
hotpos            422 src/filemanager/achown.c             b->hotpos = i;
hotpos            448 src/filemanager/achown.c         BUTTON (w)->hotpos = CLAMP (event->x - 1, 0, 2);