Home
last modified time | relevance | path

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

/dports/misc/heyu2/heyu-2.10/
H A Dx10state.c327 } virtflags[] = { variable
361 int num_virtflags = sizeof(virtflags) / sizeof(struct virtflags_st);
747 if ( virtflags[m].not ) { in is_unmatched_flags()
748 if ( (x10state[hcode].vflags[ucode] & virtflags[m].vflag) != 0 ) in is_unmatched_flags()
752 if ( (x10state[hcode].vflags[ucode] & virtflags[m].vflag) == 0 ) in is_unmatched_flags()
9795 if ( strncmp(tbuf, virtflags[m].label, virtflags[m].length) == 0 ) { in get_global_flags()
9796 aflags = parse_addr(tokv[k] + virtflags[m].length, &hc, &bitmap); in get_global_flags()
9798 … sprintf(errmsg, "Invalid state flag housecode|unit '%s'", tokv[k] + virtflags[m].length); in get_global_flags()
9803 … sprintf(errmsg, "'%s' Only a single unit code is acceptable", tokv[k] + virtflags[m].length); in get_global_flags()
14415 if ( strncmp(virtflags[j].label, "not", 3) == 0 )
[all …]