Searched refs:NFE_ONE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c126 NFE_ONE = 0x01, enumerator in enum:not_flag_enum
131 enum not_flag_enum three_not_flag = NFE_ONE | NFE_TWO;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c126 NFE_ONE = 0x01, enumerator in enum:not_flag_enum
131 enum not_flag_enum three_not_flag = (enum not_flag_enum) (NFE_ONE | NFE_TWO);

Completed in 85 milliseconds