np 1275 lib/strutil/strutilutf8.c const char *nt, *np; np 1282 lib/strutil/strutilutf8.c np = p; np 1286 lib/strutil/strutilutf8.c while (nt[0] != '\0' && np[0] != '\0') np 1290 lib/strutil/strutilutf8.c if (nnt - nt != nnp - np) np 1292 lib/strutil/strutilutf8.c if (strncmp (nt, np, nnt - nt) != 0) np 1295 lib/strutil/strutilutf8.c np = nnp; np 1298 lib/strutil/strutilutf8.c result = np - p; np 1312 lib/strutil/strutilutf8.c const char *nt, *np; np 1319 lib/strutil/strutilutf8.c np = p; np 1323 lib/strutil/strutilutf8.c while (nt[0] != '\0' && np[0] != '\0') np 1327 lib/strutil/strutilutf8.c if (nnt - nt != nnp - np) np 1329 lib/strutil/strutilutf8.c if (strncmp (nt, np, nnt - nt) != 0) np 1332 lib/strutil/strutilutf8.c np = nnp; np 1335 lib/strutil/strutilutf8.c result = np - p; np 145 src/usermenu.c char *np; np 147 src/usermenu.c np = str_get_next_char (p); np 148 src/usermenu.c if (np - p >= size) np 150 src/usermenu.c memcpy (arg, p, np - p); np 151 src/usermenu.c arg += np - p; np 152 src/usermenu.c size -= np - p; np 153 src/usermenu.c p = np;