Lines Matching defs:init_code
101 static struct slist *init_code = NULL;426 if (init_code != NULL && root != NULL) {427 sappend(init_code, root->stmts);428 root->stmts = init_code;429 init_code = NULL;611 if (init_code == NULL)612 init_code = s;614 sappend(init_code, s);650 init_code = NULL;1583 sappend(init_code, s);