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

/ast/src/lib/libtk/library/
H A Dlistbox.tcl86 %W xview scroll -1 units
92 %W xview scroll 1 units
312 $w yview scroll 1 units
314 $w yview scroll -1 units
316 $w xview scroll 2 units
318 $w xview scroll -2 units
H A Dentry.tcl334 # line) it selects in different-sized units. This procedure
409 $w xview scroll 2 units
412 $w xview scroll -2 units
H A Dtext.tcl448 # word, line) it selects in different-sized units. This procedure
563 $w yview scroll 2 units
565 $w yview scroll -2 units
567 $w xview scroll 2 units
569 $w xview scroll -2 units
H A Dtkfbox.tcl140 $data(canvas) xview scroll 1 units
142 $data(canvas) xview scroll -1 units
/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...]
/ast/src/cmd/3d/
H A Dsyscall3d.c435 bprintf(&b, e, "%5lu.%dm", sys_trace[n].megs, (sys_trace[n].units * 10) >> 20);
437 bprintf(&b, e, "%5lu.%dk", sys_trace[n].units >> 10, ((sys_trace[n].units & ((1<<10)-1)) * 10) >> 10);
702 else if (r >= 0 && (MSG_MASK(cp->call) & C_IO) && (cp->units += r) >= (1<<20))
704 cp->megs += cp->units >> 20;
705 cp->units &= ((1<<20)-1);

Completed in 41 milliseconds