Home | History | Annotate | Download | only in ctestfw

Lines Matching defs:spaces

410             int spaces = FLAG_INDENT-(depth-1);
411 log_testinfo_i("} %*s[OK] ", spaces, "---");
417 int spaces = FLAG_INDENT-(strlen(root->name)+depth);
418 if(spaces<0) spaces=0;
419 log_testinfo(" %*s[OK] ", spaces,"---");