File: users.mac

package info (click to toggle)
linpac 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,984 kB
  • sloc: cpp: 18,310; sh: 10,697; ansic: 4,036; makefile: 210; perl: 101
file content (23 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

LinPac: Verbundene Stationen:

 Kanal    Port   Rufzeichen Name
:set CHN 1
:label RPT
:IF %(iscon@%CHN) != 0
:set PNUM %P@%CHN
:set PNAME %(get@0 _port_name_%PNUM)
:IF %N@%CHN != %C@%CHN
    %(strf R 2 %CHN)    %(strf L 6 %PNAME) %(strf L 10 %C@%CHN) %N@%CHN
:ELSE
    %(strf R 2 %CHN)    %(strf L 6 %PNAME) %(strf L 10 %C@%CHN)
:ENDIF
:ENDIF
:set CHN %[%CHN+1]
:IF %CHN <= %_maxchn@0
:GOTO RPT
:ENDIF

:unset CHN
:unset PNUM
:unset PNAME