Searched refs:tabstop (Results 1 – 13 of 13) 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()
42 // vim: set tabstop=4:
122 // vim :set tabstop=4 shiftwidth=4 expandtab
55 # vim: set tabstop=4:
434 # vim: set tabstop=4:
273 // vim :set tabstop=4 shiftwidth=4 expandtab
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
2411 "// vim :set tabstop=4 shiftwidth=4 expandtab\r\n"2520 "# vim :set tabstop=4 shiftwidth=4 expandtab\r\n"
125 "// vim: set tabstop=4:\r\n"