Searched refs:Buf_AddByte (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | for.c | 294 Buf_AddByte(&accumFor->body, '\n'); in For_Accum() 382 Buf_AddByte(cmds, '\\'); in AddEscaped() 384 Buf_AddByte(cmds, '\\'); in AddEscaped() 389 Buf_AddByte(cmds, ch); in AddEscaped() 460 Buf_AddByte(body, '}'); in ForLoop_SubstVarShort()
|
| H A D | cond.c | 248 Buf_AddByte(&word, ch); in ParseWord() 464 Buf_AddByte(&buf, par->p[0]); in CondParser_Leaf() 472 Buf_AddByte(&buf, '"'); in CondParser_Leaf() 483 Buf_AddByte(&buf, par->p[0]); in CondParser_Leaf() 501 Buf_AddByte(&buf, par->p[0]); in CondParser_Leaf()
|
| H A D | buf.h | 101 Buf_AddByte(Buffer *buf, char byte) in Buf_AddByte() function
|
| H A D | buf.c | 136 Buf_AddByte(buf, '|'); in Buf_AddFlag()
|
| H A D | var.c | 1113 Buf_AddByte(&v->val, ' '); in Var_Append() 1323 Buf_AddByte(&buf->buf, buf->sep); in SepBuf_AddBytes() 1787 Buf_AddByte(&buf, ' '); in SubstringWords_JoinFree() 2712 Buf_AddByte(&buf, ' '); in ApplyModifier_Range() 4677 Buf_AddByte(res, '$'); in VarSubstDollarDollar() 4678 Buf_AddByte(res, '$'); in VarSubstDollarDollar() 4722 Buf_AddByte(buf, *p); in VarSubstExpr()
|
| H A D | suff.c | 2198 Buf_AddByte(&buf, ' '); in Suff_NamesStr()
|
| H A D | parse.c | 386 Buf_AddByte(&buf, '\n'); in LoadFile()
|