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

  /src/sys/arch/alpha/stand/common/
prom.c 41 static int test_getchar(int *);
66 test_getchar(int *xc) function in typeref:typename:int
83 if (test_getchar(&c)) {
116 if (test_getchar(&typed_c))
prom.c 41 static int test_getchar(int *);
66 test_getchar(int *xc) function in typeref:typename:int
83 if (test_getchar(&c)) {
116 if (test_getchar(&typed_c))
prom.c 41 static int test_getchar(int *);
66 test_getchar(int *xc) function in typeref:typename:int
83 if (test_getchar(&c)) {
116 if (test_getchar(&typed_c))

Completed in 72 milliseconds