Searched refs:shellopts (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c750 char *shellopts; local
752 shellopts = getenv ("SHELLOPTS");
753 while (shellopts != 0)
755 if (strncmp ("vi", shellopts, 2) == 0)
760 shellopts = index (shellopts + 1, ':');

Completed in 73 milliseconds