Lines Matching refs:ntp
271 makespace(Tokenrow * trp, Token * ntp) in makespace() argument
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()
427 Token* ntp = tp; in puttokens() local
428 ntp++; in puttokens()
430 if( ntp->type == NAME ) in puttokens()
432 uchar* np = ntp->t - ntp->wslen; in puttokens()
433 int nlen = ntp->len + ntp->wslen; in puttokens()