Searched refs:rhsb (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
H A Dsh.lex.c677 static struct Strbuf rhsb; /* = Strbuf_INIT; right-hand side of last :s */ variable in typeref:struct:Strbuf
841 rhsb.len = 0;
853 Strbuf_append1(&rhsb, '\\');
855 Strbuf_append1(&rhsb, c);
857 Strbuf_terminate(&rhsb);
982 for (np = rhsb.s; *np; np++)

Completed in 102 milliseconds