Searched refs:oth (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/uri/
H A Dgeneric.rb307 def replace!(oth)
308 if self.class != oth.class
313 self.__send__("#{c}=", oth.__send__(c))
1155 # +oth+::
1171 def merge!(oth)
1172 t = merge(oth)
1184 # +oth+::
1199 def merge(oth)
1201 base, rel = merge0(oth)
1242 def merge0(oth)
[all...]
H A Dftp.rb207 def merge(oth) # :nodoc:
208 tmp = super(oth)
210 tmp.set_typecode(oth.typecode)
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dslcompress.c185 register struct tcphdr *oth; local
280 oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen];
290 th->th_off != oth->th_off ||
294 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2)))
307 } else if (th->th_urp != oth->th_urp)
314 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));
320 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
328 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_move.c537 unsigned char oth, me; local
550 oth = '}';
555 oth = '{'; /*}*/
559 oth = ')';
564 oth = '(';
568 oth = ']';
573 oth = '[';
585 if (zleline[zlecs] == oth)
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcdattst.c1273 UDateFormat *oth; local
1276 oth = udat_clone(icudf, &subStatus);
1279 udat_close(oth); /* ? */
/macosx-10.10.1/screen-22/screen/
H A Dscreen.c1067 int i, fo, oth; local
1077 i = FindSocket((int *)NULL, &fo, &oth, SockMatch);
1079 exit(8 + (fo ? ((oth || i) ? 2 : 1) : 0) + i);

Completed in 147 milliseconds