Home
last modified time | relevance | path

Searched +refs:start +refs:temp (Results 1 – 25 of 36644) sorted by relevance

12345678910>>...1466

/dports/games/openmw/openmw-openmw-0.47.0/components/interpreter/
H A Ddefines.cpp98 else if((found = check(temp, "actionuse", &i, &start))){ in fixDefinesReal()
101 else if((found = check(temp, "actionrun", &i, &start))){ in fixDefinesReal()
104 else if((found = check(temp, "pcclass", &i, &start))){ in fixDefinesReal()
107 else if((found = check(temp, "pcrace", &i, &start))){ in fixDefinesReal()
110 else if((found = check(temp, "pcname", &i, &start))){ in fixDefinesReal()
113 else if((found = check(temp, "cell", &i, &start))){ in fixDefinesReal()
130 else if((found = check(temp, "rank", &i, &start))){ in fixDefinesReal()
137 else if((found = check(temp, "race", &i, &start))){ in fixDefinesReal()
140 else if((found = check(temp, "name", &i, &start))){ in fixDefinesReal()
151 else if((found = check(temp, "rank", &i, &start))); in fixDefinesReal()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYmktime.c104 start = s; in LYmktime()
109 LYStrNCpy(temp, start, (s - start)); in LYmktime()
128 LYStrNCpy(temp, start, (isdigit(UCH(*(s - 1))) ? 2 : 3)); in LYmktime()
216 LYStrNCpy(temp, start, 4); in LYmktime()
232 strncat(temp, start, 2); in LYmktime()
249 start = s; in LYmktime()
254 LYStrNCpy(temp, start, (s - start)); in LYmktime()
264 start = s; in LYmktime()
269 LYStrNCpy(temp, start, (s - start)); in LYmktime()
279 start = s; in LYmktime()
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYmktime.c116 start = s; in LYmktime()
121 LYStrNCpy(temp, start, (s - start)); in LYmktime()
140 LYStrNCpy(temp, start, (isdigit(UCH(*(s - 1))) ? 2 : 3)); in LYmktime()
228 LYStrNCpy(temp, start, 4); in LYmktime()
243 strncat(temp, start, 2); in LYmktime()
260 start = s; in LYmktime()
265 LYStrNCpy(temp, start, (s - start)); in LYmktime()
275 start = s; in LYmktime()
280 LYStrNCpy(temp, start, (s - start)); in LYmktime()
290 start = s; in LYmktime()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dgib_semantics.c50 "program block.", tokens->start); in GIB_Semantic_Validate_Class()
59 "\":\".", tokens->next->next->start); in GIB_Semantic_Validate_Class()
81 line->start); in GIB_Semantic_Validate_Class()
92 cmd->start); in GIB_Semantic_Validate_Class()
106 cmd->start); in GIB_Semantic_Validate_Class()
115 line->start); in GIB_Semantic_Validate_Class()
157 mainline->start = start; in GIB_Semantic_Normal_To_Lines()
259 conditional->start = token->start; in GIB_Semantic_If_To_Lines()
343 conditional->start = tokens->start; in GIB_Semantic_While_To_Lines()
446 forinst->start = tokens->start; in GIB_Semantic_For_To_Lines()
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTList.c48 HTList *HTList_reverse(HTList *start) in HTList_reverse() argument
52 if (!(start && start->next && (cur = start->next->next))) in HTList_reverse()
53 return start; in HTList_reverse()
54 start->next->next = NULL; in HTList_reverse()
57 cur->next = start->next; in HTList_reverse()
58 start->next = cur; in HTList_reverse()
61 return start; in HTList_reverse()
71 HTList *temp = start; in HTList_appendList() local
73 if (!start) { in HTList_appendList()
80 return start; in HTList_appendList()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTList.c48 HTList *HTList_reverse(HTList *start) in HTList_reverse() argument
52 if (!(start && start->next && (cur = start->next->next))) in HTList_reverse()
53 return start; in HTList_reverse()
54 start->next->next = NULL; in HTList_reverse()
57 cur->next = start->next; in HTList_reverse()
58 start->next = cur; in HTList_reverse()
61 return start; in HTList_reverse()
71 HTList *temp = start; in HTList_appendList() local
73 if (!start) { in HTList_appendList()
80 return start; in HTList_appendList()
[all …]
/dports/x11-clocks/wmbday/wmbday-0.3.1/
H A Dring.c54 start = newelement; in ring_add()
63 temp = start; in ring_add()
73 if(start->next == NULL) { in ring_add()
74 start->next = newelement; in ring_add()
76 newelement->next = start; in ring_add()
77 start = newelement; in ring_add()
78 end->next = start; in ring_add()
86 newelement->next = start; in ring_add()
105 current = start; in ring_goto_date()
167 temp = start; in ring_clear()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_slist.c209 server_entry_t temp; in SL_Swap() local
216 temp = *swap1; in SL_Swap()
218 *swap2 = temp; in SL_Swap()
656 server_entry_t *temp; in SL_CheckStatus() local
658 for (temp = slist; temp; temp = temp->next) in SL_CheckStatus()
670 if (temp->status) in SL_CheckStatus()
676 temp->desc = realloc (temp->desc, strlen (tmp_desc) + 1); in SL_CheckStatus()
679 temp->desc = realloc (temp->desc, strlen (data) + 1); in SL_CheckStatus()
694 for (temp = slist; temp; temp = temp->next) in SL_CheckPing()
695 if (temp->pingsent && !temp->pongback) { in SL_CheckPing()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/ruby/enc/
H A Dtest_case_mapping.rb9 def check_upcase_properties(expected, start, *flags) argument
10 assert_equal expected, start.upcase(*flags)
11 temp = start.dup
13 assert_equal nil, temp.upcase!(*flags) if expected==temp
20 assert_equal expected, start.downcase(*flags)
21 temp = start.dup
23 assert_equal nil, temp.downcase!(*flags) if expected==temp
31 temp = start.dup
49 assert_equal expected, start.swapcase(*flags)
50 temp = start
[all …]
/dports/shells/bash/bash-5.1/lib/readline/
H A Dundo.c75 UNDO_LIST *temp; in alloc_undo_entry() local
79 temp->start = start; in alloc_undo_entry()
80 temp->end = end; in alloc_undo_entry()
84 return temp; in alloc_undo_entry()
92 UNDO_LIST *temp; in rl_add_undo() local
94 temp = alloc_undo_entry (what, start, end, text); in rl_add_undo()
190 start = TRANS (rl_undo_list->start); in rl_do_undo()
240 xfree (temp); in rl_do_undo()
284 rl->start = start; in _rl_fix_last_undo_of_type()
321 char *temp = rl_copy_text (start, end); in rl_modifying() local
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dundo.c75 UNDO_LIST *temp; in alloc_undo_entry() local
79 temp->start = start; in alloc_undo_entry()
80 temp->end = end; in alloc_undo_entry()
84 return temp; in alloc_undo_entry()
92 UNDO_LIST *temp; in rl_add_undo() local
94 temp = alloc_undo_entry (what, start, end, text); in rl_add_undo()
190 start = TRANS (rl_undo_list->start); in rl_do_undo()
240 xfree (temp); in rl_do_undo()
284 rl->start = start; in _rl_fix_last_undo_of_type()
321 char *temp = rl_copy_text (start, end); in rl_modifying() local
[all …]
/dports/devel/readline/readline-8.1/
H A Dundo.c75 UNDO_LIST *temp; in alloc_undo_entry() local
79 temp->start = start; in alloc_undo_entry()
80 temp->end = end; in alloc_undo_entry()
84 return temp; in alloc_undo_entry()
92 UNDO_LIST *temp; in rl_add_undo() local
94 temp = alloc_undo_entry (what, start, end, text); in rl_add_undo()
190 start = TRANS (rl_undo_list->start); in rl_do_undo()
240 xfree (temp); in rl_do_undo()
284 rl->start = start; in _rl_fix_last_undo_of_type()
321 char *temp = rl_copy_text (start, end); in rl_modifying() local
[all …]
/dports/x11/virtualgl/virtualgl-3.0/util/
H A DGenericQ.cpp41 if(start != NULL) in ~GenericQ()
43 Entry *temp; in ~GenericQ() local
46 temp = start->next; delete start; start = temp; in ~GenericQ()
82 Entry *temp = new Entry; in add() local
84 if(start == NULL) start = temp; in add()
85 else end->next = temp; in add()
86 temp->item = item; temp->next = NULL; in add()
87 end = temp; in add()
110 *item = start->item; in get()
111 Entry *temp = start->next; in get() local
[all …]
/dports/security/botan110/Botan-1.10.17/src/filters/
H A Dsecqueue.cpp20 { next = 0; start = end = 0; } in SecureQueueNode()
22 ~SecureQueueNode() { next = 0; start = end = 0; } in ~SecureQueueNode()
35 copy_mem(output, &buffer[start], copied); in read()
36 start += copied; in read()
42 const size_t left = end - start; in peek()
49 size_t size() const { return (end - start); } in size()
54 size_t start, end; member in Botan::SecureQueueNode
78 write(&temp->buffer[temp->start], temp->end - temp->start); in SecureQueue()
79 temp = temp->next; in SecureQueue()
108 write(&temp->buffer[temp->start], temp->end - temp->start); in operator =()
[all …]
/dports/graphics/gocr/gocr-0.52/src/
H A Dlist.c67 l->start.next = &l->stop; in list_init()
68 l->stop.previous = &l->start; in list_init()
69 l->start.previous = l->stop.next = NULL; in list_init()
70 l->start.data = l->stop.data = NULL; in list_init()
131 temp = l->start.next; in list_element_from_data()
188 temp = l->start.next; in list_free()
194 l->start.next = &l->stop; in list_free()
195 l->stop.previous = &l->start; in list_free()
212 l->current[l->level] = l->start.next; in list_higher_level()
277 for ( temp = l->start.next->next; in list_sort()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/gocr/
H A Dlist.c67 l->start.next = &l->stop; in list_init()
68 l->stop.previous = &l->start; in list_init()
69 l->start.previous = l->stop.next = NULL; in list_init()
70 l->start.data = l->stop.data = NULL; in list_init()
131 temp = l->start.next; in list_element_from_data()
188 temp = l->start.next; in list_free()
194 l->start.next = &l->stop; in list_free()
195 l->stop.previous = &l->start; in list_free()
212 l->current[l->level] = l->start.next; in list_higher_level()
277 for ( temp = l->start.next->next; in list_sort()
[all …]
/dports/science/py-ruffus/ruffus-2.8.3/doc/tutorials/new_tutorial/
H A Dsubdivide_collate_code.rst29 @originate(["a.start",
30 "b.start",
31 "c.start"])
108 a.start has 2 lines
116 Subdivide a.start -> /home/lg/temp/a.1.fragment
118 Subdivide b.start -> /home/lg/temp/b.1.fragment
119 Subdivide b.start -> /home/lg/temp/b.2.fragment
120 Subdivide b.start -> /home/lg/temp/b.3.fragment
122 Subdivide c.start -> /home/lg/temp/c.1.fragment
123 Subdivide c.start -> /home/lg/temp/c.2.fragment
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dundo.c77 UNDO_LIST *temp; local
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp; local
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
283 char *temp = rl_copy_text (start, end); local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Dundo.c77 UNDO_LIST *temp; local
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp; local
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
282 char *temp = rl_copy_text (start, end); local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Dundo.c77 UNDO_LIST *temp; local
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp; local
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
282 char *temp = rl_copy_text (start, end); local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Dundo.c77 UNDO_LIST *temp; local
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp; local
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
282 char *temp = rl_copy_text (start, end); local
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Dundo.c77 UNDO_LIST *temp; local
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp; local
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
282 char *temp = rl_copy_text (start, end); local
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Dundo.c77 UNDO_LIST *temp; local
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp; local
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
282 char *temp = rl_copy_text (start, end); local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Dundo.c77 UNDO_LIST *temp;
80 temp->what = what; in rl_insert_text()
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp;
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
282 char *temp = rl_copy_text (start, end);
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Dundo.c77 UNDO_LIST *temp; local
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
86 return temp;
97 UNDO_LIST *temp; local
99 temp = alloc_undo_entry (what, start, end, text);
101 rl_undo_list = temp;
282 char *temp = rl_copy_text (start, end); local
[all …]

12345678910>>...1466