Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dxbuf.c194 public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_add() function
H A Dless.h75 #define ckd_add(r, a, b) help_ckd_add(r, (uintmax)(a), (uintmax)(b), sizeof *(r), signed_expr(*(r)))
H A Dfuncs.h457 public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);