Home
last modified time | relevance | path

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

/freebsd/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.c2689 Buf_AddInt(&buf, 1 + (int)i); in ApplyModifier_Range()
3238 Buf_AddInt(&buf, (int)ac); in ApplyModifier_Words()
H A DChangeLog1106 o buf.c: simpler upper bound for length in Buf_AddInt