Searched defs:str_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c103 int str_index; member in struct:_fb::stinfo
463 stp->str_index = sizeof (Block);
483 stp->str_index = sizeof (Block);
515 index = stp->str_index;
530 stp->str_index = index;
546 if (stp->str_index)
547 --stp->str_index;
551 index = stp->str_index++;
556 stp->str_index = 1; /* Next time will be 1 */

Completed in 57 milliseconds