Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c685 static struct Strbuf slhs; /* = Strbuf_INIT; left-hand side of last :s */ variable
802 if (slhs.len == 0) { in getsub()
807 Strbuf_append(&lhsb, slhs.s); in getsub()
875 slhs.len = 0; in getsub()
877 Strbuf_append(&slhs, lhsb.s); in getsub()
878 Strbuf_terminate(&slhs); in getsub()