Searched refs:lhsb (Results 1 – 1 of 1) sorted by relevance
684 static struct Strbuf lhsb; /* = Strbuf_INIT; */ variable806 lhsb.len = 0; in getsub()807 Strbuf_append(&lhsb, slhs.s); in getsub()808 Strbuf_terminate(&lhsb); in getsub()813 if (lhsb.len == 0) in getsub()822 lhsb.len = 0; in getsub()826 Strbuf_terminate(&lhsb); in getsub()827 lhsb.len = 0; in getsub()839 Strbuf_append1(&lhsb, '\\'); in getsub()841 Strbuf_append1(&lhsb, c); in getsub()[all …]