HomeSort by: relevance | last modified time | path
    Searched refs:Buf_AddInt (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/
buf.h 121 void Buf_AddInt(Buffer *, int);
buf.c 123 Buf_AddInt(Buffer *buf, int n)
parse.c 445 Buf_AddInt(buf, (int)entry->forHeadLineno);
456 Buf_AddInt(buf, (int)entry->lineno);
main.c 1824 Buf_AddInt(&errBuf, WEXITSTATUS(status));
var.c 2718 Buf_AddInt(&buf, 1 + (int)i);
3280 Buf_AddInt(&buf, (int)ac);

Completed in 20 milliseconds