Searched refs:get_substr (Results 1 – 4 of 4) sorted by relevance
148 if [[ $(get_substr $obj 1 1) == f ]]; then151 if [[ $(get_substr $str 2 1) != n ]]; then156 if [[ $(get_substr $obj 2 1) == d ]]; then159 if [[ $(get_substr $str 2 1) != n ]]; then245 if [[ $(get_substr $inh 4 1) == n ]]; then256 elif [[ $(get_substr $inh 3 1) != i ]]; then
155 typeset g_bits=$(get_substr $init_mode 4 3)169 cur_mode=$(get_substr $cur_mode 2 9)208 init_mode=$(get_substr $init_mode 2 9)
323 obits=$(get_substr $newmode $pos 1)329 (( bits &= $(get_substr $newmode 2 1) ))334 (( bits_owner = $(get_substr $newmode 1 1) ))
2972 function get_substr #src_str pos offset function