Searched refs:TAB (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c139 TAB = 9, /* Tab */ enumerator in enum:KEY_ACTION
585 if (row->chars[j] == TAB) tabs++;
590 if (row->chars[j] == TAB) {
1008 if (j < row->size && row->chars[j] == TAB) cx += 7-((cx)%8);
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c173 TAB = 9, /* Tab */ enumerator in enum:KEY_ACTION

Completed in 32 milliseconds