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

  /src/crypto/external/bsd/openssh/dist/
hostfile.h 100 const char *rawkey; /* Text of key and any comment following it */ member in struct:hostkey_foreach_line
  /src/external/gpl2/texinfo/dist/info/
session.c 5003 int rawkey;
5021 rawkey = n == 1 ? c : EOF;
5024 rawkey = (read (tty, &c, 1) == 1) ? c : EOF;
5027 keystroke = rawkey;
5029 if (rawkey == EOF)
5039 rawkey = (read (tty, &c, 1) == 1) ? c : EOF;
5040 keystroke = rawkey;
5043 if (rawkey == EOF)
4988 int rawkey; local

Completed in 28 milliseconds