HomeSort by: relevance | last modified time | path
    Searched defs:shell_type (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/resize/
resize.c 140 static int shell_type = SHELL_UNKNOWN; variable in typeref:typename:int
361 shell_type = SHELL_BOURNE;
364 shell_type = SHELL_C;
374 if (SHELL_UNKNOWN == shell_type) {
400 shell_type = shell_list[i].type;
430 if (SHELL_BOURNE == shell_type) {
443 if (SHELL_BOURNE == shell_type) {
581 if (SHELL_BOURNE == shell_type) {
resize.c 140 static int shell_type = SHELL_UNKNOWN; variable in typeref:typename:int
361 shell_type = SHELL_BOURNE;
364 shell_type = SHELL_C;
374 if (SHELL_UNKNOWN == shell_type) {
400 shell_type = shell_list[i].type;
430 if (SHELL_BOURNE == shell_type) {
443 if (SHELL_BOURNE == shell_type) {
581 if (SHELL_BOURNE == shell_type) {

Completed in 20 milliseconds