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