Home
last modified time | relevance | path

Searched refs:MM_NULLACT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libc/gen/
H A Dfmtmsg.c164 ((which & MM_VERBACTION) && action != MM_NULLACT) ? in writeit()
166 ((which & MM_VERBACTION) && action != MM_NULLACT) ? in writeit()
168 ((which & MM_VERBACTION) && label != MM_NULLACT) ? in writeit()
172 ((which & MM_VERBACTION) && action != MM_NULLACT) || in writeit()
/netbsd-src/include/
H A Dfmtmsg.h65 #define MM_NULLACT (char *)0 /* `Null' action component */ macro