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

  /src/usr.bin/xlint/common/
inittyp.c 83 typeinfo("signed", SIGNED, UNSIGN, 0, 0, ' '),
84 typeinfo("unsigned", SIGNED, UNSIGN, 0, 0, ' '),
lint.h 65 UNSIGN, /* keyword "unsigned", only used in the parser */
  /src/usr.bin/xlint/lint1/
decl.c 228 if (s != UNSIGN)
250 if ((t == SIGNED || t == UNSIGN) &&
381 if (t == SIGNED || t == UNSIGN) {
lex.c 196 kwdef_type( "unsigned", UNSIGN, 78),

Completed in 233 milliseconds