Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c686 static struct Strbuf rhsb; /* = Strbuf_INIT; right-hand side of last :s */ variable
850 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()