Home | History | Annotate | Download | only in updater

Lines Matching refs:state

126     State state;
127 state.cookie = &updater_info;
128 state.script = script;
129 state.errmsg = NULL;
131 char* result = Evaluate(&state, root);
133 if (state.errmsg == NULL) {
137 printf("script aborted: %s\n", state.errmsg);
138 char* line = strtok(state.errmsg, "\n");
145 free(state.errmsg);