Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/
Dtkparse.c642 struct condition ** cond_ptr; in tokenize_line() local
645 cond_ptr = &(cfg->cond); in tokenize_line()
659 *cond_ptr = malloc( sizeof(struct condition) ); in tokenize_line()
660 memset( *cond_ptr, 0, sizeof(struct condition) ); in tokenize_line()
661 (*cond_ptr)->op = op_and; in tokenize_line()
662 cond_ptr = &(*cond_ptr)->next; in tokenize_line()
664 *cond_ptr = malloc( sizeof(struct condition) ); in tokenize_line()
665 memset( *cond_ptr, 0, sizeof(struct condition) ); in tokenize_line()
666 (*cond_ptr)->op = op_lparen; in tokenize_line()
673 (*cond_ptr)->next = tokenize_if( fake_if ); in tokenize_line()
[all …]
Dcheckpatch.pl1515 my $cond_ptr = -1;
1517 while ($cond_ptr != $cond_lines) {
1518 $cond_ptr = $cond_lines;