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

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.lex.c663 static struct Strbuf slhs; /* = Strbuf_INIT; left-hand side of last :s */ variable in typeref:struct:Strbuf
780 if (slhs.len == 0) {
785 Strbuf_append(&lhsb, slhs.s);
853 slhs.len = 0;
855 Strbuf_append(&slhs, lhsb.s);
856 Strbuf_terminate(&slhs);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumber.c6160 uByte slhs=(lhs->bits & DECNEG); local
6169 if (slhs!=srhs) { /* signs differ */
6170 if (slhs) result=-1; /* rhs is max */
6173 else if (slhs && srhs) { /* both negative */

Completed in 104 milliseconds