Lines Matching refs:stringlist
129 struct stringlist struct
155 static struct stringlist *db_flags; argument
214 static struct stringlist *makefiles = 0;
228 static struct stringlist *jobserver_fds = 0;
247 static struct stringlist *directories = 0;
251 static struct stringlist *include_directories = 0;
255 static struct stringlist *old_files = 0;
259 static struct stringlist *new_files = 0;
1730 jobserver_fds = (struct stringlist *) in main()
1731 xmalloc (sizeof (struct stringlist)); in main()
2405 register struct stringlist *sl; in decode_switches()
2471 sl = *(struct stringlist **) cs->value_ptr; in decode_switches()
2474 sl = (struct stringlist *) in decode_switches()
2475 xmalloc (sizeof (struct stringlist)); in decode_switches()
2479 *(struct stringlist **) cs->value_ptr = sl; in decode_switches()
2766 struct stringlist *sl = *(struct stringlist **) cs->value_ptr; in define_makeflags()