Searched refs:ceprev (Results 1 – 1 of 1) sorted by relevance
7008 CfEntryInfo *ceprev = NULL; in config_build_entry() local7019 for ( ceprev = parent->ce_kids; ceprev->ce_sibs && in config_build_entry()7020 ceprev->ce_type <= ce->ce_type; in config_build_entry()7021 ceprev = ceprev->ce_sibs ); in config_build_entry()7120 if ( ceprev ) { in config_build_entry()7121 ce->ce_sibs = ceprev->ce_sibs; in config_build_entry()7122 ceprev->ce_sibs = ce; in config_build_entry()