Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/scripts/kconfig/
Dconf.c34 static int indent = 1; variable
Dmconf.c272 static int indent; variable
Dgconf.c60 static gint indent; variable
/busybox-1.35.0/shell/
Dhush.c1253 # define indent() fdprintf(2, "%*s", (G.debug_indent * 2) & 0xff, "") macro
1257 # define indent() ((void)0) macro
Dash.c1174 indent(int amount, char *pfx, FILE *fp) in indent() function