HomeSort by: relevance | last modified time | path
    Searched refs:activePrompt (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xdm/dist/greeter/
Login.c 271 #define CUR_PROMPT_CURSOR(w) PROMPT_CURSOR(w,w->login.activePrompt)
474 x = VALUE_X (w, w->login.activePrompt)
475 + VALUE_HPAD(w, w->login.activePrompt);
476 y = VALUE_Y (w, w->login.activePrompt);
480 switch (PROMPT_STATE(w, w->login.activePrompt)) {
487 VALUE_TEXT(w, w->login.activePrompt)
488 + VALUE_SHOW_START(w, w->login.activePrompt),
489 PROMPT_CURSOR(w, w->login.activePrompt)
490 - VALUE_SHOW_START(w, w->login.activePrompt) );
496 int len = PROMPT_CURSOR(w, w->login.activePrompt)
    [all...]
LoginP.h 124 int activePrompt; /* which prompt is active */

Completed in 4 milliseconds