Searched refs:TABSTOP (Results 1 – 1 of 1) sorted by relevance
19 TABSTOP=123 TABSTOP=$(($TABSTOP*2))25 testing "long tab single" "expand -t $TABSTOP input" "${BIGTAB}foo\n" "\tfoo\n" ""26 testing "long tab tablist" "expand -t $TABSTOP,$((TABSTOP+5)) input" \