Searched refs:ffewhere_root_line_ (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dwhere.c80 static struct _ffewhere_root_line_ ffewhere_root_line_; variable in typeref:struct:_ffewhere_root_line_
184 ffewhere_root_line_.first = ffewhere_root_line_.last
185 = (ffewhereLine) &ffewhere_root_line_.first;
186 ffewhere_root_line_.none = 0;
258 ffewhereLine wl = ffewhere_root_line_.last;
275 wl->next = (ffewhereLine) &ffewhere_root_line_;
276 wl->previous = ffewhere_root_line_.last;
314 wl->next = (ffewhereLine) &ffewhere_root_line_;
315 wl->previous = ffewhere_root_line_
[all...]

Completed in 97 milliseconds