HelenOS sources
transform_list_t 106 uspace/lib/bithenge/src/script.c transform_list_t *transform_list;
transform_list_t 413 uspace/lib/bithenge/src/script.c for (transform_list_t *e = state->transform_list; e; e = e->next) {
transform_list_t 435 uspace/lib/bithenge/src/script.c transform_list_t *entry = state_malloc(state, sizeof(*entry));
transform_list_t 1317 uspace/lib/bithenge/src/script.c transform_list_t *entry = state->transform_list;
transform_list_t 1319 uspace/lib/bithenge/src/script.c transform_list_t *next = entry->next;
HelenOS homepage, sources at GitHub