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

  /src/usr.bin/xlint/lint1/
lex.c 826 it->octal_digits++;
829 it->octal_digits++;
832 it->octal_digits++;
905 if (it.overflow && it.octal_digits > 0)
912 if (prev.octal_digits > 0 && prev.octal_digits < 3
cksnprintb.c 246 if (has_bit && bit.octal_digits == 0 && bit.hex_digits == 0)
250 if (has_width && width.octal_digits == 0 && width.hex_digits == 0)
lint1.h 541 uint8_t octal_digits; /* 1 to 3; 0 means not applicable */ member in struct:__anon36

Completed in 36 milliseconds