Home | History | Annotate | Download | only in docs

Lines Matching full:tabs

372   /** returns a function that expand tabs to spaces.  This function can be fed
374 * keep track of how tabs are expanded.
376 * plain text and return the text with tabs expanded.
384 // walk over each character looking for tabs and newlines.
385 // On tabs, expand them. On newlines, reset charInLine.