Home | Sort by: relevance | last modified time | path |
/src/usr.bin/rdist/ | |
lookup.c | 51 struct syment *s_next; member in struct:syment 140 for (s = hashtab[n]; s != NULL; s = s->s_next) { 162 s->s_next = hashtab[n]; |
/src/usr.bin/xlint/lint2/ | |
lint2.h | 119 struct sym *s_next; /* next symbol with same name */ member in struct:sym::__anon516cfa120408 140 #define s_next s_s.s_next macro 172 sym_t **h_lsym; /* points to s_next of last decl./def. */ |
/src/usr.bin/xlint/lint1/ | |
lint1.h | 264 sym_t *s_next; /* next struct/union member, enumerator, member in struct:sym |