Searched refs:get_substr (Results 1 – 4 of 4) sorted by relevance
153 if [[ $(get_substr $obj 1 1) == f ]]; then156 if [[ $(get_substr $str 2 1) != n ]]; then161 if [[ $(get_substr $obj 2 1) == d ]]; then164 if [[ $(get_substr $str 2 1) != n ]]; then250 if [[ $(get_substr $inh 4 1) == n ]]; then261 elif [[ $(get_substr $inh 3 1) != i ]]; then
160 typeset g_bits=$(get_substr $init_mode 4 3)174 cur_mode=$(get_substr $cur_mode 2 9)213 init_mode=$(get_substr $init_mode 2 9)
328 obits=$(get_substr $newmode $pos 1)334 (( bits &= $(get_substr $newmode 2 1) ))339 (( bits_owner = $(get_substr $newmode 1 1) ))
2977 function get_substr #src_str pos offset function