Home
last modified time | relevance | path

Searched refs:remove_tabs (Results 1 – 3 of 3) sorted by relevance

/src/contrib/bc/gen/
H A Dstrgen.sh64 remove_tabs="$7"
65 if [ "$remove_tabs" != "" ]; then
66 check_bool_arg "$remove_tabs"
92 if [ -n "$remove_tabs" ]; then
93 if [ "$remove_tabs" -ne 0 ]; then
H A Dstrgen.c344 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()
/src/contrib/bc/
H A Dbuild.pkg.rig350 * @param remove_tabs True if tabs should be ignored, false if they should be
360 remove_tabs: bool,
438 if !remove_tabs || in[i] != '\t'
557 * @param remove_tabs True if tabs should be ignored, false otherwise. (See the
566 remove_tabs: bool,
575 strgen_remove_tabs: $remove_tabs