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

/haiku/headers/os/interface/
H A DTextView.h452 bool fAutoindent; member in class:BTextView
/haiku/src/kits/interface/
H A DTextView.cpp464 err = data->AddBool("_auto_in", fAutoindent);
2520 fAutoindent = state;
2527 return fAutoindent;
3241 fAutoindent = false;
3751 if (fAutoindent && numBytes == 1 && *bytes == B_ENTER) {

Completed in 307 milliseconds