Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/resize/
H A Dresize.c140 static int shell_type = SHELL_UNKNOWN; variable
361 shell_type = SHELL_BOURNE; in main()
364 shell_type = SHELL_C; in main()
374 if (SHELL_UNKNOWN == shell_type) { in main()
400 shell_type = shell_list[i].type; in main()
430 if (SHELL_BOURNE == shell_type) { in main()
443 if (SHELL_BOURNE == shell_type) { in main()
581 if (SHELL_BOURNE == shell_type) { in main()