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

  /src/bin/csh/
csh.c 765 struct Bin saveB;
820 (void)memcpy(&saveB, &B, sizeof(B));
854 (void)memcpy(&B, &saveB, sizeof(B));
csh.c 765 struct Bin saveB;
820 (void)memcpy(&saveB, &B, sizeof(B));
854 (void)memcpy(&B, &saveB, sizeof(B));
csh.c 765 struct Bin saveB;
820 (void)memcpy(&saveB, &B, sizeof(B));
854 (void)memcpy(&B, &saveB, sizeof(B));

Completed in 35 milliseconds