OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restart_command
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
data.c
118
char **
restart_command
;
variable
data.h
94
extern char **
restart_command
;
misc.c
7545
if (
restart_command
[target] == NULL)
7546
restart_command
[target] = x_strdup(option);
7549
restart_command
[target] = x_strdup(buffer);
7551
} else if (
restart_command
[target] == NULL
7552
|| strcmp(
restart_command
[target], buffer)) {
7553
free(
restart_command
[target]);
7554
restart_command
[target] = x_strdup(buffer);
7606
FreeAndNull(
restart_command
);
7609
if (
restart_command
== NULL) {
7612
restart_command
= TypeCallocN(char *, need)
[
all
...]
/xsrc/external/mit/libXt/dist/src/
Shell.c
745
Offset(session.
restart_command
), XtRPointer, (XtPointer) NULL},
1170
if (w->session.
restart_command
)
1171
w->session.
restart_command
= NewStringArray(w->session.
restart_command
);
1193
(w->application.argv || w->session.
restart_command
))
1762
FreeStringArray(w->session.
restart_command
);
2714
if (cw->session.
restart_command
!= nw->session.
restart_command
) {
2715
if (nw->session.
restart_command
) {
2716
nw->session.
restart_command
[
all
...]
/xsrc/external/mit/libXt/dist/include/X11/
ShellP.h
380
_XtString*
restart_command
;
member in struct:__anon6035
Completed in 11 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026