Home
last modified time | relevance | path

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

1234567

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstack.c58 stack->position.block = b; in stackalloc()
59 stack->position.index = -1; in stackalloc()
93 stack->position.index = -1; in stackclear()
104 else return(stack->position.block->stack[stack->position.index]); in stackget()
118 b = stack->position.block; in stackpush()
130 stack->position.block = b; in stackpush()
131 stack->position.index = 0; in stackpush()
133 stack->position.block->stack[stack->position.index] = value; in stackpush()
156 stack->position.block = stack->position.block->prev; in stackpop()
170 if (set) stack->position = *position; in stacktell()
[all …]
/illumos-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:
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_COMBO.StructWithoutColon.d39 int position; member
44 int position; variable
50 int position; member
61 rec.position = 1;
64 pir.position = 2;
68 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.StructWithoutColon1.d39 int position; member
45 int position; member
55 rec.position = 1;
58 pir.position = 2;
62 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d41 int position; member
46 int position; member
56 rec.position = 2;
59 pir.position = 26;
63 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_PROTO_ARG.DupStructAssoc.d39 int position; member
44 int position; member
55 r1.position = 1;
58 r2.position = 2;
61 p1.position = 1;
64 p2.position = 2;
H A Derr.D_DECL_INCOMPLETE.recursive.d38 int position; member
47 r1.position = 1;
50 r2.position = 2;
53 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
54 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_DECL_INCOMPLETE.circular.d41 int position; member
48 int position; member
57 rec.position = 0;
60 rec.position, rec.content);
H A Dtst.StructInside.d38 int position; member
77 OMost.OMore.O.I.IMore.IMost.position = 5;
93 OMost.OMore.O.I.IMore.IMost.position);
107 (5 != OMost.OMore.O.I.IMore.IMost.position) ||
118 (5 != OMostCopy.OMore.O.I.IMore.IMost.position) ||
H A Derr.D_DECL_INCOMPLETE.simple.d41 int position; member
50 rec.position = 0;
53 rec.position, rec.content);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d33 int position; member
90 command[i + k].position = -400;
96 command[i + k].position = -1;
102 command[i + k].position = 0;
108 command[i + k].position = strlen(command[j].str) / 2;
114 command[i + k].position = strlen(command[j].str);
120 command[i + k].position = strlen(command[j].str) + 1;
126 command[i + k].position = strlen(command[j].str) + 2;
132 command[i + k].position = 400;
185 command[i].substr, command[i].position);
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dmacro_table.c34 static DEFINE_HASHTABLE_INSERT(do_insert_macro, struct position, struct string_list);
35 static DEFINE_HASHTABLE_SEARCH(do_search_macro, struct position, struct string_list);
39 struct position *pos = _pos; in position_hash()
46 struct position *pos1 = _pos1; in equalkeys()
47 struct position *pos2 = _pos2; in equalkeys()
71 char *get_macro_name(struct position pos) in get_macro_name()
81 char *get_inner_macro(struct position pos) in get_inner_macro()
91 struct string_list *get_all_macros(struct position pos) in get_all_macros()
H A Dtoken.h188 struct position pos;
238 extern struct token *pos_get_token(struct position pos);
239 extern char *pos_ident(struct position pos);
242 extern char *get_macro_name(struct position pos);
243 extern char *get_inner_macro(struct position pos);
244 extern struct string_list *get_all_macros(struct position pos);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_COMBO.UnionWithoutColon1.d39 int position; member
45 int position; member
55 rec.position = 1;
58 pir.position = 2;
62 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.UnionWithoutColon.d39 int position; member
45 int position; variable
56 rec.position = 1;
59 pir.position = 2;
63 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d41 int position; member
46 int position; member
56 rec.position = 2;
59 pir.position = 26;
63 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_PROTO_ARG.DupUnionAssoc.d39 int position; member
44 int position; member
55 r1.position = 1;
58 r2.position = 2;
61 p1.position = 1;
64 p2.position = 2;
H A Derr.D_DECL_INCOMPLETE.recursive.d38 int position; member
47 r1.position = 1;
50 r2.position = 2;
53 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
54 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_DECL_INCOMPLETE.circular.d40 int position; member
47 int position; member
56 rec.position = 0;
59 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
H A Derr.D_DECL_INCOMPLETE.simple.d40 int position; member
49 rec.position = 0;
52 rec.position, rec.content);
H A Derr.D_ADDROF_VAR.UnionPointer.d38 int position; member
49 var.position = 1;
55 ptr->position, ptr->content);
/illumos-gate/usr/src/lib/krb5/ss/
H A Drequest_tbl.c18 ss_add_request_table(sci_idx, rqtbl_ptr, position, code_ptr) in ss_add_request_table() argument
21 int position; /* 1 -> becomes second... */
38 if (position > size - 2)
39 position = size - 2;
42 for (i = size - 2; i >= position; i--)
45 info->rqt_tables[position] = rqtbl_ptr;
/illumos-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:
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc60 add_dir_to_path(const char *path, pathpt *pointer, int position) in add_dir_to_path() argument
70 if (position < 0) in add_dir_to_path()
71 position= size;} in add_dir_to_path()
73 if (position < 0) in add_dir_to_path()
74 position= 0; in add_dir_to_path()
75 if (position >= size) { in add_dir_to_path()
76 new_path= (pathpt)calloc((unsigned)(position+2), sizeof(pathcellt)); in add_dir_to_path()
84 if ((*pointer)[position].path != NULL) in add_dir_to_path()
85 free((*pointer)[position].path); in add_dir_to_path()
86 (*pointer)[position].path= name; in add_dir_to_path()
[all …]
/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c136 int col, i, position; local
148 position = 0;
154 codestr[position++] = SS2;
158 codestr[position++] = SS3;
161 codestr[position] = '\0';
164 (void) prcode(bytelen, position, minvalue, maxvalue, columns);

1234567