Searched refs:xdigit (Results 26 - 50 of 57) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_rdengine_oo.tcl491 set myok [string is xdigit -strict $mycurrent]
492 my OkFail [pt::pe xdigit]
H A Dpt_peg_to_tclparam.tcl379 punct space upper wordchar xdigit ddigit \
407 punct space upper wordchar xdigit ddigit
H A Dpt_peg_to_param.tcl319 punct space upper wordchar xdigit ddigit \
347 punct space upper wordchar xdigit ddigit
H A Dpt_parse_peg_tcl.tcl436 # <xdigit>
439 # <xdigit>
442 # <xdigit>
444 # <xdigit>
455 # <xdigit>
458 # <xdigit>
461 # <xdigit>
463 # <xdigit>
478 # <xdigit>
481 # <xdigit>
[all...]
/macosx-10.9.5/CPANInternal-140/PathTools/
H A Dppport.h4576 * which is why the stack variable has been renamed to 'xdigit'.
4707 const char *xdigit; local
4726 xdigit = strchr((char *) PL_hexdigit, *s);
4727 if (xdigit) {
4734 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4748 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4752 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h4510 * which is why the stack variable has been renamed to 'xdigit'.
4641 const char *xdigit; local
4660 xdigit = strchr((char *) PL_hexdigit, *s);
4661 if (xdigit) {
4668 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4682 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4686 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h4510 * which is why the stack variable has been renamed to 'xdigit'.
4641 const char *xdigit; local
4660 xdigit = strchr((char *) PL_hexdigit, *s);
4661 if (xdigit) {
4668 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4682 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4686 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dppport.h4636 * which is why the stack variable has been renamed to 'xdigit'.
4767 const char *xdigit; local
4786 xdigit = strchr((char *) PL_hexdigit, *s);
4787 if (xdigit) {
4794 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4808 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4812 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dptcap.vim52 syn match ptcapNumberError "#0x\x*[^[:xdigit:]:\\]"lc=1 contained
H A Dvb.vim325 "syn match vbNumber "{[[:xdigit:]-]\+}\|&[hH][[:xdigit:]]\+&"
326 "syn match vbNumber ":[[:xdigit:]]\+"
H A Dpostscr.vim56 syn match postscrHex "^[[:xdigit:]][[:xdigit:][:space:]]*$"
81 syn match postscrHexCharError contained "[^<>[:xdigit:][:space:]]"
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A Dppport.h5964 * which is why the stack variable has been renamed to 'xdigit'.
6095 const char *xdigit; local
6114 xdigit = strchr((char *) PL_hexdigit, *s);
6115 if (xdigit) {
6122 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6136 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6140 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h6025 * which is why the stack variable has been renamed to 'xdigit'.
6156 const char *xdigit; local
6175 xdigit = strchr((char *) PL_hexdigit, *s);
6176 if (xdigit) {
6183 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6197 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6201 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h6025 * which is why the stack variable has been renamed to 'xdigit'.
6156 const char *xdigit; local
6175 xdigit = strchr((char *) PL_hexdigit, *s);
6176 if (xdigit) {
6183 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6197 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6201 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h5964 * which is why the stack variable has been renamed to 'xdigit'.
6095 const char *xdigit; local
6114 xdigit = strchr((char *) PL_hexdigit, *s);
6115 if (xdigit) {
6122 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6136 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6140 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ipentry/
H A Dipentry.tcl480 if {![string is xdigit $key]} { return 0 }
869 if {![string is xdigit $n]} {
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Drx.el185 (hex-digit . "[[:xdigit:]]") ; SRE
187 (xdigit . hex-digit) ; SRE
754 `hex-digit', `hex', `xdigit'
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_internal.h895 #define STRING_xdigit "xdigit"
1710 #define cbit_xdigit 32 /* [:xdigit:] */
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl631 proc ::page::compiler::peg::mecpu::SynthNode/xdigit {n} {
633 SynthClass $n xdigit
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Druby.vim232 let number = '\%(\%(\w\|[]})\"'."'".']\s*\)\@<!-\)\=\%(\<[[:digit:]_]\+\%(\.[[:digit:]_]\+\)\=\%([Ee][[:digit:]_]\+\)\=\>\|\<0[xXbBoOdD][[:xdigit:]_]\+\>\)\|'.asciicode
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h6374 * which is why the stack variable has been renamed to 'xdigit'.
6505 const char *xdigit; local
6524 xdigit = strchr((char *) PL_hexdigit, *s);
6525 if (xdigit) {
6532 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6546 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6550 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h6569 * which is why the stack variable has been renamed to 'xdigit'.
6700 const char *xdigit; local
6719 xdigit = strchr((char *) PL_hexdigit, *s);
6720 if (xdigit) {
6727 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6741 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6745 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h6569 * which is why the stack variable has been renamed to 'xdigit'.
6700 const char *xdigit; local
6719 xdigit = strchr((char *) PL_hexdigit, *s);
6720 if (xdigit) {
6727 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6741 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6745 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dtepam.tcl105 print punct space upper wordchar xdigit color font boolean ""
1075 proc Validate(xdigit) {v} {string is xdigit $v}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_cpucore.tcl865 3 xdigit

Completed in 312 milliseconds

123