Searched refs:tabstop (Results 1 – 7 of 7) sorted by relevance
407 <tabstop>ssidEdit</tabstop>408 <tabstop>authSelect</tabstop>409 <tabstop>encrSelect</tabstop>410 <tabstop>pskEdit</tabstop>411 <tabstop>eapSelect</tabstop>412 <tabstop>identityEdit</tabstop>413 <tabstop>passwordEdit</tabstop>414 <tabstop>cacertEdit</tabstop>415 <tabstop>wep0Radio</tabstop>416 <tabstop>wep0Edit</tabstop>[all …]
17 XFA_TABSTOPS tabstop; in Append() local18 tabstop.dwAlign = dwAlign; in Append()19 tabstop.fTabstops = fTabstops; in Append()21 auto it = std::lower_bound(m_tabstops.begin(), m_tabstops.end(), tabstop); in Append()22 m_tabstops.insert(it, tabstop); in Append()
3 autocmd FileType python set tabstop=2
162 # vim: set expandtab tabstop=2 shiftwidth=2:
203 # vim: set expandtab tabstop=2 shiftwidth=2:
377 int tabstop = 8; // will this ever be different? in countEchoCharacters() local380 return tabstop - (position % tabstop); in countEchoCharacters()
20 au BufRead,BufNewFile *py,*pyw,*.c,*.h set tabstop=8