Searched refs:beginswith (Results 1 – 1 of 1) sorted by relevance
82 beginswith() { case $2 in "$1"*) true;; *) false;; esac; } function90 if beginswith "#" "${p1}" ; then125 elif beginswith ${aprefix} ${path} ; then