Lines Matching refs:wslen
242 || (tp1->wslen == 0) != (tp2->wslen == 0) in comparetokens()
279 if (ntp->wslen) in makespace()
281 tt = newstring(tp->t, tp->len, ntp->wslen); in makespace()
282 strncpy((char *)tt, (char *)ntp->t - ntp->wslen, ntp->wslen); in makespace()
283 tp->t = tt + ntp->wslen; in makespace()
284 tp->wslen = ntp->wslen; in makespace()
365 if (tp->wslen) in normtokenrow()
366 ntrp->lp->wslen = 1; in normtokenrow()
371 ntrp->bp->wslen = 0; in normtokenrow()
419 len = tp->len + tp->wslen; in puttokens()
420 p = tp->t - tp->wslen; in puttokens()
432 uchar* np = ntp->t - ntp->wslen; in puttokens()
433 int nlen = ntp->len + ntp->wslen; in puttokens()
462 if( (tp->wslen == 0) && (strncmp( (char*)p, "extern", len ) == 0) ) in puttokens()