Searched refs:regchar (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | debug.c | 47 static char *regchar(int); 93 fprintf(d, ", %zu=%s", i, regchar(c)); in regprint() 103 fprintf(d, "%s", regchar(c)); in regprint() 110 regchar(c-1)); in regprint() 157 fprintf(d, "%s", regchar((char)opnd)); in s_print() 181 fprintf(d, "%s", regchar(i)); in s_print() 188 regchar(i - 1)); in s_print() 259 regchar(int ch) in regchar() function
|
| /src/lib/libc/regex/grot/ |
| H A D | debug.c | 94 fprintf(d, "%s", regchar((char)opnd)); 119 fprintf(d, "%s", regchar(i)); 126 regchar(i-1)); 199 regchar(ch) in regchar() function
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regengine.inc | 1070 * Is this identical to regchar() over in debug.c? Well, yes. But a
|