Home
last modified time | relevance | path

Searched refs:cur_strip (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/multitail/multitail-6.5.0/
H A Dstripstring.c121 int cur_strip = 0; in edit_strippers() local
217 if (cur_strip > 0) in edit_strippers()
218 cur_strip--; in edit_strippers()
224 if (cur_strip < (cur -> n_strip -1)) in edit_strippers()
225 cur_strip++; in edit_strippers()
283 cur_strip = cur -> n_strip++; in edit_strippers()
295 if (cur -> n_strip == cur_strip) cur_strip--; in edit_strippers()
343 … memmove(&(cur -> pstrip)[cur_strip], &(cur -> pstrip)[cur_strip+1], sizeof(strip_t) * n_to_move); in edit_strippers()
348 if (cur_strip > 0 && cur_strip == cur -> n_strip) in edit_strippers()
350 cur_strip--; in edit_strippers()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dhello_world_gles_deriv.c155 int cur_strip = 0; in create_gear() local
195 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
200 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
201 cur_strip++; \ in create_gear()
H A Dhello_world_gles.c161 int cur_strip = 0; in create_gear() local
201 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
206 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
207 cur_strip++; \ in create_gear()
H A Dhello_world_gles_full.c161 int cur_strip = 0; in create_gear() local
201 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
206 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
207 cur_strip++; \ in create_gear()
H A Dhello_world_gles_full_944.c161 int cur_strip = 0; in create_gear() local
201 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
206 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
207 cur_strip++; \ in create_gear()
H A Dhello_world_gles_proxy.c166 int cur_strip = 0; in create_gear() local
206 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
211 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
212 cur_strip++; \ in create_gear()
H A Dfull_es2_sdlproc.c151 int cur_strip = 0; in create_gear() local
191 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
196 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
197 cur_strip++; \ in create_gear()
/dports/graphics/jogamp-jogl/jogl/src/test-native/mesa-demos-patched/
H A Des2gears.c150 int cur_strip = 0; in create_gear() local
190 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
195 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
196 cur_strip++; \ in create_gear()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/opengles2/
H A Des2gears.c148 int cur_strip = 0; in create_gear() local
188 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
193 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
194 cur_strip++; \ in create_gear()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/opengles2/
H A Des2gears.c148 int cur_strip = 0; in create_gear() local
194 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
199 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
200 cur_strip++; \ in create_gear()
/dports/graphics/cogl/cogl-1.22.8/examples/
H A Dcogl-gles2-gears.c171 int cur_strip = 0; in create_gear() local
211 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
216 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
217 cur_strip++; \ in create_gear()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dgtkgears.c253 int cur_strip = 0; in create_gear() local
284 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
289 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
290 cur_strip++; \ in create_gear()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dgtkgears.c253 int cur_strip = 0; in create_gear() local
284 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
289 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
290 cur_strip++; \ in create_gear()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dgtkgears.c253 int cur_strip = 0; in create_gear() local
284 gear->strips[cur_strip].first = v - gear->vertices; \ in create_gear()
289 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \ in create_gear()
290 cur_strip++; \ in create_gear()
/dports/multimedia/totem/totem-3.38.2/src/plugins/pythonconsole/
H A Dconsole.py147 cur_strip = self.current_command.rstrip()
149 if cur_strip.endswith(":") \
154 elif cur_strip.endswith("\\"):
/dports/editors/pluma/pluma-1.26.0/plugins/pythonconsole/pythonconsole/
H A Dconsole.py173 cur_strip = self.current_command.rstrip()
175 if cur_strip.endswith(":") \
180 elif cur_strip.endswith("\\"):
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_glview_manygears.c69 gear->strips[cur_strip].first = v - gear->vertices; \
74 gear->strips[cur_strip].count = _tmp - gear->strips[cur_strip].first; \
75 cur_strip++; \
173 int cur_strip = 0; in create_gear() local
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/songsmenu/
H A Dconsole.py218 cur_strip = self.current_command.rstrip()
220 if (cur_strip.endswith(":") or
225 elif cur_strip.endswith("\\"):
/dports/editors/gedit/gedit-40.1/plugins/pythonconsole/pythonconsole/
H A Dconsole.py200 cur_strip = self.current_command.rstrip()
202 if cur_strip.endswith(":") \
207 elif cur_strip.endswith("\\"):
/dports/graphics/eog-plugins/eog-plugins-3.26.7/plugins/pythonconsole/
H A Dconsole.py201 cur_strip = self.current_command.rstrip()
203 if cur_strip.endswith(":") \
208 elif cur_strip.endswith("\\"):
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/pythonconsole/
H A Dpythonconsole.py245 cur_strip = self.current_command.rstrip()
247 if cur_strip.endswith(":") \
252 elif cur_strip.endswith("\\"):