Home | History | Annotate | Download | only in printer

Lines Matching full:unindent

35 	unindent = whiteSpace('<')
392 case unindent:
393 // if this is not the last unindent, apply it
397 if i+1 < len(p.wsbuf) && p.wsbuf[i+1] == unindent {
400 // if the next token is not a closing }, apply the unindent
402 // token; otherwise assume the unindent is part of a
688 case indent, unindent:
768 case unindent:
776 // unindent is swapped with the unindent - this permits
778 // the line break and the label, the unindent is not
781 if i+1 < n && p.wsbuf[i+1] == unindent {
787 p.wsbuf[i], p.wsbuf[i+1] = unindent, formfeed