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_ref
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lex.c
234
symtab[h]->
s_symtab_ref
= &sym->s_symtab_next;
235
sym->
s_symtab_ref
= &symtab[h];
260
if ((*sym->
s_symtab_ref
= sym->s_symtab_next) != NULL)
261
sym->s_symtab_next->
s_symtab_ref
= sym->
s_symtab_ref
;
1570
sym->
s_symtab_ref
= NULL;
lint1.h
262
sym_t **
s_symtab_ref
; /* pointer to s_symtab_next of the previous
member in struct:sym
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026