• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/

Lines Matching refs:variable

107     variable leftBracket "\["
108 variable rightBracket "\]"
112 variable errorOutputMode fail
115 variable numberOfPasses 1
118 variable outputChannel ""
124 variable level 0
125 variable context
126 variable contextName
127 variable contextData
132 variable currentFileName ""
133 variable currentPass 0
145 variable leftBracket
155 variable rightBracket
164 variable leftBracket
165 variable rightBracket
181 variable errorOutputMode
192 variable currentFileName
199 variable currentPass
206 variable numberOfPasses
253 variable level
254 variable context
255 variable contextName
267 variable level
268 variable contextName
278 variable level
279 variable contextName
289 variable contextData
290 variable level
297 # Get the value of a context variable
299 variable contextData
300 variable level
311 # Get a context variable's real name, e.g., for appending or lappending
313 variable contextData
314 variable level
328 variable level
329 variable context
330 variable contextName
331 variable contextData
361 variable context
362 variable level
369 # Given a text string, and the current variable settings, this code
381 # variable settings.
383 variable errorOutputMode
551 variable currentPass
552 variable numberOfPasses
553 variable currentFileName
594 variable currentFileName
653 variable outputChannel
676 variable outputChannel
695 # "arglist" is the name of a list variable, typically argv. It is
704 # the name of a variable in the caller's scope to receive the option's value.
707 # If the option appears on the command line, the variable
713 # variable is set to the value, or VAL1 if the option does not
720 # The named variable is set to the value following the option on
721 # the command line. If the option doesn't appear, the variable is