Searched defs:SEE (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/regex/ | ||
| D | regcomp.c | 149 #define SEE(c) (MORE() && PEEK() == (c)) macro |
| /netbsd/src/lib/libc/regex/ | ||
| D | regcomp.c | 198 #define SEE(c) (MORE() && PEEK() == (c)) macro |