Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c895 int lastidx = 0, baseidx = -1; in resurrect_labels() local
903 lastidx = ctl->ctl_typeidx; in resurrect_labels()
905 debug(3, "Resurrected label %s type idx %d\n", label, lastidx); in resurrect_labels()
907 tdata_label_add(td, label, lastidx); in resurrect_labels()
910 baseidx = lastidx; in resurrect_labels()
913 return (lastidx); in resurrect_labels()
917 return (lastidx); in resurrect_labels()
931 return (lastidx); in resurrect_labels()
/freebsd/contrib/libedit/
H A Dreadline.c481 int lastidx; in readline() local
486 lastidx = count - 1; in readline()
487 if (buf[lastidx] == '\n') in readline()
488 buf[lastidx] = '\0'; in readline()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c1753 uint16_t lastidx = 0xFFFF; in uaudio_chan_fill_info_sub() local
1769 if (id->bInterfaceNumber != lastidx) { in uaudio_chan_fill_info_sub()
1770 lastidx = id->bInterfaceNumber; in uaudio_chan_fill_info_sub()