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

/freebsd-12-stable/contrib/tcsh/
H A Dtw.comp.c43 static int tw_pos (Char *, int);
186 /* tw_pos():
190 tw_pos(Char *ran, int wno) function
211 } /* end tw_pos */
604 xprintf("p: tw_pos(%s, %lu) = ", short2str(ran),
606 xprintf("%d\n", tw_pos(ran, wordno - 1));
608 if (!tw_pos(ran, wordno - 1)) {
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_low.c2307 static int tw_pos; variable
2316 cnputc(tw_chars[tw_pos++]);
2317 tw_pos %= (sizeof(tw_chars) - 1);

Completed in 84 milliseconds