Searched refs:remove_tabs (Results 1 – 2 of 2) sorted by relevance
46 printf 'usage: %s input output exclude name [label [define [remove_tabs]]]\n' "$progname"64 remove_tabs="$7"65 if [ "$remove_tabs" != "" ]; then66 check_bool_arg "$remove_tabs"92 if [ -n "$remove_tabs" ]; then93 if [ "$remove_tabs" -ne 0 ]; then
63 "usage: %s input output exclude name [label [define [remove_tabs]]]\n";328 * remove_tabs If this parameter exists, it must be an integer. If it is344 bool has_label, has_define, remove_tabs, exclude_extra_math; in main() local 363 remove_tabs = (argc > 7 && atoi(argv[7]) != 0); in main() 427 if (!remove_tabs || in[i] != '\t') in main()