HomeSort by: relevance | last modified time | path
    Searched defs:sp0 (Results 1 - 12 of 12) sorted by relevancy

  /src/games/hack/
makedefs.c 173 const char *sp0; local in function:skipuntil
196 sp0 = s + 1;
198 while (*sp0 && *sp0 == *sp1)
199 sp0++, sp1++;
200 if (!*sp0) {
makedefs.c 173 const char *sp0; local in function:skipuntil
196 sp0 = s + 1;
198 while (*sp0 && *sp0 == *sp1)
199 sp0++, sp1++;
200 if (!*sp0) {
makedefs.c 173 const char *sp0; local in function:skipuntil
196 sp0 = s + 1;
198 while (*sp0 && *sp0 == *sp1)
199 sp0++, sp1++;
200 if (!*sp0) {
  /src/lib/libc/stdlib/
radixsort.c 154 stack s[SIZE], *sp, *sp0, *sp1, temp; local in function:r_sort_a
196 sp0 = sp1 = sp; /* Stack position of biggest bin. */
217 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
245 stack s[512], *sp, *sp0, *sp1, temp; local in function:r_sort_b
278 sp0 = sp1 = sp;
302 swap(*sp0, *sp1, temp);
radixsort.c 154 stack s[SIZE], *sp, *sp0, *sp1, temp; local in function:r_sort_a
196 sp0 = sp1 = sp; /* Stack position of biggest bin. */
217 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
245 stack s[512], *sp, *sp0, *sp1, temp; local in function:r_sort_b
278 sp0 = sp1 = sp;
302 swap(*sp0, *sp1, temp);
radixsort.c 154 stack s[SIZE], *sp, *sp0, *sp1, temp; local in function:r_sort_a
196 sp0 = sp1 = sp; /* Stack position of biggest bin. */
217 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
245 stack s[512], *sp, *sp0, *sp1, temp; local in function:r_sort_b
278 sp0 = sp1 = sp;
302 swap(*sp0, *sp1, temp);
  /src/usr.bin/sort/
radix_sort.c 78 stack *s, *sp, *sp0, *sp1, temp; local in function:radix_sort
138 sp0 = sp1 = sp;
157 swap(*sp0, *sp1, temp);
radix_sort.c 78 stack *s, *sp, *sp0, *sp1, temp; local in function:radix_sort
138 sp0 = sp1 = sp;
157 swap(*sp0, *sp1, temp);
radix_sort.c 78 stack *s, *sp, *sp0, *sp1, temp; local in function:radix_sort
138 sp0 = sp1 = sp;
157 swap(*sp0, *sp1, temp);
  /src/sys/net/
if_gre.c 1165 struct gre_soparm sp0; local in function:gre_ioctl
1189 sp0 = sc->sc_soparm;
1190 sp0.sp_so = NULL;
1191 sp = &sp0;
if_gre.c 1165 struct gre_soparm sp0; local in function:gre_ioctl
1189 sp0 = sc->sc_soparm;
1190 sp0.sp_so = NULL;
1191 sp = &sp0;
if_gre.c 1165 struct gre_soparm sp0; local in function:gre_ioctl
1189 sp0 = sc->sc_soparm;
1190 sp0.sp_so = NULL;
1191 sp = &sp0;

Completed in 41 milliseconds