Searched refs:rhsb (Results 1 – 1 of 1) sorted by relevance
686 static struct Strbuf rhsb; /* = Strbuf_INIT; right-hand side of last :s */ variable850 rhsb.len = 0; in getsub()862 Strbuf_append1(&rhsb, '\\'); in getsub()864 Strbuf_append1(&rhsb, c); in getsub()866 Strbuf_terminate(&rhsb); in getsub()991 for (np = rhsb.s; *np; np++) in subword()