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

  /src/usr.bin/resize/
resize.c 454 UIntClr(tio.c_iflag, (ICRNL | IUCLC));
455 UIntClr(tio.c_lflag, (ICANON | ECHO));
462 UIntClr(tio.c_iflag, ICRNL);
463 UIntClr(tio.c_lflag, (ICANON | ECHO));
471 UIntClr(sg.sg_flags, ECHO);
resize.h 90 #define UIntClr(d, b) (d) = (d) & ~(b)

Completed in 12 milliseconds