Searched refs:crange (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dstring.test114 # Test the crange command.
116 Test string-3.1 {crange tests} {
117 crange ABCDEFG 1 3
120 Test string-3.2 {crange tests} {
121 crange ABCDEFG 2 end
124 Test string-3.3 {crange tests} {
126 crange $foo 25*4 500-1
129 Test string-3.4 {crange tests} {
130 crange
131 } 1 {wrong # args: crange strin
[all...]
H A Dstringfil.test47 } 0 [crange $stringfileTestVar 0 2]
H A Dmsgcat.test31 crange $msgcat 0 5
37 crange $msgcat 0 5
H A Darrayproc.test43 } msg] $msg [crange $errorInfo 0 7] $errorCode
H A Ddup.test167 set toParent [crange $toParent 4 end]
168 set fromParent [crange $fromParent 4 end]
H A Dglobrecur.test118 } msg] $msg [crange $errorInfo 0 8] $errorCode
H A Dhelp.test95 set line [crange $line 1 end]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsh64-dis.c47 sh64_elf_crange crange; member in struct:sh64_disassemble_info
453 if (sh64_infop->crange.cr_type != CRT_NONE
454 && memaddr >= sh64_infop->crange.cr_addr
455 && memaddr < sh64_infop->crange.cr_addr + sh64_infop->crange.cr_size)
456 return sh64_infop->crange.cr_type;
464 &sh64_infop->crange);
478 memaddr, &sh64_infop->crange);
578 && sh64_infop->crange.cr_type != CRT_NONE
579 && memaddr >= sh64_infop->crange
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dbldmanhelp.tcl60 set brief [string trim [crange $line [string first - $line]+1 end]]
H A Dcpmanpages.tcl68 set soFile [string trim [crange $line 3 end]]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dbuildhelp.tcl98 if {"[crange $fileName 0 3]" == "Tcl_"} {
99 set fileName [crange $fileName 4 end]}
100 set fileName [crange $fileName 0 13]
207 append nroffHeader "[crange $matchInfo(line) 5 end]\n"

Completed in 172 milliseconds