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

/external/mksh/src/
H A Dsh.h1607 #define notok2add(max, val, c) ((val) > ((max) - (c))) macro
1609 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst))

Completed in 198 milliseconds