Home | History | Annotate | Download | only in cache

Lines Matching refs:cnode

42         FTC_MruNode  cnode = first;
47 if ( cnode == node )
52 cnode = cnode->next;
54 } while ( cnode != first );
88 FTC_MruNode cnode = first;
91 if ( cnode == node )
93 cnode = cnode->next;
95 } while ( cnode != first );
133 FTC_MruNode cnode = first;
138 if ( cnode == node )
140 cnode = cnode->next;
142 } while ( cnode != first );