Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h2021 #define notok2add(max, val, c) ((val) > ((max) - (c))) macro
2023 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst))