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

/ast/src/cmd/std/
H A Dunexpand.c161 register int i,tabspace = tablist[0]; local
165 tabspace -= (cp-first)%tabspace;
185 if(n >= tabspace || cp+n>cpend)
193 while(n >= tabspace)
196 n -= tabspace;
198 tabspace = tablist[i]-tablist[i-1];
200 tabspace = tablist[0];

Completed in 10 milliseconds