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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c670 static struct Strbuf rhsb; /* = Strbuf_INIT; right-hand side of last :s */ variable in typeref:struct:Strbuf
834 rhsb.len = 0;
846 Strbuf_append1(&rhsb, '\\');
848 Strbuf_append1(&rhsb, c);
850 Strbuf_terminate(&rhsb);
975 for (np = rhsb.s; *np; np++)

Completed in 85 milliseconds