Searched refs:Buf_AddByte (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | var.c | 1069 Buf_AddByte(&v->val, ' '); in Var_Append() 1204 Buf_AddByte(buf, '.'); in VarHead() 1722 Buf_AddByte(buf,rp[1]); in VarRESubstitute() 1764 Buf_AddByte(buf, *rp); in VarRESubstitute() 1772 Buf_AddByte(buf, *wp); in VarRESubstitute() 2087 Buf_AddByte(&buf, ' '); in VarOrder() 2134 Buf_AddByte(&buf, ' '); in VarUniq() 2290 Buf_AddByte(&buf, *cp); in VarGetPattern() 2348 Buf_AddByte(&buf, *str); in VarQuote() 3856 Buf_AddByte(&buf, *tstr); in Var_Parse() [all …]
|
| H A D | for.c | 309 Buf_AddByte(&accumFor->buf, '\n'); in For_Accum() 384 Buf_AddByte(cmds, '\\'); in for_substitute() 386 Buf_AddByte(cmds, '\\'); in for_substitute() 387 Buf_AddByte(cmds, ch); in for_substitute()
|
| H A D | cond.c | 305 Buf_AddByte(&buf, *cp); in CondGetArg() 554 Buf_AddByte(&buf, *condExpr); in CondGetString() 562 Buf_AddByte(&buf, *condExpr); /* likely? */ in CondGetString() 574 Buf_AddByte(&buf, *condExpr); in CondGetString() 609 Buf_AddByte(&buf, *cp); in CondGetString() 629 Buf_AddByte(&buf, *condExpr); in CondGetString()
|
| H A D | buf.h | 97 #define Buf_AddByte(bp, byte) do { \ macro
|