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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c669 static struct Strbuf slhs; /* = Strbuf_INIT; left-hand side of last :s */ variable in typeref:struct:Strbuf
786 if (slhs.len == 0) {
791 Strbuf_append(&lhsb, slhs.s);
859 slhs.len = 0;
861 Strbuf_append(&slhs, lhsb.s);
862 Strbuf_terminate(&slhs);
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c3896 uByte slhs = (lhs->bits & DECNEG); local
3906 if (slhs != srhs)
3908 if (slhs)
3913 else if (slhs && srhs)

Completed in 83 milliseconds