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

  /src/usr.bin/xlint/lint1/
cksnprintb.c 233 if (has_bit && bit.octal_digits == 0 && bit.hex_digits == 0)
237 if (has_width && width.octal_digits == 0 && width.hex_digits == 0)
lex.c 831 it->octal_digits++;
834 it->octal_digits++;
837 it->octal_digits++;
910 if (it.overflow && it.octal_digits > 0)
917 if (prev.octal_digits > 0 && prev.octal_digits < 3
lint1.h 522 uint8_t octal_digits; /* 1 to 3; 0 means not applicable */ member in struct:__anondcf084d01b08

Completed in 14 milliseconds