OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outflist
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint2/
emit2.c
199
struct
outflist
{
struct
201
struct
outflist
*ofl_next;
203
static struct
outflist
*
outflist
;
variable in typeref:struct:outflist *
208
struct
outflist
*ofl, **pofl;
211
ofl =
outflist
;
212
pofl = &
outflist
;
235
struct
outflist
*ofl;
238
for (ofl =
outflist
, i = 1; ofl != NULL; ofl = ofl->ofl_next, i++) {
emit2.c
199
struct
outflist
{
struct
201
struct
outflist
*ofl_next;
203
static struct
outflist
*
outflist
;
variable in typeref:struct:outflist *
208
struct
outflist
*ofl, **pofl;
211
ofl =
outflist
;
212
pofl = &
outflist
;
235
struct
outflist
*ofl;
238
for (ofl =
outflist
, i = 1; ofl != NULL; ofl = ofl->ofl_next, i++) {
Completed in 26 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025