Searched refs:shell_command (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dpopup.c38 char* shell_command; /* NULL, or contains sh -c command */ member in struct:_PopupStatus
318 if (popup->shell_command)
319 XtFree(popup->shell_command);
340 popup_status->shell_command = (char*)NULL;
342 if (! popup_status->shell_command) {
354 int len = strlen(popup_status->shell_command);
356 popup_status->shell_command,
H A Dcommand.c54 char* shell_command; /* must be third; for XmhShellCommand */ member in struct:_CommandStatus
330 status->shell_command = XtNewString(argv[2]);
331 } else status->shell_command = (char*) NULL;

Completed in 5 milliseconds