Searched refs:cond_ptr (Results 1 – 2 of 2) sorted by relevance
642 struct condition ** cond_ptr; in tokenize_line() local645 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 …]
1515 my $cond_ptr = -1;1517 while ($cond_ptr != $cond_lines) {1518 $cond_ptr = $cond_lines;