Home
last modified time | relevance | path

Searched refs:lpad (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Drax.c1848 void raxRecursiveShow(int level, int lpad, raxNode *n) { in raxRecursiveShow() argument
1861 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()