Home | History | Annotate | Download | only in config

Lines Matching defs:fragp

258   fragS *fragp;
260 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
261 if (fragp->fr_next == frag)
262 return fragp;