Lines Matching refs:shortname
96 my ($shortname, $longname) = split " +";
98 $shortname = "" if ( !$shortname );
102 if ( $shortname =~ /\*active/i )
118 if ( $shortname !~ /^[\+\*]/ && !exists $hids{$upperlongname} )
129 $iteminfo = "$shortname $longname $ID";
135 if ( $shortname =~ s/^\+// )
142 $iteminfo = "$shortname $oldlong $oldID";
145 $parentshortname = $shortname;
158 $shortname = "*".$shortname;
161 if ( $shortname =~ s/^\*// )
164 $parentshortname = $shortname;