Searched refs:appendStr (Results 1 – 1 of 1) sorted by relevance
/build/kati/ |
D | expr.go | 294 func appendStr(exp expr, buf []byte, alloc bool) expr { func 355 exp = appendStr(exp, in[b:i+1], op.alloc) 361 exp = appendStr(exp, in[b:i], op.alloc) 367 exp = appendStr(exp, in[b:i], op.alloc) 401 exp = appendStr(exp, in[b:i], op.alloc) 505 varname = appendStr(varname, colon, op.alloc)
|