Searched refs:Buf_AddByte (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dbuf.h77 void Buf_AddByte(Buffer *, Byte);
H A Dvar.c256 Buf_AddByte(buf, (Byte)' ');
266 Buf_AddByte(buf, (Byte)'.');
289 Buf_AddByte (buf, (Byte)' ');
320 Buf_AddByte(buf, (Byte)' ');
346 Buf_AddByte(buf, (Byte)' ');
377 Buf_AddByte(buf, (Byte)' ');
406 Buf_AddByte(buf, (Byte)' ');
437 Buf_AddByte(buf, (Byte)' ');
482 Buf_AddByte(buf, (Byte)' ');
502 Buf_AddByte(bu
[all...]
H A Dbuf.c102 Buf_AddByte(Buffer *bp, Byte byte) function
216 Buf_AddByte(bp, byte);
H A Dcond.c248 Buf_AddByte(buf, (Byte)*cp);
253 Buf_AddByte(buf, (Byte)'\0');
514 Buf_AddByte(buf, (Byte)*condExpr);
516 Buf_AddByte(buf, (Byte)'\0');
593 Buf_AddByte(buf, (Byte)*cp);
608 Buf_AddByte(buf,
612 Buf_AddByte(buf, (Byte)*cp);
H A Dfor.c211 Buf_AddByte(forBuf, (Byte)'\n');
H A Dparse.c1779 Buf_AddByte(buf, (Byte)c);
1791 Buf_AddByte(buf, (Byte)c);
1803 Buf_AddByte(buf, (Byte)'\0');
2009 Buf_AddByte(buf, (Byte)lastc);
2016 Buf_AddByte(buf, (Byte)lastc);
2018 Buf_AddByte(buf, (Byte)'\0');
/freebsd-10.0-release/contrib/bmake/
H A Dbuf.h96 /* Buf_AddByte adds a single byte to a buffer. */
97 #define Buf_AddByte(bp, byte) do { \ macro
H A Dfor.c310 Buf_AddByte(&accumFor->buf, '\n');
386 Buf_AddByte(cmds, '\\');
388 Buf_AddByte(cmds, '\\');
389 Buf_AddByte(cmds, ch);
H A Dvar.c1061 Buf_AddByte(&v->val, ' ');
1187 Buf_AddByte(buf, vpstate->varSpace);
1198 Buf_AddByte(buf, vpstate->varSpace);
1199 Buf_AddByte(buf, '.');
1233 Buf_AddByte(buf, vpstate->varSpace);
1277 Buf_AddByte(buf, vpstate->varSpace);
1316 Buf_AddByte(buf, vpstate->varSpace);
1361 Buf_AddByte(buf, vpstate->varSpace);
1404 Buf_AddByte(buf, vpstate->varSpace);
1450 Buf_AddByte(bu
[all...]
H A Dcond.c296 Buf_AddByte(&buf, *cp);
547 Buf_AddByte(&buf, *condExpr);
555 Buf_AddByte(&buf, *condExpr); /* likely? */
567 Buf_AddByte(&buf, *condExpr);
601 Buf_AddByte(&buf, *cp);
611 Buf_AddByte(&buf, *condExpr);

Completed in 279 milliseconds