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

  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 57 ENUM_ENTRY,
aicasm_symbol.c 111 case ENUM_ENTRY:
246 case ENUM_ENTRY:
504 case ENUM_ENTRY:
622 case ENUM_ENTRY:
aicasm_gram.y 483 enum_entry
484 | enum_entry_list ',' enum_entry
487 enum_entry: label
490 process_field(ENUM_ENTRY, $1, enum_next_value);
495 process_field(ENUM_ENTRY, $1, $2.value);
685 case ENUM_ENTRY:
1394 if (field_type != ENUM_ENTRY) {
1472 case ENUM_ENTRY:
1852 || node->symbol->type == ENUM_ENTRY)

Completed in 13 milliseconds