OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_symtab_next
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lex.c
207
* entries are linked via sym_t.
s_symtab_next
.
233
if ((sym->
s_symtab_next
= symtab[h]) != NULL)
234
symtab[h]->s_symtab_ref = &sym->
s_symtab_next
;
244
for (sym_t *sym = symtab[h]; sym != NULL; sym = sym->
s_symtab_next
) {
260
if ((*sym->s_symtab_ref = sym->
s_symtab_next
) != NULL)
261
sym->
s_symtab_next
->s_symtab_ref = sym->s_symtab_ref;
262
sym->
s_symtab_next
= NULL;
271
sym_t *next = sym->
s_symtab_next
;
324
sym = sym->
s_symtab_next
;
1563
/* Note the use of s_level_next instead of
s_symtab_next
. *
[
all
...]
lint1.h
261
sym_t *
s_symtab_next
; /* next symbol in the same symtab bucket */
member in struct:sym
262
sym_t **s_symtab_ref; /* pointer to
s_symtab_next
of the previous
tree.c
2281
csym != NULL; csym = csym->
s_symtab_next
) {
2287
for (const sym_t *sym = csym->
s_symtab_next
;
2288
sym != NULL; sym = sym->
s_symtab_next
) {
decl.c
2666
while ((esym = esym->
s_symtab_next
) != NULL) {
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026