Home
last modified time | relevance | path

Searched refs:ctl_c (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c50 static int ctl_c; /* was the conversation interrupted? */ variable
56 ctl_c = 1; in interrupt()
77 ctl_c = 0; in getinput()
87 while (ctl_c == 0 && in getinput()
103 if (ctl_c == 1) in getinput()