Searched refs:jlist (Results 1 – 3 of 3) sorted by relevance
296 static void free_jobs(JOB **jlist) in free_jobs() argument298 JOB *j = dlist_pop(jlist); in free_jobs()329 JOB *jstart, *jlist = (JOB *)list->job; in remove_completed_jobs() local332 jstart = jlist; in remove_completed_jobs()333 while (jlist) { in remove_completed_jobs()334 jlist->isrunning = 0; in remove_completed_jobs()335 if (jlist->pid > 0) { in remove_completed_jobs()336 jlist->isrunning = 1; in remove_completed_jobs()338 jlist = jlist->next; in remove_completed_jobs()340 if (jlist == jstart) { // if 1st node has to delete. in remove_completed_jobs()[all …]
105 if (const skjson::ArrayValue* jlist = (*jfonts)["list"]) { in parseFonts() local106 for (const skjson::ObjectValue* jfont : *jlist) { in parseFonts()