Home
last modified time | relevance | path

Searched refs:px (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dlex.c403 { char xbuf[100], *px; in string() local
404 for (px = xbuf; (c = input()) != 0 && px-xbuf < 100-2; ) { in string()
408 *px++ = c; in string()
412 *px = 0; in string()