Searched refs:lpad (Results 1 – 1 of 1) sorted by relevance
1848 void raxRecursiveShow(int level, int lpad, raxNode *n) { in raxRecursiveShow() argument1861 lpad += (numchildren > 1) ? 7 : 4; in raxRecursiveShow()1862 if (numchildren == 1) lpad += numchars; in raxRecursiveShow()1869 for (int j = 0; j < lpad; j++) putchar(' '); in raxRecursiveShow()1876 raxRecursiveShow(level+1,lpad,child); in raxRecursiveShow()