Searched refs:wno (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.comp.c194 tw_pos(Char *ran, int wno) argument
205 return wno == getn(ran);
208 return wno <= getn(&ran[1]);
212 return getn(ran) <= wno;
214 return (getn(ran) <= wno) && (wno <= getn(p));
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile290 VALIDATE_FLAGS = -s -B -wall -wno-unused-param

Completed in 121 milliseconds