Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/
Dtkcond.c291 struct condition *cond1a = list, *cond1b = NULL, *cond1c = NULL, *cond1d = NULL; in eliminate_other_arch() local
299 if ( cond1a->op == op_variable in eliminate_other_arch()
300 && ! strcmp( vartable[cond1a->nameindex].name, "ARCH" ) ) in eliminate_other_arch()
302 cond1b = cond1a->next; if ( cond1b == NULL ) goto done; in eliminate_other_arch()
311 cond1a->op = op_false; in eliminate_other_arch()
312 cond1a->next = NULL; in eliminate_other_arch()
314 return cond1a; in eliminate_other_arch()
320 cond1a->op = op_true; in eliminate_other_arch()
321 cond1a->next = NULL; in eliminate_other_arch()
323 return cond1a; in eliminate_other_arch()
[all …]