Home
last modified time | relevance | path

Searched refs:SEEKEQ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/csh/
H A Dcsh.h249 #define SEEKEQ(a, b) ((a)->type == (b)->type && \ macro
H A Dfunc.c440 again = whyles != 0 && SEEKEQ(&whyles->w_start, &lineloc) && in dowhile()