Searched refs:shift_count (Results 1 – 4 of 4) sorted by relevance
61 extern int shift_count;1998 shift_count = number; in commands()2000 number = (shift_count > 0) ? in commands()2001 shift_count : sc_width / 2; in commands()2013 shift_count = number; in commands()2015 number = (shift_count > 0) ? in commands()2016 shift_count : sc_width / 2; in commands()
51 extern int shift_count;255 shift_count = hs;263 parg.p_int = shift_count;285 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM; in calc_shift_count()
49 public int shift_count; /* Number of positions to shift horizontally */ variable
98 int shift_count; in find_and_remove_externals_revision() local110 shift_count = 2; in find_and_remove_externals_revision()120 shift_count = 1; in find_and_remove_externals_revision()138 for (j = i; j < num_line_parts-shift_count; ++j) in find_and_remove_externals_revision()139 line_parts[j] = line_parts[j+shift_count]; in find_and_remove_externals_revision()140 line_parts[num_line_parts-shift_count] = NULL; in find_and_remove_externals_revision()