Searched refs:unindent (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/vim-55/runtime/indent/
H A Dpascal.vim143 " unindent. But don't return yet -- we need to check for further
149 " At the end of a block, we have to unindent both the current line
H A Dsqlanywhere.vim308 " if it is an unbalanced paranethesis only unindent if
363 " But we do not want to unindent a line like:
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dman.el1152 (Man-unindent)
1255 (defun Man-unindent ()
1267 (if (catch 'unindent
1270 (throw 'unindent nil))
1278 (throw 'unindent nil))
1284 (throw 'unindent nil)))
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSONObject.cpp119 void unindent();
448 // Use a single shared string, m_repeatedGap, so we don't keep allocating new ones as we indent and unindent.
456 inline void Stringifier::unindent() function in class:JSC::Stringifier
508 stringifier.unindent();
/macosx-10.10.1/nano-12/src/
H A Dtext.c194 /* Indent or unindent the current line (or, if the mark is on, all lines
197 * unindent by len spaces. Otherwise, indent or unindent by (len /
203 bool unindent = FALSE; local
219 /* If cols is negative, make it positive and set unindent to
223 unindent = TRUE;
239 if (!unindent) {
267 if (!unindent) {
299 * this line after we unindent. */
302 * after we unindent
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-topic.el1066 [(meta tab)] gnus-topic-unindent
1068 "\M-\C-i" gnus-topic-unindent
1537 (defun gnus-topic-indent (&optional unindent)
1541 (if unindent
1542 (gnus-topic-unindent)
1558 (defun gnus-topic-unindent ()
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex431 T TAB & (TAB) Indent current topic [Prefix: unindent].\\

Completed in 306 milliseconds