Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dbuf.h121 void Buf_AddInt(Buffer *, int);
H A Dbuf.c123 Buf_AddInt(Buffer *buf, int n) in Buf_AddInt() function
H A Dvar.c2714 Buf_AddInt(&buf, 1 + (int)i); in ApplyModifier_Range()
3268 Buf_AddInt(&buf, (int)ac); in ApplyModifier_Words()
H A DChangeLog775 o buf.c: simpler upper bound for length in Buf_AddInt