Searched defs:pchar (Results 1 - 3 of 3) sorted by relevance
| /src/lib/libedit/ | ||
| H A D | search.c | 209 static wchar_t pchar = L':'; /* ':' = normal, '?' = failed */ local in function:ce_inc_search |
| /src/lib/libc/regex/ | ||
| H A D | engine.c | 1247 pchar(int ch) function in typeref:typename:const char * |
| /src/games/snake/snake/ | ||
| H A D | snake.c | 99 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) macro [all...] |
Completed in 6 milliseconds