Searched refs:short_label_flag (Results 1 – 4 of 4) sorted by relevance
70 extern int short_label_flag;
577 short_label_flag = 1; in short_label_command()582 short_label_flag = 0; in no_short_label_command()
853 if (short_label_flag && parsed_short_label) in compute_label()905 if (type == SHORT_LABEL && short_label_flag) in get_separator_pos()913 if (type == SHORT_LABEL && short_label_flag) in get_label()
81 int short_label_flag = 0; variable