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            345 src/filemanager/achown.c         if (b->hotpos == -1)
hotpos            346 src/filemanager/achown.c             b->hotpos = 0;
hotpos            348 src/filemanager/achown.c         flag_pos = f_pos * 3 + b->hotpos;
hotpos            361 src/filemanager/achown.c             flag_pos = f_pos * 3 + b->hotpos;
hotpos            365 src/filemanager/achown.c             if (b->hotpos == 2)
hotpos            375 src/filemanager/achown.c                 b->hotpos = flag_pos % 3;
hotpos            385 src/filemanager/achown.c                 b->hotpos = flag_pos % 3;
hotpos            398 src/filemanager/achown.c             b->hotpos = i;
hotpos            402 src/filemanager/achown.c             i = b->hotpos;
hotpos            421 src/filemanager/achown.c             b->hotpos = i;
hotpos            447 src/filemanager/achown.c         BUTTON (w)->hotpos = CLAMP (event->x - 1, 0, 2);