2011-07-07 15:41:53 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Copyright (c) 1999-2005,2010 Free Software Foundation, Inc. *
|
|
|
|
* *
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a *
|
|
|
|
* copy of this software and associated documentation files (the *
|
|
|
|
* "Software"), to deal in the Software without restriction, including *
|
|
|
|
* without limitation the rights to use, copy, modify, merge, publish, *
|
|
|
|
* distribute, distribute with modifications, sublicense, and/or sell *
|
|
|
|
* copies of the Software, and to permit persons to whom the Software is *
|
|
|
|
* furnished to do so, subject to the following conditions: *
|
|
|
|
* *
|
|
|
|
* The above copyright notice and this permission notice shall be included *
|
|
|
|
* in all copies or substantial portions of the Software. *
|
|
|
|
* *
|
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
|
|
|
|
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
|
|
|
|
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
|
|
|
|
* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
|
|
|
|
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
|
|
|
|
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
|
|
|
|
* THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
|
|
|
* *
|
|
|
|
* Except as contained in this notice, the name(s) of the above copyright *
|
|
|
|
* holders shall not be used in advertising or otherwise to promote the *
|
|
|
|
* sale, use or other dealings in this Software without prior written *
|
|
|
|
* authorization. *
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
* Author: Thomas E. Dickey 1996-2005,2010 *
|
|
|
|
****************************************************************************/
|
|
|
|
/* LINTLIBRARY */
|
|
|
|
|
|
|
|
/* ./m_attribs.c */
|
|
|
|
|
|
|
|
#include <menu.priv.h>
|
|
|
|
|
|
|
|
#undef set_menu_fore
|
|
|
|
int set_menu_fore(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
chtype attr)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_fore
|
|
|
|
chtype menu_fore(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(chtype *)0); }
|
|
|
|
|
|
|
|
#undef set_menu_back
|
|
|
|
int set_menu_back(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
chtype attr)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_back
|
|
|
|
chtype menu_back(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(chtype *)0); }
|
|
|
|
|
|
|
|
#undef set_menu_grey
|
|
|
|
int set_menu_grey(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
chtype attr)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_grey
|
|
|
|
chtype menu_grey(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(chtype *)0); }
|
|
|
|
|
|
|
|
/* ./m_cursor.c */
|
|
|
|
|
|
|
|
#undef _nc_menu_cursor_pos
|
|
|
|
int _nc_menu_cursor_pos(
|
2018-04-25 21:37:31 +02:00
|
|
|
const MENU *menu,
|
|
|
|
const ITEM *item,
|
|
|
|
int *pY,
|
2011-07-07 15:41:53 +02:00
|
|
|
int *pX)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef pos_menu_cursor
|
|
|
|
int pos_menu_cursor(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_driver.c */
|
|
|
|
|
|
|
|
#undef _nc_Match_Next_Character_In_Item_Name
|
|
|
|
int _nc_Match_Next_Character_In_Item_Name(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
|
|
|
int ch,
|
2011-07-07 15:41:53 +02:00
|
|
|
ITEM **item)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_driver
|
|
|
|
int menu_driver(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
int c)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_format.c */
|
|
|
|
|
|
|
|
#undef set_menu_format
|
|
|
|
int set_menu_format(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
|
|
|
int rows,
|
2011-07-07 15:41:53 +02:00
|
|
|
int cols)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_format
|
|
|
|
void menu_format(
|
2018-04-25 21:37:31 +02:00
|
|
|
const MENU *menu,
|
|
|
|
int *rows,
|
2011-07-07 15:41:53 +02:00
|
|
|
int *cols)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
/* ./m_global.c */
|
|
|
|
|
|
|
|
#undef _nc_Default_Menu
|
|
|
|
MENU _nc_Default_Menu;
|
|
|
|
#undef _nc_Default_Item
|
|
|
|
ITEM _nc_Default_Item;
|
|
|
|
|
|
|
|
#undef _nc_Connect_Items
|
|
|
|
NCURSES_BOOL _nc_Connect_Items(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
ITEM **items)
|
|
|
|
{ return(*(NCURSES_BOOL *)0); }
|
|
|
|
|
|
|
|
#undef _nc_Disconnect_Items
|
|
|
|
void _nc_Disconnect_Items(
|
|
|
|
MENU *menu)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
#undef _nc_Calculate_Text_Width
|
|
|
|
int _nc_Calculate_Text_Width(
|
|
|
|
const TEXT *item)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef _nc_Calculate_Item_Length_and_Width
|
|
|
|
void _nc_Calculate_Item_Length_and_Width(
|
|
|
|
MENU *menu)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
#undef _nc_Link_Items
|
|
|
|
void _nc_Link_Items(
|
|
|
|
MENU *menu)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
#undef _nc_Show_Menu
|
|
|
|
void _nc_Show_Menu(
|
|
|
|
const MENU *menu)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
#undef _nc_New_TopRow_and_CurrentItem
|
|
|
|
void _nc_New_TopRow_and_CurrentItem(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
|
|
|
int new_toprow,
|
2011-07-07 15:41:53 +02:00
|
|
|
ITEM *new_current_item)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
/* ./m_hook.c */
|
|
|
|
|
|
|
|
#undef set_menu_init
|
|
|
|
int set_menu_init(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
Menu_Hook func)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_init
|
|
|
|
Menu_Hook menu_init(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(Menu_Hook *)0); }
|
|
|
|
|
|
|
|
#undef set_menu_term
|
|
|
|
int set_menu_term(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
Menu_Hook func)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_term
|
|
|
|
Menu_Hook menu_term(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(Menu_Hook *)0); }
|
|
|
|
|
|
|
|
#undef set_item_init
|
|
|
|
int set_item_init(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
Menu_Hook func)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef item_init
|
|
|
|
Menu_Hook item_init(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(Menu_Hook *)0); }
|
|
|
|
|
|
|
|
#undef set_item_term
|
|
|
|
int set_item_term(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
Menu_Hook func)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef item_term
|
|
|
|
Menu_Hook item_term(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(Menu_Hook *)0); }
|
|
|
|
|
|
|
|
/* ./m_item_cur.c */
|
|
|
|
|
|
|
|
#undef set_current_item
|
|
|
|
int set_current_item(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
ITEM *item)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef current_item
|
|
|
|
ITEM *current_item(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(ITEM **)0); }
|
|
|
|
|
|
|
|
#undef item_index
|
|
|
|
int item_index(
|
|
|
|
const ITEM *item)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_item_nam.c */
|
|
|
|
|
|
|
|
#undef item_name
|
|
|
|
const char *item_name(
|
|
|
|
const ITEM *item)
|
|
|
|
{ return(*(const char **)0); }
|
|
|
|
|
|
|
|
#undef item_description
|
|
|
|
const char *item_description(
|
|
|
|
const ITEM *item)
|
|
|
|
{ return(*(const char **)0); }
|
|
|
|
|
|
|
|
/* ./m_item_new.c */
|
|
|
|
|
|
|
|
#undef new_item
|
|
|
|
ITEM *new_item(
|
2018-04-25 21:37:31 +02:00
|
|
|
const char *name,
|
2011-07-07 15:41:53 +02:00
|
|
|
const char *description)
|
|
|
|
{ return(*(ITEM **)0); }
|
|
|
|
|
|
|
|
#undef free_item
|
|
|
|
int free_item(
|
|
|
|
ITEM *item)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef set_menu_mark
|
|
|
|
int set_menu_mark(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
const char *mark)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_mark
|
|
|
|
const char *menu_mark(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(const char **)0); }
|
|
|
|
|
|
|
|
/* ./m_item_opt.c */
|
|
|
|
|
|
|
|
#undef set_item_opts
|
|
|
|
int set_item_opts(
|
2018-04-25 21:37:31 +02:00
|
|
|
ITEM *item,
|
2011-07-07 15:41:53 +02:00
|
|
|
Item_Options opts)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef item_opts_off
|
|
|
|
int item_opts_off(
|
2018-04-25 21:37:31 +02:00
|
|
|
ITEM *item,
|
2011-07-07 15:41:53 +02:00
|
|
|
Item_Options opts)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef item_opts_on
|
|
|
|
int item_opts_on(
|
2018-04-25 21:37:31 +02:00
|
|
|
ITEM *item,
|
2011-07-07 15:41:53 +02:00
|
|
|
Item_Options opts)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef item_opts
|
|
|
|
Item_Options item_opts(
|
|
|
|
const ITEM *item)
|
|
|
|
{ return(*(Item_Options *)0); }
|
|
|
|
|
|
|
|
/* ./m_item_top.c */
|
|
|
|
|
|
|
|
#undef set_top_row
|
|
|
|
int set_top_row(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
int row)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef top_row
|
|
|
|
int top_row(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_item_use.c */
|
|
|
|
|
|
|
|
#undef set_item_userptr
|
|
|
|
int set_item_userptr(
|
2018-04-25 21:37:31 +02:00
|
|
|
ITEM *item,
|
2011-07-07 15:41:53 +02:00
|
|
|
void *userptr)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef item_userptr
|
|
|
|
void *item_userptr(
|
|
|
|
const ITEM *item)
|
|
|
|
{ return(*(void **)0); }
|
|
|
|
|
|
|
|
/* ./m_item_val.c */
|
|
|
|
|
|
|
|
#undef set_item_value
|
|
|
|
int set_item_value(
|
2018-04-25 21:37:31 +02:00
|
|
|
ITEM *item,
|
2011-07-07 15:41:53 +02:00
|
|
|
NCURSES_BOOL value)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef item_value
|
|
|
|
NCURSES_BOOL item_value(
|
|
|
|
const ITEM *item)
|
|
|
|
{ return(*(NCURSES_BOOL *)0); }
|
|
|
|
|
|
|
|
/* ./m_item_vis.c */
|
|
|
|
|
|
|
|
#undef item_visible
|
|
|
|
NCURSES_BOOL item_visible(
|
|
|
|
const ITEM *item)
|
|
|
|
{ return(*(NCURSES_BOOL *)0); }
|
|
|
|
|
|
|
|
/* ./m_items.c */
|
|
|
|
|
|
|
|
#undef set_menu_items
|
|
|
|
int set_menu_items(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
ITEM **items)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_items
|
|
|
|
ITEM **menu_items(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(ITEM ***)0); }
|
|
|
|
|
|
|
|
#undef item_count
|
|
|
|
int item_count(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_new.c */
|
|
|
|
|
|
|
|
#undef new_menu_sp
|
|
|
|
MENU *new_menu_sp(
|
2018-04-25 21:37:31 +02:00
|
|
|
SCREEN *sp,
|
2011-07-07 15:41:53 +02:00
|
|
|
ITEM **items)
|
|
|
|
{ return(*(MENU **)0); }
|
|
|
|
|
|
|
|
#undef new_menu
|
|
|
|
MENU *new_menu(
|
|
|
|
ITEM **items)
|
|
|
|
{ return(*(MENU **)0); }
|
|
|
|
|
|
|
|
#undef free_menu
|
|
|
|
int free_menu(
|
|
|
|
MENU *menu)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_opts.c */
|
|
|
|
|
|
|
|
#undef set_menu_opts
|
|
|
|
int set_menu_opts(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
Menu_Options opts)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_opts_off
|
|
|
|
int menu_opts_off(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
Menu_Options opts)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_opts_on
|
|
|
|
int menu_opts_on(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
Menu_Options opts)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_opts
|
|
|
|
Menu_Options menu_opts(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(Menu_Options *)0); }
|
|
|
|
|
|
|
|
/* ./m_pad.c */
|
|
|
|
|
|
|
|
#undef set_menu_pad
|
|
|
|
int set_menu_pad(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
int pad)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_pad
|
|
|
|
int menu_pad(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_pattern.c */
|
|
|
|
|
|
|
|
#undef menu_pattern
|
|
|
|
char *menu_pattern(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(char **)0); }
|
|
|
|
|
|
|
|
#undef set_menu_pattern
|
|
|
|
int set_menu_pattern(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
const char *p)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_post.c */
|
|
|
|
|
|
|
|
#undef _nc_Post_Item
|
|
|
|
void _nc_Post_Item(
|
2018-04-25 21:37:31 +02:00
|
|
|
const MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
const ITEM *item)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
#undef _nc_Draw_Menu
|
|
|
|
void _nc_Draw_Menu(
|
|
|
|
const MENU *menu)
|
|
|
|
{ /* void */ }
|
|
|
|
|
|
|
|
#undef post_menu
|
|
|
|
int post_menu(
|
|
|
|
MENU *menu)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef unpost_menu
|
|
|
|
int unpost_menu(
|
|
|
|
MENU *menu)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_req_name.c */
|
|
|
|
|
|
|
|
#undef menu_request_name
|
|
|
|
const char *menu_request_name(
|
|
|
|
int request)
|
|
|
|
{ return(*(const char **)0); }
|
|
|
|
|
|
|
|
#undef menu_request_by_name
|
|
|
|
int menu_request_by_name(
|
|
|
|
const char *str)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_scale.c */
|
|
|
|
|
|
|
|
#undef scale_menu
|
|
|
|
int scale_menu(
|
2018-04-25 21:37:31 +02:00
|
|
|
const MENU *menu,
|
|
|
|
int *rows,
|
2011-07-07 15:41:53 +02:00
|
|
|
int *cols)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_spacing.c */
|
|
|
|
|
|
|
|
#undef set_menu_spacing
|
|
|
|
int set_menu_spacing(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
|
|
|
int s_desc,
|
|
|
|
int s_row,
|
2011-07-07 15:41:53 +02:00
|
|
|
int s_col)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_spacing
|
|
|
|
int menu_spacing(
|
2018-04-25 21:37:31 +02:00
|
|
|
const MENU *menu,
|
|
|
|
int *s_desc,
|
|
|
|
int *s_row,
|
2011-07-07 15:41:53 +02:00
|
|
|
int *s_col)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
/* ./m_sub.c */
|
|
|
|
|
|
|
|
#undef set_menu_sub
|
|
|
|
int set_menu_sub(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
WINDOW *win)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_sub
|
|
|
|
WINDOW *menu_sub(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(WINDOW **)0); }
|
|
|
|
|
|
|
|
/* ./m_trace.c */
|
|
|
|
|
|
|
|
#undef _nc_retrace_item
|
|
|
|
ITEM *_nc_retrace_item(
|
|
|
|
ITEM *code)
|
|
|
|
{ return(*(ITEM **)0); }
|
|
|
|
|
|
|
|
#undef _nc_retrace_item_ptr
|
|
|
|
ITEM **_nc_retrace_item_ptr(
|
|
|
|
ITEM **code)
|
|
|
|
{ return(*(ITEM ***)0); }
|
|
|
|
|
|
|
|
#undef _nc_retrace_item_opts
|
|
|
|
Item_Options _nc_retrace_item_opts(
|
|
|
|
Item_Options code)
|
|
|
|
{ return(*(Item_Options *)0); }
|
|
|
|
|
|
|
|
#undef _nc_retrace_menu
|
|
|
|
MENU *_nc_retrace_menu(
|
|
|
|
MENU *code)
|
|
|
|
{ return(*(MENU **)0); }
|
|
|
|
|
|
|
|
#undef _nc_retrace_menu_hook
|
|
|
|
Menu_Hook _nc_retrace_menu_hook(
|
|
|
|
Menu_Hook code)
|
|
|
|
{ return(*(Menu_Hook *)0); }
|
|
|
|
|
|
|
|
#undef _nc_retrace_menu_opts
|
|
|
|
Menu_Options _nc_retrace_menu_opts(
|
|
|
|
Menu_Options code)
|
|
|
|
{ return(*(Menu_Options *)0); }
|
|
|
|
|
|
|
|
/* ./m_userptr.c */
|
|
|
|
|
|
|
|
#undef set_menu_userptr
|
|
|
|
int set_menu_userptr(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
void *userptr)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_userptr
|
|
|
|
void *menu_userptr(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(void **)0); }
|
|
|
|
|
|
|
|
/* ./m_win.c */
|
|
|
|
|
|
|
|
#undef set_menu_win
|
|
|
|
int set_menu_win(
|
2018-04-25 21:37:31 +02:00
|
|
|
MENU *menu,
|
2011-07-07 15:41:53 +02:00
|
|
|
WINDOW *win)
|
|
|
|
{ return(*(int *)0); }
|
|
|
|
|
|
|
|
#undef menu_win
|
|
|
|
WINDOW *menu_win(
|
|
|
|
const MENU *menu)
|
|
|
|
{ return(*(WINDOW **)0); }
|