Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_min

303 #define ksh_min(x,y)	((x) < (y) ? (x) : (y))