Searched refs:__adjust (Results 1 – 3 of 3) sorted by relevance
2525 const ios_base::fmtflags __adjust = __io.flags() & ios_base::adjustfield; in _S_pad() local2528 if (__adjust == ios_base::left) in _S_pad()2536 if (__adjust == ios_base::internal && __num) in _S_pad()
335 local __adjust=5336 [ "$NO_SHADOW" ] && __adjust=4341 __height=$(( $__height - $__adjust ))
2051 to '__adjust' to avoid shadowing in nested scope.