Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 185) sorted by relevance

12345678

/onnv-gate/usr/src/lib/libast/common/misc/
H A Dstack.c58 stack->position.block = b; in stackalloc()
59 stack->position.index = -1; in stackalloc()
92 stack->position.block = stack->blocks; in stackclear()
93 stack->position.index = -1; in stackclear()
103 if (stack->position.index < 0) return(stack->error); in stackget()
104 else return(stack->position.block->stack[stack->position.index]); in stackget()
116 if (++stack->position.index >= stack->size) in stackpush()
118 b = stack->position.block; in stackpush()
127 b->prev = stack->position.block; in stackpush()
130 stack->position.block = b; in stackpush()
[all …]
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sortpos.d.out1 Sorted at position 0:
103 Sorted at position 1:
205 Sorted at position 2:
307 Sorted at position 3:
409 Sorted at position 4:
511 Sorted at position 5:
613 Sorted at position 6:
715 Sorted at position 7:
817 Sorted at position 8:
919 Sorted at position 9:
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_COMBO.StructWithoutColon.d41 int position; member
46 int position; variable
52 int position; member
63 rec.position = 1;
66 pir.position = 2;
70 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.StructWithoutColon1.d41 int position; member
47 int position; member
57 rec.position = 1;
60 pir.position = 2;
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d43 int position; member
48 int position; member
58 rec.position = 2;
61 pir.position = 26;
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_PROTO_ARG.DupStructAssoc.d41 int position; member
46 int position; member
57 r1.position = 1;
60 r2.position = 2;
63 p1.position = 1;
66 p2.position = 2;
H A Derr.D_DECL_INCOMPLETE.recursive.d40 int position; member
49 r1.position = 1;
52 r2.position = 2;
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_DECL_INCOMPLETE.circular.d43 int position; member
50 int position; member
59 rec.position = 0;
62 rec.position, rec.content);
H A Dtst.StructInside.d40 int position; member
79 OMost.OMore.O.I.IMore.IMost.position = 5;
95 OMost.OMore.O.I.IMore.IMost.position);
109 (5 != OMost.OMore.O.I.IMore.IMost.position) ||
120 (5 != OMostCopy.OMore.O.I.IMore.IMost.position) ||
H A Derr.D_DECL_INCOMPLETE.simple.d43 int position; member
52 rec.position = 0;
55 rec.position, rec.content);
H A Derr.D_ADDROF_VAR.StructPointer.d40 int position; member
50 var.position = 1;
56 ptr->position, ptr->content);
H A Dtst.StructAssoc.d42 int position; member
51 r1.position = 1;
54 r2.position = 1;
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d35 int position; member
92 command[i + k].position = -400;
98 command[i + k].position = -1;
104 command[i + k].position = 0;
110 command[i + k].position = strlen(command[j].str) / 2;
116 command[i + k].position = strlen(command[j].str);
122 command[i + k].position = strlen(command[j].str) + 1;
128 command[i + k].position = strlen(command[j].str) + 2;
134 command[i + k].position = 400;
187 command[i].substr, command[i].position);
[all …]
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_COMBO.UnionWithoutColon1.d41 int position; member
47 int position; member
57 rec.position = 1;
60 pir.position = 2;
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.UnionWithoutColon.d41 int position; member
47 int position; variable
58 rec.position = 1;
61 pir.position = 2;
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d43 int position; member
48 int position; member
58 rec.position = 2;
61 pir.position = 26;
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_PROTO_ARG.DupUnionAssoc.d41 int position; member
46 int position; member
57 r1.position = 1;
60 r2.position = 2;
63 p1.position = 1;
66 p2.position = 2;
H A Derr.D_DECL_INCOMPLETE.recursive.d40 int position; member
49 r1.position = 1;
52 r2.position = 2;
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_DECL_INCOMPLETE.circular.d42 int position; member
49 int position; member
58 rec.position = 0;
61 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
H A Derr.D_DECL_INCOMPLETE.simple.d42 int position; member
51 rec.position = 0;
54 rec.position, rec.content);
H A Derr.D_ADDROF_VAR.UnionPointer.d40 int position; member
51 var.position = 1;
57 ptr->position, ptr->content);
H A Dtst.UnionAssoc.d42 int position; member
51 r1.position = 1;
54 r2.position = 1;
/onnv-gate/usr/src/lib/krb5/ss/
H A Drequest_tbl.c20 ss_add_request_table(sci_idx, rqtbl_ptr, position, code_ptr) in ss_add_request_table() argument
23 int position; /* 1 -> becomes second... */
40 if (position > size - 2)
41 position = size - 2;
44 for (i = size - 2; i >= position; i--)
47 info->rqt_tables[position] = rqtbl_ptr;
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.keysort.d.out21 By key, position 0:
41 By key, position 1:
61 By key, position 2:
101 Reversed by key, position 0:
121 Reversed by key, position 1:
141 Reversed by key, position 2:
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ucm/
H A DmacThai.ucm193 <U0E31><UF874> \x92 |3 # THAI CHARACTER MAI HAN-AKAT, left position
197 <U0E34><UF874> \x94 |3 # THAI CHARACTER SARA I, left position
199 <U0E35><UF874> \x95 |3 # THAI CHARACTER SARA II, left position
201 <U0E36><UF874> \x96 |3 # THAI CHARACTER SARA UE, left position
203 <U0E37><UF874> \x97 |3 # THAI CHARACTER SARA UEE, left position
216 <U0E47><UF874> \x93 |3 # THAI CHARACTER MAITAIKHU, left position
218 <U0E48><UF873> \x88 |3 # THAI CHARACTER MAI EK, low position
219 <U0E48><UF874> \x98 |3 # THAI CHARACTER MAI EK, left position
220 <U0E48><UF875> \x83 |3 # THAI CHARACTER MAI EK, low left position
222 <U0E49><UF873> \x89 |3 # THAI CHARACTER MAI THO, low position
[all …]

12345678