Searched defs:pmax (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzfparse.c109 static void setminmax (long *pmin, long val, long *pmax) argument
113 if ( val > *pmax )
114 *pmax = val;

Completed in 9 milliseconds