Searched refs:shift_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Doptfunc.c51 extern int shift_count;
254 shift_count = hs;
262 parg.p_int = shift_count;
283 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM;
H A Dcommand.c61 extern int shift_count;
1997 shift_count = number;
1999 number = (shift_count > 0) ?
2000 shift_count : sc_width / 2;
2012 shift_count = number;
2014 number = (shift_count > 0) ?
2015 shift_count : sc_width / 2;
H A Dopttbl.c49 public int shift_count; /* Number of positions to shift horizontally */ variable
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c100 int shift_count;
112 shift_count = 2;
122 shift_count = 1;
140 for (j = i; j < num_line_parts-shift_count; ++j)
141 line_parts[j] = line_parts[j+shift_count];
142 line_parts[num_line_parts-shift_count] = NULL;
98 int shift_count; local

Completed in 178 milliseconds