Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c850 char c, *pps; in nextchar() local
853 pps = *s; in nextchar()
860 if (c == '\\' && *s == pps) { /* unrecognized \z? */ in nextchar()