Searched refs:editor (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-edit.c | 321 const char **args, *editor; in run_editor() local 328 editor = getenv("SYSTEMD_EDITOR"); in run_editor() 329 if (!editor) in run_editor() 330 editor = getenv("EDITOR"); in run_editor() 331 if (!editor) in run_editor() 332 editor = getenv("VISUAL"); in run_editor() 334 if (!isempty(editor)) { in run_editor() 335 editor_args = strv_split(editor, WHITESPACE); in run_editor()
|
/systemd-251/docs/ |
D | TRANSLATORS.md | 47 using the `poedit` GUI editor.) 65 You can use any text editor to update the `*.po` files, but a good choice is 66 the `poedit` editor, a graphical application specifically designed for this
|
D | HACKING.md | 177 right in your editor of choice (with the right plugin installed). When using mkosi, we can run clan… 200 Next, mark the script as executable and point your editor plugin to use this script to start clangd… 230 …kosi needs to run as root, we also need to make sure we can enter the root password when the editor 236 If configured correctly, a window will appear when your editor plugin tries to run the mkosi-clangd… 248 Finally, to ensure clangd starts up quickly in the editor, run an incremental build with mkosi to m… 251 Now, your editor will start clangd in the mkosi build image and all of clangd's features will work … 327 attach breakpoints from the editor and enjoy all the other features of VSCode's debugger.
|
/systemd-251/src/shared/ |
D | bootspec.h | 47 char *editor; member
|
D | bootspec.c | 208 free(config->editor); in boot_config_free() 267 r = free_and_strdup(&config->editor, p); in boot_loader_read_conf()
|
/systemd-251/src/boot/efi/ |
D | boot.c | 86 BOOLEAN editor; member 527 ps_bool(L" editor: %s\n", config->editor); in print_status() 900 if (!config->editor || !IN_SET(config->entries[idx_highlight]->type, in menu_run() 1181 err = parse_boolean(value, &config->editor); in config_defaults_load_from_file() 1584 .editor = TRUE, in config_load_defaults()
|
/systemd-251/ |
D | NEWS | 3139 contents in commented form in the text editor. 5932 editor/viewer of your choice). Note that not all terminal emulators 9960 user's editor (as configured with $EDITOR), and reload the
|