Searched refs:sourcecode (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmenu.h47 /* The sourcecode of the menu entry, used by the editor. */
48 const char *sourcecode; member in struct:grub_menu_entry
H A Dnormal.h124 const char *prefix, const char *sourcecode,
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dmenuentry.c71 const char *prefix, const char *sourcecode,
90 menu_sourcecode = grub_xasprintf ("%s%s", prefix ?: "", sourcecode);
173 (*last)->sourcecode = menu_sourcecode;
69 grub_normal_add_menu_entry(int argc, const char **args, char **classes, const char *users, const char *hotkey, const char *prefix, const char *sourcecode, int submenu) argument
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmain.c140 grub_free ((void *) entry->sourcecode);
H A Dmenu.c252 grub_script_execute_sourcecode (entry->sourcecode, entry->argc, entry->args);
H A Dmenu_entry.c513 insert_string (screen, (char *) entry->sourcecode, 0);

Completed in 690 milliseconds