Home
last modified time | relevance | path

Searched refs:nextrune (Results 1 – 16 of 16) sorted by relevance

/dports/x11/dmenu/freebsd-dmenu-5.0/
H A Ddmenu.c281 nextrune(int inc) in nextrune() function
296 cursor = nextrune(-1); in movewordedge()
298 cursor = nextrune(-1); in movewordedge()
301 cursor = nextrune(+1); in movewordedge()
303 cursor = nextrune(+1); in movewordedge()
353 insert(NULL, nextrune(-1) - cursor); in keypress()
355 insert(NULL, nextrune(-1) - cursor); in keypress()
405 cursor = nextrune(+1); in keypress()
410 insert(NULL, nextrune(-1) - cursor); in keypress()
441 cursor = nextrune(-1); in keypress()
[all …]
/dports/devel/9base/9base-6/mk/
H A Dlex.c16 while ((c = nextrune(bp, 1)) >= 0){ in assline()
84 for(;c > 0; c = nextrune(bp, 0)){ in bquote()
114 nextrune(Biobuf *bp, int elide) in nextrune() function
H A Dfns.h50 int nextrune(Biobuf*, int);
H A Drc.c115 while((c = nextrune(bp, 0)) > 0){ in rcescapetoken()
H A Dsh.c125 while((c = nextrune(bp, 0)) >= 0){ in shescapetoken()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mk/
H A Dlex.c16 while ((c = nextrune(bp, 1)) >= 0){ in assline()
84 for(;c > 0; c = nextrune(bp, 0)){ in bquote()
114 nextrune(Biobuf *bp, int elide) in nextrune() function
H A Dfns.h50 int nextrune(Biobuf*, int);
H A Drc.c115 while((c = nextrune(bp, 0)) > 0){ in rcescapetoken()
H A Dsh.c125 while((c = nextrune(bp, 0)) >= 0){ in shescapetoken()
/dports/x11/dmenu-wayland/dmenu-wayland-0.1/
H A Ddmenu.c60 static size_t nextrune(int incr);
147 cursor = nextrune(-1); in keypress()
154 cursor = nextrune(+1); in keypress()
179 insert(NULL, nextrune(-1) - cursor); in keypress()
184 cursor = nextrune(+1); in keypress()
531 nextrune(int incr) { in nextrune() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Dregexp.c131 static int nextrune(void) in nextrune() function
283 quoted = nextrune(); in lexclass()
286 quoted = nextrune(); in lexclass()
345 quoted = nextrune(); in lexclass()
359 int quoted = nextrune(); in lex()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Dregexp.c133 static int nextrune(Restate *g) in nextrune() function
285 quoted = nextrune(g); in lexclass()
288 quoted = nextrune(g); in lexclass()
347 quoted = nextrune(g); in lexclass()
361 int quoted = nextrune(g); in lex()
/dports/lang/mujs/mujs-1.2.0/
H A Dregexp.c117 static int nextrune(struct cstate *g) in nextrune() function
281 quoted = nextrune(g); in lexclass()
284 quoted = nextrune(g); in lexclass()
343 quoted = nextrune(g); in lexclass()
357 int quoted = nextrune(g); in lex()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Dregexp.c107 static int nextrune(struct cstate *g) in nextrune() function
257 quoted = nextrune(g); in lexclass()
260 quoted = nextrune(g); in lexclass()
319 quoted = nextrune(g); in lexclass()
333 int quoted = nextrune(g); in lex()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Dregexp.c117 static int nextrune(struct cstate *g) in nextrune() function
281 quoted = nextrune(g); in lexclass()
284 quoted = nextrune(g); in lexclass()
343 quoted = nextrune(g); in lexclass()
357 int quoted = nextrune(g); in lex()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Dregexp.c133 static int nextrune(Restate *g)
285 quoted = nextrune(g);
288 quoted = nextrune(g);
347 quoted = nextrune(g);
361 int quoted = nextrune(g);