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

  /src/lib/libcurses/
get_wch.c 51 static short wstate; /* state of the wcinkey function */ variable in typeref:typename:short
66 wstate = INKEY_NORM;
92 if (wstate == INKEY_NORM) {
106 "inkey (wstate normal) got '%s'\n", unctrl(k));
111 wstate = INKEY_ASSEMBLING; /* go to assembling state */
115 } else if (wstate == INKEY_BACKOUT) {
120 wstate = INKEY_ASSEMBLING;
126 } else if (wstate == INKEY_ASSEMBLING) {
148 "inkey (wstate assembling) got '%s'\n", unctrl(k));
156 wstate = INKEY_TIMEOUT
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 586 ! rdpr %wstate, %l5 ! User stack?
624 rdpr %wstate, t1
1463 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1486 wrpr %g0, WSTATE_KERN, %wstate; /* Enable kernel mode window traps -- now we can trap again */ \
1502 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1562 wrpr %g0, WSTATE_KERN, %wstate; /* Enable kernel mode window traps -- now we can trap again */ \
1579 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1602 wrpr %g0, WSTATE_KERN, %wstate; /* Enable kernel mode window traps -- now we can trap again */ \
1631 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1649 rdpr %wstate, %g7; /* Find if we're from user mode */
    [all...]

Completed in 12 milliseconds