Searched refs:position (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libast/misc/
H A Dstack.c58 stack->position.block = b;
59 stack->position.index = -1;
92 stack->position.block = stack->blocks;
93 stack->position.index = -1;
103 if (stack->position.index < 0) return(stack->error);
104 else return(stack->position.block->stack[stack->position.index]);
116 if (++stack->position.index >= stack->size)
118 b = stack->position.block;
127 b->prev = stack->position
168 stacktell(register STACK stack, int set, STACKPOS* position) argument
[all...]
/ast/src/lib/libast/include/
H A Dstack.h34 typedef struct stackposition STACKPOS; /* stack position */
43 struct stackposition /* stack position */
54 STACKPOS position; /* current stack position */ member in struct:stacktable
/ast/src/lib/libtk/library/demos/
H A Dsquare25 # The procedure below centers the square on a given position.
29 .s position [expr $x-($a/2)] [expr $y-($a/2)]
/ast/src/lib/libtksh/tcl/
H A DtclNotify.c198 Tcl_QueueEvent(evPtr, position)
205 Tcl_QueuePosition position; /* One of TCL_QUEUE_TAIL, TCL_QUEUE_HEAD,
208 if (position == TCL_QUEUE_TAIL) {
220 } else if (position == TCL_QUEUE_HEAD) {
230 } else if (position == TCL_QUEUE_MARK) {
/ast/src/lib/libtk/generic/
H A DtkEvent.c837 * Tcl event queue at the given position. This procedure also
851 Tk_QueueWindowEvent(eventPtr, position)
855 Tcl_QueuePosition position; /* Where to put it on the queue:
875 if ((dispPtr->delayedMotionPtr != NULL) && (position == TCL_QUEUE_TAIL)) {
895 Tcl_QueueEvent(&dispPtr->delayedMotionPtr->header, position);
904 if ((eventPtr->type == MotionNotify) && (position == TCL_QUEUE_TAIL)) {
917 Tcl_QueueEvent(&wevPtr->header, position);
H A DtkTextTag.c540 char position[TK_POS_CHARS];
567 * until the end of the file but check for a position past index2
609 TkTextPrintIndex(&tSearch.curIndex, position);
610 Tcl_AppendElement(interp, position);
612 TkTextPrintIndex(&tSearch.curIndex, position);
613 Tcl_AppendElement(interp, position);
703 char position[TK_POS_CHARS];
719 TkTextPrintIndex(&first, position);
720 Tcl_AppendElement(interp, position);
723 TkTextPrintIndex(&tSearch.curIndex, position);
539 char position[TK_POS_CHARS]; local
702 char position[TK_POS_CHARS]; local
[all...]
H A DtkGrab.c933 TkInOutEvents(eventPtr, sourcePtr, destPtr, leaveType, enterType, position)
953 Tcl_QueuePosition position; /* Position at which events are added to
1003 Tk_QueueWindowEvent(eventPtr, position); \
H A DtkInt.h753 Tcl_QueuePosition position));
H A Dtk.h677 * to just before a given position. */
1273 Tcl_QueuePosition position));
/ast/src/cmd/builtin/
H A Dtr.c113 int position; member in struct:__anon47
184 if (tr->convert == c || tr->type && !tr->position)
195 tr->position = c;
196 else if (tr->position != c)
/ast/src/cmd/re/
H A Dtestmatch.c206 int position; member in struct:__anon213::__anon214
454 if (match[nmatch-2] != -2 && (!state.ignore.position || match[nmatch-2] >= 0 && match[nmatch-2] >= 0))
521 if (state.ignore.position && (match[i]<0 || match[i+1]<0))
660 state.ignore.position = 1;
H A Dtestglob.c268 int position; member in struct:__anon211::__anon212
/ast/src/cmd/paxlib/calib/
H A Dcalib.c71 int position; member in struct:Ar_s
406 sequence = ar->digits && ar->increment && (ar->position + ar->digits) <= ar->linesize ? ar->sequence : -1;
625 if ((b = outbuf + ar->position) >= out || *b == ' ' || isdigit(*b) || (out - outbuf) == ar->linesize && (b = out - ar->digits))
627 if ((c = ar->position - (out - outbuf)) > 0)
806 ar->position = h[33];
834 ar->position = h[33];
/ast/src/lib/libtksh/include/
H A Dtcl.h1029 Tcl_QueuePosition position));

Completed in 40 milliseconds