HomeSort by: relevance | last modified time | path
    Searched refs:viScreenId (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nvi/dist/tcl_scripts/
gnats.tcl 4 global viScreenId
12 viMsg $viScreenId $categories
13 viMapKey $viScreenId  next
17 global viScreenId
18 set cursor [viGetCursor $viScreenId]
20 set line [viGetLine $viScreenId $lineNum]
21 viMsg $viScreenId [lindex $line 0]
36 global viScreenId
37 viMsg $viScreenId [lindex $line 1]
39 viSetLine $viScreenId $lineNum ">Confidential: no
    [all...]
wc.tcl 4 global viScreenId
8 set lines [viLastLine $viScreenId]
12 set outLine [split [string trim [viGetLine $viScreenId $i]]]
15 viMsg $viScreenId "$words words"
mailprocs.tcl 4 global viScreenId
5 set line [viGetLine $viScreenId [lindex [viGetCursor $viScreenId] 0]]
34 global viScreenId
37 viMsg $viScreenId "$target is [string trim $address]"
39 viMsg $viScreenId "$target not found"
44 global viScreenId
45 set line [viGetLine $viScreenId [lindex [viGetCursor $viScreenId] 0]]
71 global viScreenId
    [all...]
errors.tcl 19 viMapKey $viScreenId  nextErr
40 global viScreenId
42 set errScreen [viNewScreen $viScreenId make.out]
43 viMapKey $viScreenId  findErr
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-tcl-1 13 global viScreenId
20 viMsg $viScreenId [format [_ "%s is %s"] $target [string trim $address]]
22 viMsg $viScreenId [format [_ "%s not found"] $target]

Completed in 18 milliseconds