Searched refs:remove_tabs (Results 1 – 3 of 3) sorted by relevance
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
344 bool has_label, has_define, remove_tabs, exclude_extra_math; in main() local363 remove_tabs = (argc > 7 && atoi(argv[7]) != 0); in main()427 if (!remove_tabs || in[i] != '\t') in main()
350 * @param remove_tabs True if tabs should be ignored, false if they should be360 remove_tabs: bool,438 if !remove_tabs || in[i] != '\t'557 * @param remove_tabs True if tabs should be ignored, false otherwise. (See the566 remove_tabs: bool,575 strgen_remove_tabs: $remove_tabs