Searched refs:ntrp (Results 1 – 1 of 1) sorted by relevance
351 Tokenrow *ntrp = new(Tokenrow); in normtokenrow() local357 maketokenrow(len, ntrp); in normtokenrow()360 *ntrp->lp = *tp; in normtokenrow()363 ntrp->lp->t = newstring(tp->t, tp->len, 1); in normtokenrow()364 *ntrp->lp->t++ = ' '; in normtokenrow()366 ntrp->lp->wslen = 1; in normtokenrow()368 ntrp->lp++; in normtokenrow()370 if (ntrp->lp > ntrp->bp) in normtokenrow()371 ntrp->bp->wslen = 0; in normtokenrow()372 return ntrp; in normtokenrow()
Completed in 6 milliseconds