Lines Matching refs:caption
131 \ Containers for storing the initial caption text
232 \ text caption
235 \ Print the menu caption (we expect a string to be on the stack
423 \ caption.
470 \ Print the frame caption at (x,y)
561 \ Set the current non-ANSI caption
567 \ Set the current ANSI caption
678 s" Reboot" \ menu caption (required by printmenuitem)
819 : toggle_menuitem ( N -- N ) \ toggles caption text and internal menuitem state
829 \ called if the caption was NULL.
844 \ ( followed by c-addr/u of current caption )
846 \ Copy the current caption into our buffer
866 \ We can now use init_textN as the untoggled caption and
868 \ toggled caption and store the appropriate value into menu_caption[x]
883 \ Assign toggled text to menu caption
892 \ No toggled text, keep the same caption
902 \ Assign init_textN text to menu caption
946 \ No caption set for this array index. Loop back to zero.
976 \ Assign array value text to menu caption
990 \ Erase and redraw the menu. Useful if you change a caption and want to
1235 dup menu_caption[x] unsetenv \ menu caption
1236 dup ansi_caption[x] unsetenv \ ANSI caption
1238 dup toggled_text[x] unsetenv \ toggle_menuitem caption
1239 dup toggled_ansi[x] unsetenv \ toggle_menuitem ANSI caption
1243 \ cycle_menuitem caption and ANSI caption