OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:the_menu
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libmenu/
menu.c
447
MENU *
the_menu
;
local in function:new_menu
450
if ((
the_menu
= (MENU *)malloc(sizeof(MENU))) == NULL)
454
(void)memcpy(
the_menu
, &_menui_default_menu, sizeof(MENU));
457
if (
the_menu
->menu_win == NULL)
458
the_menu
->scrwin = stdscr;
462
if ((
the_menu
->mark.string =
465
free(
the_menu
);
469
strlcpy(
the_menu
->mark.string, _menui_default_menu.mark.string,
475
if ((
the_menu
->unmark.string =
478
free(
the_menu
);
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025