Searched defs:shell (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/hci/ |
H A D | shell.c | 29 #include <ipxe/shell.h> 33 * Minimal command shell 37 /** The shell prompt string */ 75 * Start command shell 78 int shell ( void ) { function 83 /* Initialise shell history */ 95 /* Discard shell history */ 101 /** "shell" options */ 104 /** "shell" option list */ 107 /** "shell" comman [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlcatalog.c | 33 static int shell = 0; variable 301 printf("\texit: quit the shell\n"); 318 \t--shell : run a shell allowing interactive queries\n\ 356 } else if ((!strcmp(argv[i], "-shell")) || 357 (!strcmp(argv[i], "--shell"))) { 358 shell++; 551 } else if (shell) {
|
H A D | xmllint.c | 122 static int shell = 0; variable 2311 * shell interaction 2313 if (shell) { 2824 printf("\t--shell : run a navigating shell\n"); 2957 if ((!strcmp(argv[i], "-shell")) || 2958 (!strcmp(argv[i], "--shell"))) { 2959 shell++;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xwayland.h | 78 struct wl_shell *shell; member in struct:xwl_screen
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xwayland.h | 77 struct wl_shell *shell; member in struct:xwl_screen
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdesktop.c | 189 char *shell, char *directory); 210 fprintf(stderr, " -s: shell / seamless application to start remotly\n"); 224 fprintf(stderr, " -A: path to SeamlessRDP shell, this enables SeamlessRDP mode\n"); 572 char shell[256]; local 609 g_seamless_spawn_cmd[0] = domain[0] = g_password[0] = shell[0] = directory[0] = 0; 668 STRNCPY(shell, optarg, sizeof(shell)); 1041 if (shell[0]) 1042 STRNCPY(g_seamless_spawn_cmd, shell, sizeof(g_seamless_spawn_cmd)); 1044 STRNCPY(shell, g_seamless_shel [all...] |
Completed in 64 milliseconds