Lines Matching refs:str_index
80 int str_index;
506 stp->str_index = sizeof(Block);
517 stp->str_index = sizeof(Block);
548 idx = stp->str_index;
562 stp->str_index = idx;
577 if (stp->str_index)
578 --stp->str_index;
582 idx = stp->str_index++;
587 stp->str_index = 1; /* Next time will be 1 */
621 idx = stp->str_index;
632 stp->str_index = idx;
647 if (stp->str_index)
648 --stp->str_index;
652 idx = stp->str_index++;
657 stp->str_index = 1; /* Next time will be 1 */