Lines Matching refs:caption
132 \ Containers for storing the initial caption text
233 \ text caption
236 \ Print the menu caption (we expect a string to be on the stack
424 \ caption.
471 \ Print the frame caption at (x,y)
562 \ Set the current non-ANSI caption
568 \ Set the current ANSI caption
679 s" Reboot" \ menu caption (required by printmenuitem)
820 : toggle_menuitem ( N -- N ) \ toggles caption text and internal menuitem state
830 \ called if the caption was NULL.
845 \ ( followed by c-addr/u of current caption )
847 \ Copy the current caption into our buffer
867 \ We can now use init_textN as the untoggled caption and
869 \ toggled caption and store the appropriate value into menu_caption[x]
884 \ Assign toggled text to menu caption
893 \ No toggled text, keep the same caption
903 \ Assign init_textN text to menu caption
947 \ No caption set for this array index. Loop back to zero.
977 \ Assign array value text to menu caption
991 \ Erase and redraw the menu. Useful if you change a caption and want to
1236 dup menu_caption[x] unsetenv \ menu caption
1237 dup ansi_caption[x] unsetenv \ ANSI caption
1239 dup toggled_text[x] unsetenv \ toggle_menuitem caption
1240 dup toggled_ansi[x] unsetenv \ toggle_menuitem ANSI caption
1244 \ cycle_menuitem caption and ANSI caption