• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/

Lines Matching defs:textutil

30 namespace eval ::textutil {
57 proc expander {name} {uplevel ::textutil::expander::expander [list $name]}
75 proc ::textutil::expander::expander {name} {
96 if {[catch {::textutil::expander::Methods %s $method $args} result]} {
131 proc ::textutil::expander::Methods {name method argList} {
192 proc ::textutil::expander::Get {key} {
215 proc ::textutil::expander::Set {key value} {
233 proc ::textutil::expander::Var {key} {
237 return ::textutil::expander::Info($This-$key)
251 proc ::textutil::expander::Contains {list value} {
273 proc ::textutil::expander::Op_lb {name {newbracket ""}} {
293 proc ::textutil::expander::Op_rb {name {newbracket ""}} {
314 proc ::textutil::expander::Op_setbrackets {name lbrack rbrack} {
333 proc ::textutil::expander::Op_errmode {name {newErrmode ""}} {
358 proc ::textutil::expander::Op_evalcmd {name {newEvalCmd ""}} {
379 proc ::textutil::expander::Op_textcmd {name args} {
403 proc ::textutil::expander::Op_reset {name} {
445 proc ::textutil::expander::Op_cpush {name cname} {
478 proc ::textutil::expander::Op_cis {name cname} {
495 proc ::textutil::expander::Op_cname {name} {
513 proc ::textutil::expander::Op_cset {name varname value} {
531 proc ::textutil::expander::Op_cget {name varname} {
552 proc ::textutil::expander::Op_cvar {name varname} {
575 proc ::textutil::expander::Op_cpop {name cname} {
617 proc ::textutil::expander::Op_ctopandclear {name} {
642 proc ::textutil::expander::Op_cappend {name text} {
669 proc ::textutil::expander::Op_expand {name inputString {brackets ""}} {
801 proc ::textutil::expander::Op_where {name} {
823 proc ::textutil::expander::HandleError {name title command errmsg} {
872 proc ::textutil::expander::ExtractToToken {string token mode} {
912 proc ::textutil::expander::GetMacro {string} {
948 proc ::textutil::expander::StripBrackets {macro} {
957 proc ::textutil::expander::IsBracketed {macro} {
988 proc ::textutil::expander::LocInit {name} {
1008 proc ::textutil::expander::LocSet {name loc} {
1030 proc ::textutil::expander::LocGet {name} {
1051 proc ::textutil::expander::LocUpdate {name text} {
1085 proc ::textutil::expander::LocRange {name text} {
1109 proc ::textutil::expander::DisplayOf {text} {
1122 package provide textutil::expander 1.3.1