Searched refs:promptId (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | Login.h | 219 extern int SetPrompt(Widget ctx, int promptId, const char *message, 221 extern const char *GetPrompt(Widget ctx, int promptId); 223 extern int SetValue(Widget ctx, int promptId, const char *value); 224 extern const char *GetValue(Widget ctx, int promptId);
|
| H A D | greet.c | 732 int promptId = 0; local in function:pamconv 740 promptId = 1; 754 SetPrompt (login, promptId, m->msg, LOGIN_TEXT_INFO, True); 755 SetValue (login, promptId, NULL); 762 SetPrompt (login, promptId, m->msg, pStyle, False); 763 SetValue (login, promptId, NULL); 769 r->resp = strdup(GetValue(login, promptId)); 770 SetValue(login, promptId, NULL);
|
Completed in 6 milliseconds