Home
last modified time | relevance | path

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

/external/mksh/src/
Dlalloc.c97 if (notoktoadd(numb, ALLOC_SIZE) || in aresize()
Dsh.h1676 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst)) macro
1678 if (notoktoadd((val), (cnst))) \
Dexec.c112 if (notoktomul(z, 2) || notoktoadd(z * 2, n + 1)) in execute()
Dmisc.c1502 if (notoktoadd(pathlen, 1)) { in do_realpath()