Home
last modified time | relevance | path

Searched refs:system_shell (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c186 char *this_prog, *system_shell; in is_system_shell() local
192 system_shell = system_shell_name(); in is_system_shell()
194 result = strcasecmp(this_prog, system_shell) == 0; in is_system_shell()
197 free(system_shell); in is_system_shell()