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

/xsrc/external/mit/xmh/dist/
H A Dpopup.c218 String shellName; local in function:WMDeletePopup
222 shellName = XtName(popup);
223 if (strcmp(shellName, XmhNconfirm) == 0)
225 else if (strcmp(shellName, XmhNprompt) == 0)
227 else if (strcmp(shellName, XmhNnotice) == 0)
229 else if (strcmp(shellName, XmhNerror) == 0)

Completed in 2 milliseconds