Home
last modified time | relevance | path

Searched refs:__adjust (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dlocale_facets.tcc2525 const ios_base::fmtflags __adjust = __io.flags() & ios_base::adjustfield; in _S_pad() local
2528 if (__adjust == ios_base::left) in _S_pad()
2536 if (__adjust == ios_base::internal && __num) in _S_pad()
/NextBSD/usr.sbin/bsdconfig/share/
HDdialog.subr335 local __adjust=5
336 [ "$NO_SHADOW" ] && __adjust=4
341 __height=$(( $__height - $__adjust ))
/NextBSD/contrib/libstdc++/
DChangeLog-20012051 to '__adjust' to avoid shadowing in nested scope.