Searched refs:psh (Results 1 – 3 of 3) sorted by relevance
1296 &shellBang("!") unless defined $psh;6933 $psh = $sh; # copy it6934 $psh =~ s/\\b$//; # Take off trailing \b if any6935 $psh =~ s/\\(.)/$1/g; # De-escape6936 $psh; # return the printable version7181 B<$psh$psh> I<cmd> Run cmd in a subprocess (reads from DB::IN, writes to DB::OUT)"7186 B<$psh> [I<cmd>] Run I<cmd> in subshell (forces \"\$SHELL -c 'cmd'\")."7270 …B<|>[B<|>]I<db_cmd> Send output to pager B<$psh>\[B<$psh>\] I<syscmd> Run cmd in a subproc…7361 B<$psh$psh> I<cmd> Run cmd in a subprocess (reads from DB::IN, writes to DB::OUT)"7366 B<$psh> [I<cmd>] Run I<cmd> in subshell (forces \"\$SHELL -c 'cmd'\")."[all …]
3552 SYMR *psh; in parse_partial_symbols() local3558 psh = &ext_ptr->asym; in parse_partial_symbols()3561 if (SC_IS_UNDEF (psh->sc) || psh->sc == scNil) in parse_partial_symbols()3564 svalue = psh->value; in parse_partial_symbols()3565 switch (psh->sc) in parse_partial_symbols()3584 switch (psh->st) in parse_partial_symbols()3600 unknown_ext_complaint (debug_info->ssext + psh->iss); in parse_partial_symbols()3605 if (SC_IS_COMMON (psh->sc)) in parse_partial_symbols()3611 name = debug_info->ssext + psh->iss; in parse_partial_symbols()
45 The psh (Perl sh) is currently at version 1.8. The Perl Shell is a shell49 control-flow statements and other things. You can get psh at50 http://sourceforge.net/projects/psh/ .