/dports/science/jstrack/jstrack/extlib/tcllib1.19/pt/ |
H A D | char.tcl | 87 scan $ch %c chcode 92 scan $ch %c chcode 100 if {$chcode > 127} { 122 scan $ch %c chcode 125 if {($chcode <= 32) || ($chcode == 127)} { 131 if {$chcode < 128} { 191 scan $ch %c chcode 196 scan $ch %c chcode 204 if {$chcode > 127} { 244 scan $ch %c chcode [all …]
|
H A D | pt_peg_to_peg.tcl | 330 scan $ch %c chcode 334 return \\[format %o $chcode] 339 if {$chcode > 127} { 340 return \\u[format %04x $chcode]
|
/dports/devel/tcllib/tcllib-1.20/modules/pt/ |
H A D | char.tcl | 87 scan $ch %c chcode 92 scan $ch %c chcode 100 if {$chcode > 127} { 122 scan $ch %c chcode 125 if {($chcode <= 32) || ($chcode == 127)} { 131 if {$chcode < 128} { 191 scan $ch %c chcode 196 scan $ch %c chcode 204 if {$chcode > 127} { 244 scan $ch %c chcode [all …]
|
H A D | pt_peg_to_peg.tcl | 330 scan $ch %c chcode 334 return \\[format %o $chcode] 339 if {$chcode > 127} { 340 return \\u[format %04x $chcode]
|
/dports/devel/tcllibc/tcllib-1.20/modules/pt/ |
H A D | char.tcl | 87 scan $ch %c chcode 92 scan $ch %c chcode 100 if {$chcode > 127} { 122 scan $ch %c chcode 125 if {($chcode <= 32) || ($chcode == 127)} { 131 if {$chcode < 128} { 191 scan $ch %c chcode 196 scan $ch %c chcode 204 if {$chcode > 127} { 244 scan $ch %c chcode [all …]
|
H A D | pt_peg_to_peg.tcl | 330 scan $ch %c chcode 334 return \\[format %o $chcode] 339 if {$chcode > 127} { 340 return \\u[format %04x $chcode]
|
/dports/science/jstrack/jstrack/extlib/tcllib1.19/page/ |
H A D | util_quote.tcl | 67 scan $ch %c chcode 72 scan $ch %c chcode 76 return \\[format %o $chcode] 81 if {$chcode > 127} { 82 return \\u[format %04x $chcode] 115 scan $ch %c chcode 119 return \\\\[format %o $chcode] 124 if {$chcode > 127} { 152 scan $ch %c chcode 156 return \\[format %o $chcode] [all …]
|
/dports/devel/tcllib/tcllib-1.20/modules/page/ |
H A D | util_quote.tcl | 67 scan $ch %c chcode 72 scan $ch %c chcode 76 return \\[format %o $chcode] 81 if {$chcode > 127} { 82 return \\u[format %04x $chcode] 115 scan $ch %c chcode 119 return \\\\[format %o $chcode] 124 if {$chcode > 127} { 152 scan $ch %c chcode 156 return \\[format %o $chcode] [all …]
|
/dports/devel/tcllibc/tcllib-1.20/modules/page/ |
H A D | util_quote.tcl | 67 scan $ch %c chcode 72 scan $ch %c chcode 76 return \\[format %o $chcode] 81 if {$chcode > 127} { 82 return \\u[format %04x $chcode] 115 scan $ch %c chcode 119 return \\\\[format %o $chcode] 124 if {$chcode > 127} { 152 scan $ch %c chcode 156 return \\[format %o $chcode] [all …]
|
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/plug-ins/pptp_chapms1/ |
H A D | pptp_chapms1.c | 117 u_char *chcode; in parse_ppp() local 139 chcode = (u_char *)option; in parse_ppp() 142 if (lcp->code == PPP_CONFIGURE_REQUEST && chcode[4] == PPP_REQUEST_MSCHAP2) { in parse_ppp() 143 chcode[4] = PPP_REQUEST_DUMMY; in parse_ppp() 151 if (lcp->code == PPP_CONFIGURE_NAK && chcode[4] == PPP_REQUEST_MSCHAP2) in parse_ppp() 152 chcode[4] = PPP_REQUEST_MSCHAP1; in parse_ppp() 154 if (lcp->code == PPP_CONFIGURE_REJ && chcode[4] == PPP_REQUEST_DUMMY) in parse_ppp() 155 chcode[4] = PPP_REQUEST_MSCHAP2; in parse_ppp()
|
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fonts/ |
H A D | uzeffttf.pas | 41 chcode:integer; 77 chcode:=pttf^.ftFont.CharIndex[i]; 78 if chcode>0 then 80 si.GlyphIndex:=chcode; 92 chcode:=iterator.Key; 94 cfeatettfsymbol(chcode,si,pttf);
|
H A D | uzefontttf.pas | 51 procedure cfeatettfsymbol(const chcode:integer;var si:TTTFSymInfo; pttf:PTTFFont{;var pf:PGDBfont}); 221 procedure cfeatettfsymbol(const chcode:integer;var si:TTTFSymInfo; pttf:PTTFFont{;var pf:PGDBfont}); 327 si.PSymbolInfo:=pttf^.GetOrCreateSymbolInfo(chcode);
|
/dports/lang/gauche/Gauche-0.9.10/lib/text/console/ |
H A D | wide-char-setting.scm | 39 (define chcode (char->integer ch)) 41 [(<= 0 chcode #x7f) 49 (<= #x1f000 chcode #x1ffff)) 57 (if (>= chcode #x10000)
|
/dports/science/jstrack/jstrack/extlib/tcllib1.19/soundex/ |
H A D | soundex.tcl | 82 set chcode $soundexKnuthCode([string index $TempIn $index]) 84 if {![string equal $last $chcode]} { 85 set last $chcode
|
/dports/devel/tcllibc/tcllib-1.20/modules/soundex/ |
H A D | soundex.tcl | 82 set chcode $soundexKnuthCode([string index $TempIn $index]) 84 if {![string equal $last $chcode]} { 85 set last $chcode
|
/dports/devel/tcllib/tcllib-1.20/modules/soundex/ |
H A D | soundex.tcl | 82 set chcode $soundexKnuthCode([string index $TempIn $index]) 84 if {![string equal $last $chcode]} { 85 set last $chcode
|
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/ |
H A D | mathnode.py | 258 chcode = ord(ch) 265 chcode = decodeSurrogatePair(hisurr, ch) 273 codes.append(chcode) 358 for chcode in ucstext: 359 chardesc = self.findChar(chcode) 365 if chcode == ucstext[0]: cm0 = cm 366 if chcode == ucstext[-1]: cm1 = cm
|
/dports/science/cdo/cdo-2.0.0/src/ |
H A D | Change.cc | 258 changeLevelByCode(int chcode, const int vlistID2, const std::vector<double> &chlevels) in changeLevelByCode() argument 265 if (code == chcode) break; in changeLevelByCode() 267 if (varID == nvars) cdo_abort("Code %d not found!", chcode); in changeLevelByCode() 317 int chcode = 0; in Change() local 364 chcode = parameter_to_int(cdo_operator_argv(0)); in Change() 401 else if (operatorID == CHLEVELC) changeLevelByCode(chcode, vlistID2, chlevels); in Change()
|
/dports/textproc/p5-Text-ANSI-Util/Text-ANSI-Util-0.231/lib/Text/ANSI/ |
H A D | BaseUtil.pm | 627 my (@chptext, @chcode, @chsavedc); # chunk plain texts, codes, saved codes 633 push @chcode , $c; 705 push @res, $chcode[$i] if defined $chcode[$i]; 748 push @res, $chcode[$i] if defined $chcode[$i];
|
/dports/devel/sdl12/SDL-1.2.15/src/video/os2fslib/ |
H A D | SDL_os2fslib.c | 95 static SDL_keysym *TranslateKey(int vkey, int chcode, int scancode, SDL_keysym *keysym, int iPresse… 177 static UniChar NativeCharToUniChar(int chcode) in NativeCharToUniChar() argument 179 UniChar ucResult = (UniChar) chcode; in NativeCharToUniChar() 199 achFrom[0] = (char) chcode; in NativeCharToUniChar() 223 printf("%02x converted to %02x\n", (int) chcode, (int) (aucTo[0])); in NativeCharToUniChar() 236 static SDL_keysym *TranslateKey(int vkey, int chcode, int scancode, SDL_keysym *keysym, int iPresse… in TranslateKey() argument 244 if (chcode) in TranslateKey() 245 keysym->unicode = NativeCharToUniChar(chcode); in TranslateKey()
|
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/ |
H A D | fromswf.c | 1005 int n, nglyphs, chcode, dx; in definetext() local 1025 { chcode = getbits((BITS) tp, nglyphbits); in definetext() 1027 if(verbose) printf("code %d dx %d\n", chcode, dx); in definetext()
|
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/ |
H A D | fromswf.c | 1005 int n, nglyphs, chcode, dx; in definetext() local 1025 { chcode = getbits((BITS) tp, nglyphbits); in definetext() 1027 if(verbose) printf("code %d dx %d\n", chcode, dx); in definetext()
|
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/ |
H A D | fromswf.c | 1005 int n, nglyphs, chcode, dx; in definetext() local 1025 { chcode = getbits((BITS) tp, nglyphbits); in definetext() 1027 if(verbose) printf("code %d dx %d\n", chcode, dx); in definetext()
|
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/ |
H A D | fromswf.c | 1005 int n, nglyphs, chcode, dx; in definetext() local 1025 { chcode = getbits((BITS) tp, nglyphbits); in definetext() 1027 if(verbose) printf("code %d dx %d\n", chcode, dx); in definetext()
|
/dports/science/cdo/cdo-2.0.0/contrib/ |
H A D | cdoCompletion.zsh | 74 chcode -chcode \
|