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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Ddtree.js22 this._ls = false;
86 if (cn._ls) break;
134 (node._ls) ? this.aIndent.push(0) : this.aIndent.push(1);
138 str += ( (node.io == '1') ? ((node._ls ) ? this.icon.minusBottom : this.icon.minus) : ((node._ls ) ? this.icon.plusBottom : this.icon.plus ) );
141 } else str += '<img id="j' + this.obj + nodeId + '" src="' + ((node._ls) ? this.icon.joinBottom : this.icon.join ) + '" alt="" />';
153 if (lastId==node.id) node._ls = true;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapiutil.c475 unsigned _ls; local
479 _ls = cmsg->l - _l - 1;
480 if (_ls < 255)
481 (cmsg->m + _l)[0] = (u8) _ls;
483 structTLcpyovl(cmsg->m + _l + 3, cmsg->m + _l + 1, _ls);
485 wordTLcpy(cmsg->m + _l + 1, &_ls);

Completed in 54 milliseconds