shell 168 orte/mca/plm/rsh/plm_rsh_module.c static orte_plm_rsh_shell_t find_shell(char *shell); shell 172 orte/mca/plm/rsh/plm_rsh_module.c orte_plm_rsh_shell_t *shell); shell 1383 orte/mca/plm/rsh/plm_rsh_module.c static orte_plm_rsh_shell_t find_shell(char *shell) shell 1388 orte/mca/plm/rsh/plm_rsh_module.c if( (NULL == shell) || (strlen(shell) == 1) ) { shell 1393 orte/mca/plm/rsh/plm_rsh_module.c sh_name = rindex(shell, '/'); shell 1476 orte/mca/plm/rsh/plm_rsh_module.c orte_plm_rsh_shell_t *shell) shell 1489 orte/mca/plm/rsh/plm_rsh_module.c *shell = ORTE_PLM_RSH_SHELL_UNKNOWN; shell 1563 orte/mca/plm/rsh/plm_rsh_module.c *shell = (orte_plm_rsh_shell_t)i; shell 1574 orte/mca/plm/rsh/plm_rsh_module.c (ORTE_PLM_RSH_SHELL_UNKNOWN == *shell) ? "UNHANDLED" : (char*)orte_plm_rsh_shell_name[*shell]));