Searched refs:tab1 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFTimeZone.c194 const uint8_t *tab1 = memchr(bytes, '\t', (nextl - bytes)); local
195 if (!tab1) {
200 tab1++;
201 len -= (tab1 - bytes);
202 bytes = tab1;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTabbedPane.js388 function compareFunction(tab1, tab2)
390 return tab1.title.localeCompare(tab2.title);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c94109 int tab1, tab2; local
[all...]

Completed in 307 milliseconds