Searched refs:help_ckd_add (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/less/ |
| HD | xbuf.c | 184 public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_add() function
|
| HD | less.h | 80 #define ckd_add(r, a, b) help_ckd_add(r, (uintmax)(a), (uintmax)(b), sizeof *(r), signed_expr(*(r)))
|
| HD | funcs.h | 429 public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);
|