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

/freebsd-10.1-release/usr.bin/csup/
H A Dglobtree.c67 #define GLOBTREE_FALSE 6 macro
115 gt = globtree_new(GLOBTREE_FALSE);
148 if (left->type == GLOBTREE_FALSE || right->type == GLOBTREE_FALSE) {
179 if (left->type == GLOBTREE_FALSE) {
183 if (right->type == GLOBTREE_FALSE) {
200 gt = globtree_new(GLOBTREE_FALSE);
203 if (child->type == GLOBTREE_FALSE) {
222 case GLOBTREE_FALSE:

Completed in 98 milliseconds