Home
last modified time | relevance | path

Searched refs:newchars (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/LG/Source/
H A Dlgsprntf.c220 newchars=fwid=0; in lg_vsprintf()
286 newchars=1; in lg_vsprintf()
292 newchars=1; in lg_vsprintf()
298 newchars=5-arg_bool; in lg_vsprintf()
319 newchars=strlen(arg_str); in lg_vsprintf()
320 if(pspec && precis<newchars) newchars=precis; in lg_vsprintf()
353 newchars+=precis+1; in lg_vsprintf()
357 newchars++; in lg_vsprintf()
364 if(newchars<fwid) { in lg_vsprintf()
365 fshift=fwid-newchars; in lg_vsprintf()
[all …]
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Dtransform.c257 uint32_t *newchars, *newattrs; in caca_rotate_left() local
273 if(!newchars) in caca_rotate_left()
282 free(newchars); in caca_rotate_left()
377 uint32_t *newchars, *newattrs; in caca_rotate_right() local
393 if(!newchars) in caca_rotate_right()
402 free(newchars); in caca_rotate_right()
495 uint32_t *newchars, *newattrs; in caca_stretch_left() local
508 if(!newchars) in caca_stretch_left()
517 free(newchars); in caca_stretch_left()
601 if(!newchars) in caca_stretch_right()
[all …]
/dports/misc/deco/deco39/
H A Dtty.c82 static struct ltchars oldchars, newchars; variable
152 newchars = oldchars; in TtySet()
153 newchars.t_lnextc = NOCHAR; in TtySet()
154 newchars.t_rprntc = NOCHAR; in TtySet()
155 newchars.t_dsuspc = NOCHAR; in TtySet()
156 newchars.t_flushc = NOCHAR; in TtySet()
157 ioctl (CHANNEL, TIOCSLTC, (char *) &newchars); in TtySet()
/dports/sysutils/ts/ts-1.0.2/
H A Dinfo.c42 int newchars = p->nchars + maxsize; in pinfo_addinfo() local
49 if (newchars > p->allocchars) in pinfo_addinfo()
53 newalloc = newchars; in pinfo_addinfo()
54 newmem = newchars * sizeof(*p->ptr); in pinfo_addinfo()
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Matrices/
H A DDatumRole.pm627 my @newchars;
631 @newchars[ $self_i .. $self_j ] = @self_chars;
636 @newchars[ $i .. $j ] = @chars;
639 for my $i ( 0 .. $#newchars ) {
640 $newchars[$i] = $missing if !defined $newchars[$i];
642 $self->set_char( \@newchars );
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_vi.c596 int n, fail = 0, newchars = 0; in vireplacechars() local
619 newchars++; in vireplacechars()
630 newchars++; in vireplacechars()
663 if (n > newchars) in vireplacechars()
664 shiftchars(zlecs, n - newchars); in vireplacechars()
665 else if (n < newchars) in vireplacechars()
666 spaceinline(newchars - n); in vireplacechars()
667 while (newchars--) in vireplacechars()
/dports/math/gap/gap-4.11.0/pkg/ctbllib/tst/
H A Dctblj4.tst75 gap> newchars:= Concatenation( sym2, sym3 );;
76 gap> newchars:= ReducedCharacters( tbl, irreducibles, newchars );;
77 gap> chars:= Concatenation( chars.remainders, newchars.remainders );;
/dports/www/larbin/larbin-2.6.3/adns/
H A Dsetup.c119 char *newchars, **newptrs, **pp; in ccf_search() local
130 newchars= malloc(tl); if (!newchars) { saveerr(ads,errno); free(newptrs); return; } in ccf_search()
135 *pp++= newchars; in ccf_search()
136 memcpy(newchars,word,l); in ccf_search()
137 newchars += l; in ccf_search()
138 *newchars++ = 0; in ccf_search()
/dports/dns/adns/adns-1.6.0/src/
H A Dsetup.c140 char *newchars, **newptrs, **pp; in ccf_search() local
154 newchars= malloc(tl); in ccf_search()
155 if (!newchars) { saveerr(ads,errno); free(newptrs); return; } in ccf_search()
159 newchars= 0; in ccf_search()
165 *pp++= newchars; in ccf_search()
166 memcpy(newchars,word,l); in ccf_search()
167 newchars += l; in ccf_search()
168 *newchars++ = 0; in ccf_search()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsstr.c321 jschar *newchars; in js_str_escape() local
366 if (!newchars) in js_str_escape()
370 newchars[ni++] = ch; in js_str_escape()
380 newchars[ni++] = '%'; in js_str_escape()
389 newchars[newlength] = 0; in js_str_escape()
393 JS_free(cx, newchars); in js_str_escape()
408 jschar *newchars; in str_unescape() local
421 if (!newchars) in str_unescape()
443 newchars[ni++] = ch; in str_unescape()
445 newchars[ni] = 0; in str_unescape()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.c315 jschar *newchars; in js_str_escape() local
374 if (!newchars) in js_str_escape()
378 newchars[ni++] = ch; in js_str_escape()
388 newchars[ni++] = '%'; in js_str_escape()
397 newchars[newlength] = 0; in js_str_escape()
401 JS_free(cx, newchars); in js_str_escape()
416 jschar *newchars; in str_unescape() local
429 if (!newchars) in str_unescape()
451 newchars[ni++] = ch; in str_unescape()
453 newchars[ni] = 0; in str_unescape()
[all …]
/dports/lang/spidermonkey17/js/src/
H A Djsstr.c315 jschar *newchars; in js_str_escape() local
374 if (!newchars) in js_str_escape()
378 newchars[ni++] = ch; in js_str_escape()
388 newchars[ni++] = '%'; in js_str_escape()
397 newchars[newlength] = 0; in js_str_escape()
401 JS_free(cx, newchars); in js_str_escape()
416 jschar *newchars; in str_unescape() local
429 if (!newchars) in str_unescape()
451 newchars[ni++] = ch; in str_unescape()
453 newchars[ni] = 0; in str_unescape()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.c315 jschar *newchars; in js_str_escape() local
374 if (!newchars) in js_str_escape()
378 newchars[ni++] = ch; in js_str_escape()
388 newchars[ni++] = '%'; in js_str_escape()
397 newchars[newlength] = 0; in js_str_escape()
401 JS_free(cx, newchars); in js_str_escape()
416 jschar *newchars; in str_unescape() local
429 if (!newchars) in str_unescape()
451 newchars[ni++] = ch; in str_unescape()
453 newchars[ni] = 0; in str_unescape()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.c315 jschar *newchars; in js_str_escape() local
374 if (!newchars) in js_str_escape()
378 newchars[ni++] = ch; in js_str_escape()
388 newchars[ni++] = '%'; in js_str_escape()
397 newchars[newlength] = 0; in js_str_escape()
401 JS_free(cx, newchars); in js_str_escape()
416 jschar *newchars; in str_unescape() local
429 if (!newchars) in str_unescape()
451 newchars[ni++] = ch; in str_unescape()
453 newchars[ni] = 0; in str_unescape()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.c315 jschar *newchars; in js_str_escape() local
374 if (!newchars) in js_str_escape()
378 newchars[ni++] = ch; in js_str_escape()
388 newchars[ni++] = '%'; in js_str_escape()
397 newchars[newlength] = 0; in js_str_escape()
401 JS_free(cx, newchars); in js_str_escape()
416 jschar *newchars; in str_unescape() local
429 if (!newchars) in str_unescape()
451 newchars[ni++] = ch; in str_unescape()
453 newchars[ni] = 0; in str_unescape()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dcodecs.py504 newchars, decodedbytes = self.decode(data, self.errors)
507 newchars, decodedbytes = \
509 lines = newchars.splitlines(keepends=True)
517 self.charbuffer += newchars
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dcodecs.py504 newchars, decodedbytes = self.decode(data, self.errors)
507 newchars, decodedbytes = \
509 lines = newchars.splitlines(keepends=True)
517 self.charbuffer += newchars
/dports/lang/python37/Python-3.7.12/Lib/
H A Dcodecs.py504 newchars, decodedbytes = self.decode(data, self.errors)
507 newchars, decodedbytes = \
509 lines = newchars.splitlines(keepends=True)
517 self.charbuffer += newchars
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dcodecs.py504 newchars, decodedbytes = self.decode(data, self.errors)
507 newchars, decodedbytes = \
509 lines = newchars.splitlines(keepends=True)
517 self.charbuffer += newchars
/dports/lang/python27/Python-2.7.18/Lib/
H A Dcodecs.py494 newchars, decodedbytes = self.decode(data, self.errors)
497 newchars, decodedbytes = self.decode(data[:exc.start], self.errors)
498 lines = newchars.splitlines(True)
506 self.charbuffer += newchars
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dcodecs.py504 newchars, decodedbytes = self.decode(data, self.errors)
507 newchars, decodedbytes = \
509 lines = newchars.splitlines(keepends=True)
517 self.charbuffer += newchars
/dports/lang/python39/Python-3.9.9/Lib/
H A Dcodecs.py504 newchars, decodedbytes = self.decode(data, self.errors)
507 newchars, decodedbytes = \
509 lines = newchars.splitlines(keepends=True)
517 self.charbuffer += newchars
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dcodecs.py477 newchars, decodedbytes = self.decode(data, self.errors)
480 newchars, decodedbytes = self.decode(data[:exc.start], self.errors)
481 lines = newchars.splitlines(True)
489 self.charbuffer += newchars
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcodecs.py477 newchars, decodedbytes = self.decode(data, self.errors)
480 newchars, decodedbytes = self.decode(data[:exc.start], self.errors)
481 lines = newchars.splitlines(True)
489 self.charbuffer += newchars
/dports/lang/python310/Python-3.10.1/Lib/
H A Dcodecs.py504 newchars, decodedbytes = self.decode(data, self.errors)
507 newchars, decodedbytes = \
509 lines = newchars.splitlines(keepends=True)
517 self.charbuffer += newchars

123