Lines Matching refs:units
381 * "op count units" where op is + or -, count is a number, and units
513 * about modifier (count and units).
519 char *end, *units;
524 * Get the count (how many units forward or backward).
546 units = p;
550 length = p - units;
551 if ((*units == 'c') && (strncmp(units, "chars", length) == 0)) {
557 } else if ((*units == 'l') && (strncmp(units, "lines", length) == 0)) {
742 * about modifier (count and units).