Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c308 #define expandtab (vi_setops & VI_EXPANDTAB ) macro
322 #define expandtab (0) macro
2165 } else if (c == '\t' && expandtab) { // expand tab in char_insert()
2219 if (expandtab) { in char_insert()
3150 expandtab ? "" : "no", in colon()