Home
last modified time | relevance | path

Searched refs:shift_count (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.bin/less/
Dcommand.c59 extern int shift_count;
1568 shift_count = number; in commands()
1570 number = (shift_count > 0) ? in commands()
1571 shift_count : sc_width / 2; in commands()
1580 shift_count = number; in commands()
1582 number = (shift_count > 0) ? in commands()
1583 shift_count : sc_width / 2; in commands()
Dopttbl.c50 public int shift_count; /* Number of positions to shift horizontally */ variable
470 NUMBER, 0, &shift_count, NULL,