Searched refs:SEEKEQ (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/bin/csh/ | ||
| H A D | csh.h | 249 #define SEEKEQ(a, b) ((a)->type == (b)->type && \ macro |
| H A D | func.c | 440 again = whyles != 0 && SEEKEQ(&whyles->w_start, &lineloc) && in dowhile() |