Searched refs:tab_char (Results 1 – 4 of 4) sorted by relevance
350 char tab_char; member357 : flags(0), linesize(0), tab_char('\t'), decimal_point_char('.') in options()441 opt->tab_char = arg[0]; in process_options()820 if (c == opt->tab_char) in process_format()1061 if (c == opt->tab_char) in process_format()1195 char tab_char = opt->tab_char; in process_data() local1269 if (c == tab_char || c == '\n') { in process_data()1362 if (c == '\n' || c == tab_char) in process_data()
264 curenv->tab_char = get_optional_char(); in tab_character()657 tab_char(0), in environment()749 tab_char(e->tab_char), in environment()845 tab_char = e->tab_char; in copy()2908 charinfo *ci = is_leader ? leader_char : tab_char; in handle_tab()
199 charinfo *tab_char; variable
3463 * tbl/main.c (process_format): Rework so that opt->tab_char is4222 options*. Change callers. Allow opt->tab_char as well as '\t'