np 1300 lib/strutil/strutilutf8.c const char *nt, *np; np 1307 lib/strutil/strutilutf8.c np = p; np 1311 lib/strutil/strutilutf8.c while (nt[0] != '\0' && np[0] != '\0') np 1315 lib/strutil/strutilutf8.c if (nnt - nt != nnp - np) np 1317 lib/strutil/strutilutf8.c if (strncmp (nt, np, nnt - nt) != 0) np 1320 lib/strutil/strutilutf8.c np = nnp; np 1323 lib/strutil/strutilutf8.c result = np - p; np 1337 lib/strutil/strutilutf8.c const char *nt, *np; np 1344 lib/strutil/strutilutf8.c np = p; np 1348 lib/strutil/strutilutf8.c while (nt[0] != '\0' && np[0] != '\0') np 1352 lib/strutil/strutilutf8.c if (nnt - nt != nnp - np) np 1354 lib/strutil/strutilutf8.c if (strncmp (nt, np, nnt - nt) != 0) np 1357 lib/strutil/strutilutf8.c np = nnp; np 1360 lib/strutil/strutilutf8.c result = np - p; np 152 src/usermenu.c char *np; np 154 src/usermenu.c np = str_get_next_char (p); np 155 src/usermenu.c if (np - p >= size) np 157 src/usermenu.c memcpy (arg, p, np - p); np 158 src/usermenu.c arg += np - p; np 159 src/usermenu.c size -= np - p; np 160 src/usermenu.c p = np;