File: code_structure.pl

package info (click to toggle)
fwknop 2.6.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,420 kB
  • sloc: ansic: 30,106; perl: 20,346; sh: 5,560; makefile: 955; xml: 937; python: 797; java: 444; objc: 292; erlang: 128
file content (15 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

@code_structure_errstr = (
    {
        'category' => 'code structure',
        'subcategory' => 'error strings',
        'detail'   => 'all error codes handled',
        'function' => \&code_structure_fko_error_strings,
    },
    {
        'category' => 'code structure',
        'subcategory' => 'chars',
        'detail'   => 'search for non-ascii chars',
        'function' => \&code_structure_search_sources_for_non_ascii_chars,
    },
);