Searched refs:help_ckd_add (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/less/dist/ |
H A D | xbuf.c | 151 public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_add() function
|
H A D | less.h | 92 #define ckd_add(r, a, b) help_ckd_add(r, a, b, sizeof *(r), signed_expr(*(r)))
|
H A D | funcs.h | 386 public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);
|