| Function name | File name |
| AbortDialog () | ui.ycp |
| ActionWidget () | widgets.ycp |
| AddOption (list optlist, string val, string origVal) | ui.ycp |
| AddOptionWidget (list optlist) | widgets.ycp |
| AddSection (map options) | Lilo.ycp |
| ChangeSectionOptions (string sectname, map options) | Lilo.ycp |
| DeleteSection (string label) | Lilo.ycp |
| DeleteSectionPos (integer pos) | Lilo.ycp |
| DoELilo () | io.ycp |
| DoGrub () | io.ycp |
| DoLilo () | io.ycp |
| EndDialog () | ui.ycp |
| ExpertDialog () | ui.ycp |
| ExpertGrubConfDialog () | ui.ycp |
| Export () | Lilo.ycp |
| GetSection (string label) | Lilo.ycp |
| GlobalOptsDlg () | ui.ycp |
| GlobalOptsWidget () | widgets.ycp |
| Import (map settings) | Lilo.ycp |
| Lilo () | Lilo.ycp |
| LiloFinish () | io.ycp |
| LiloMainDialog () | ui.ycp |
| LiloRead () | Lilo.ycp |
| LiloWrite (map settings) | lilo_write.ycp |
| LinuxSectDlg () | ui.ycp |
| LinuxSectDlg_validate (map vals, string sectname_orig) | ui.ycp |
| LinuxSectWidget () | widgets.ycp |
| MainDlg () | ui.ycp |
| MainDlgRedraw () | ui.ycp |
| MainDlgWidget (list data) | widgets.ycp |
| OSScanDlg () | ui.ycp |
| OSScanWidget (list contents) | widgets.ycp |
| OSTypeDlg () | ui.ycp |
| OSTypeWidget () | widgets.ycp |
| OptionHelp (string option) | texts.ycp |
| OptionsDlg (map vals) | ui.ycp |
| OptionsDlgWidget (list opts) | widgets.ycp |
| OtherSectDlg () | ui.ycp |
| OtherSectWidget () | widgets.ycp |
| Read (block _unused) | Lilo.ycp |
| RemoveLilo () | io.ycp |
| ShowErrorLog (string stderr) | ui.ycp |
| ShowOptHelp (string option) | ui.ycp |
| Summary () | Lilo.ycp |
| SummaryDialog () | ui.ycp |
| SummaryWidget () | widgets.ycp |
| TargetDialog () | ui.ycp |
| TargetWidget (string mbr_dev, string bootdev) | widgets.ycp |
| TestELilo () | io.ycp |
| TestGrub () | io.ycp |
| TestLilo () | io.ycp |
| Write (block increase_progress, block really_abort) | Lilo.ycp |
| WriteTest (string file) | Lilo.ycp |
| autoinstallation | Lilo.ycp |
| boot () | routines.ycp |
| bootPart | Lilo.ycp |
| checkSectionExistence (string sectname) | routines.ycp |
| check_aliases (map liloconf, string omit_section, string new_name, string new_alias) | routines.ycp |
| check_values (map vals) | routines.ycp |
| createMap () | routines.ycp |
| createOptsTable (map values) | routines.ycp |
| createSummaryTable () | routines.ycp |
| create_sect_summary () | routines.ycp |
| create_summary_text () | routines.ycp |
| difflist (list a, list b) | routines.ycp |
| discard_settings | Lilo.ycp |
| enable_opt_dlg (boolean val) | ui.ycp |
| figure_out_distro (map part_entry, string mountpoint) | scan.ycp |
| getCurrentOpts (string type) | routines.ycp |
| getDefaultSection () | misc.ycp |
| getGrubConf (map settings) | routines.ycp |
| getGrubKernelParam (string section, string key) | misc.ycp |
| getGrubKernelParamFromLine (string line, string key) | routines.ycp |
| getGrubPath (string pth) | routines.ycp |
| getImageDescr (string pth) | routines.ycp |
| getKernelParam (string section, string key) | misc.ycp |
| getLinuxPath (string pth) | routines.ycp |
| getOptMap (string sectName) | routines.ycp |
| getPartitionList (symbol type) | routines.ycp |
| getSectionType (string label) | routines.ycp |
| get_default_section () | routines.ycp |
| globalOptionList () | routines.ycp |
| globals | Lilo.ycp |
| grub2Lilo (string o_dev) | routines.ycp |
| grub_set | Lilo.ycp |
| imageOptionList () | routines.ycp |
| isBlank (string s) | routines.ycp |
| isSpecial (string opt) | routines.ycp |
| is_linux (map part_entry) | scan.ycp |
| is_linux_root (map part_entry, string mountpoint) | scan.ycp |
| lilo2Grub (string o_dev) | routines.ycp |
| list2path (list strs) | Lilo.ycp |
| list2path (list strs) | routines.ycp |
| map2list (map m) | routines.ycp |
| mod2ui (any val) | Lilo.ycp |
| mod2ui (any val) | routines.ycp |
| normalizeValue (string optname, any val) | routines.ycp |
| opttypes () | routines.ycp |
| otherOptionList () | routines.ycp |
| parseGrubConf () | routines.ycp |
| parseGrubConfFrom (string filename) | routines.ycp |
| partmap | Lilo.ycp |
| remove_ws (string in) | routines.ycp |
| removekey (map m, any key) | routines.ycp |
| replaceAll (string src, string from, string to) | routines.ycp |
| replaceitem (list source, any new_item, integer pos) | routines.ycp |
| restoreOriginalSettings () | io.ycp |
| restoreOriginalSettings_initial () | io.ycp |
| saveBootloaderConfig (boolean rebuildInitrd) | misc.ycp |
| saveGrubConf (map settings) | routines.ycp |
| saveGrubConfTo (map settings, string filename) | routines.ycp |
| scan_os () | scan.ycp |
| sectOptions2Map (string type, string section) | Lilo.ycp |
| sections | Lilo.ycp |
| setGrubKernelParam (string section, string key, string value) | misc.ycp |
| setGrubKernelParamToLine (string line, string key, string value) | routines.ycp |
| setKernelParam (string section, string key, string value) | misc.ycp |
| showPropWidget (string optname, string value) | ui.ycp |
| strip (string str) | routines.ycp |
| swapItems (list input, integer index1, integer index2) | routines.ycp |
| toItemList (list l) | routines.ycp |
| ui2mod (any val) | routines.ycp |
| ui2mod_spec (any val) | Lilo.ycp |
| undoRestore () | io.ycp |
| uninstallLilo | Lilo.ycp |
| untouched | lilo.ycp |