Searched refs:UNSIGN (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c83 typeinfo("signed", SIGNED, UNSIGN, 0, 0, ' '),
84 typeinfo("unsigned", SIGNED, UNSIGN, 0, 0, ' '),
H A Dlint.h65 UNSIGN, /* keyword "unsigned", only used in the parser */ enumerator in enum:__anon42
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c226 if (s != UNSIGN)
245 if ((t == SIGNED || t == UNSIGN) &&
376 if (t == SIGNED || t == UNSIGN) {
H A Dlex.c195 kwdef_type( "unsigned", UNSIGN, 78),

Completed in 123 milliseconds