Searched refs:get_substr (Results 1 – 4 of 4) sorted by relevance
151 if [[ $(get_substr $obj 1 1) == f ]]; then154 if [[ $(get_substr $str 2 1) != n ]]; then159 if [[ $(get_substr $obj 2 1) == d ]]; then162 if [[ $(get_substr $str 2 1) != n ]]; then248 if [[ $(get_substr $inh 4 1) == n ]]; then259 elif [[ $(get_substr $inh 3 1) != i ]]; then
158 typeset g_bits=$(get_substr $init_mode 4 3)172 cur_mode=$(get_substr $cur_mode 2 9)211 init_mode=$(get_substr $init_mode 2 9)
326 obits=$(get_substr $newmode $pos 1)332 (( bits &= $(get_substr $newmode 2 1) ))337 (( bits_owner = $(get_substr $newmode 1 1) ))
2975 function get_substr #src_str pos offset function