Searched refs:__retval (Results 1 – 12 of 12) sorted by relevance
180 local __menu_choice __retval194 __retval=$?198 $__retval "$__menu_choice"201 [ $__retval -eq $DIALOG_OK ] || return $__retval379 local __retval __password1 __password2418 __retval=$?419 if [ $__retval -eq $DIALOG_ESC ]; then420 return $__retval421 elif [ $__retval -eq $DIALOG_OK ]; then552 local __retval __date_type[all …]
205 local __retval __password1 __password2218 __retval=$?222 [ $__retval -eq $DIALOG_OK ] || return $__retval235 __retval=$?239 [ $__retval -eq $DIALOG_OK ] || return $__retval250 __retval=$?251 if [ $__retval -eq $DIALOG_ESC ]; then252 return $__retval253 elif [ $__retval -eq $DIALOG_OK ]; then313 local __menu_choice __retval[all …]
151 ap->__retval = ap->__ibsta; in ib_set_error()161 ap->__retval = ap->__ibsta; in ib_had_timeout()174 ap->__retval = ap->__ibsta; in ib_set_errno()337 ib->ap->__retval |= END; in gpib_ib_wait_xfer()341 ib->ap->__retval |= SRQI; in gpib_ib_wait_xfer()588 ib->ap->__retval = h->handle; in ibdev()1030 ap->__retval = 0; in gpib_ib_ioctl()
116 int __retval; member
298 long double __retval; \304 __retval = (x); \307 RETURNF(__retval); \
298 local __retval=$?301 \"\$__var_to_get\" \"\$${__var_to_set:-value}\" \$__retval303 return $__retval944 local __cmd __output __retval949 __retval=$?953 $__retval "$__output"955 f_dprintf "%s: retval=%i <no output>" "$__funcname" $__retval958 ! [ "$__no_dialog" -o "$nonInteractive" -o $__retval -eq $SUCCESS ] &&965 return $__retval
366 local __retval=$SUCCESS383 __retval=$FAILURE387 __retval=$FAILURE395 __retval=$FAILURE435 return $__retval # success if no debug warnings were printed481 __retval=$FAILURE485 __retval=$FAILURE493 __retval=$FAILURE563 return $__retval # success if no debug warnings were printed1856 local __retval=$?[all …]
161 local __retval=$?163 if [ $__retval -eq $SUCCESS ]; then
163 local __retval=$?165 if [ $__retval -eq $SUCCESS ]; then
378 int __retval = _Traits::compare(data(), __sv.data(), __rlen);379 if ( __retval == 0 ) // first __rlen chars matched380 __retval = size() == __sv.size() ? 0 : ( size() < __sv.size() ? -1 : 1 );381 return __retval;
59 return (ap->__retval); in __ibsubmit()
2955 * bits/fstream.tcc: Shorten __retval to __ret.