/src/usr.bin/ypmatch/ |
ypmatch.c | 57 char *inkey, *outbuf; local in function:main 130 inkey = argv[c]; 132 len = strlen(inkey); 135 r = yp_match(domainname, inmap, inkey, len, 140 printf("%s: ", inkey); 150 inkey, inmap, yperr_string(r));
|
/src/lib/libcurses/ |
get_wch.c | 55 static int inkey(wchar_t *wc, int to, int delay); 73 * inkey - do the work to process keyboard input, check for multi-key 78 inkey(wchar_t *wc, int to, int delay) function in typeref:typename:int 90 __CTRACE(__CTRACE_INPUT, "inkey (%p, %d, %d)\n", wc, to, delay); 106 "inkey (wstate normal) got '%s'\n", unctrl(k)); 113 "inkey: NORM=>ASSEMBLING: start(%d), " 122 "inkey: BACKOUT=>ASSEMBLING, start(%d), " 148 "inkey (wstate assembling) got '%s'\n", unctrl(k)); 158 "inkey: ASSEMBLING=>TIMEOUT, start(%d), " 166 "inkey: ASSEMBLING: start(%d), [all...] |
getch.c | 50 short _cursesi_state; /* state of the inkey function */ 222 static wchar_t inkey(int to, int delay); 438 /* init the inkey state variable */ 487 perror("Inkey: Cannot allocate new keymap"); 516 perror("inkey: Cannot allocate new key entry chunk"); 529 * inkey - do the work to process keyboard input, check for multi-key 535 inkey(int to, int delay) function in typeref:typename:wchar_t 544 __CTRACE(__CTRACE_INPUT, "inkey (%d, %d)\n", to, delay); 561 "inkey (state normal) got '%s'\n", unctrl(k)); 602 "inkey (state assembling) got '%s'\n", unctrl(k)) [all...] |
/src/sys/arch/hpcmips/vr/ |
vrkiu.c | 254 unsigned char inkey[KIU_NSCANLINE], *prevkey, *reskey; local in function:eliminate_phantom_keys 263 inkey[i] = reskey[i]; 267 if (countbits(inkey[i]) > 1) { 269 if (i != j && (inkey[i] & inkey[j])) { 274 i, inkey[i], prevkey[i])); 276 j, inkey[j], prevkey[j]));
|