HomeSort by relevance Sort by last modified time
    Searched refs:shname (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
histedit.c 108 char *term, *shname; local
127 shname = arg0;
128 if (shname[0] == '-')
129 shname++;
130 el = el_init(shname, el_in, el_out, el_err);
  /external/dbus/tools/
dbus-launch.c 751 const char *shname; local
893 if ((shname = getenv ("SHELL")) != NULL)
895 if (!strncmp (shname + strlen (shname) - 3, "csh", 3))

Completed in 429 milliseconds