Home
last modified time | relevance | path

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

/src/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 Dparse.c450 Buf_AddInt(buf, (int)entry->forHeadLineno); in GetStackTrace()
461 Buf_AddInt(buf, (int)entry->lineno); in GetStackTrace()
H A Dmain.c1846 Buf_AddInt(&errBuf, WEXITSTATUS(status)); in Cmd_Exec()
H A Dvar.c2734 Buf_AddInt(&buf, 1 + (int)i); in ApplyModifier_Range()
3300 Buf_AddInt(&buf, (int)ac); in ApplyModifier_Words()
H A DChangeLog1601 o buf.c: simpler upper bound for length in Buf_AddInt