Searched defs:units (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextIndex.c381 * "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
512 char *end, *units; local
[all...]

Completed in 11 milliseconds