Home
last modified time | relevance | path

Searched refs:want_off (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/xxd/
H A Dxxd.c299 long have_off = 0, want_off = 0; in huntype() local
330 want_off = (want_off << 4) | n1; in huntype()
334 if (base_off + want_off != have_off) in huntype()
339 if (fseek(fpo, base_off + want_off - have_off, SEEK_CUR) >= 0) in huntype()
340 have_off = base_off + want_off; in huntype()
342 if (base_off + want_off < have_off) in huntype()
344 for (; have_off < base_off + want_off; have_off++) in huntype()
354 want_off++; in huntype()
367 want_off = 0; in huntype()