HomeSort by: relevance | last modified time | path
    Searched refs:nameseq (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gmake/dist/
dep.h 34 Note that the first two words of this match a struct nameseq. */
51 struct nameseq struct
53 struct nameseq *next;
58 extern struct nameseq *multi_glob PARAMS ((struct nameseq *chain, unsigned int size));
60 extern struct nameseq *parse_file_seq ();
62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int strip));
67 extern struct nameseq *ar_glob PARAMS ((char *arname, char *member_pattern, unsigned int size));
81 extern void free_ns_chain PARAMS ((struct nameseq *n));
ar.c 207 struct nameseq *chain;
225 struct nameseq *new = (struct nameseq *) xmalloc (state->size);
271 struct nameseq *
276 struct nameseq *n;
read.c 134 static void record_files PARAMS ((struct nameseq *filenames, char *pattern, char *pattern_percent,
138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn,
468 struct nameseq *filenames = 0;
797 struct nameseq *files;
814 sizeof (struct nameseq),
816 sizeof (struct nameseq));
830 struct nameseq *next = files->next;
1006 sizeof (struct nameseq),
1008 sizeof (struct nameseq));
1152 struct nameseq *target
    [all...]
misc.c 562 /* Free a chain of `struct nameseq'. Each nameseq->name is freed
566 free_ns_chain (struct nameseq *n)
568 register struct nameseq *tmp;
function.c 352 register struct nameseq *chain;
356 (&line, '\0', sizeof (struct nameseq),
361 sizeof (struct nameseq));
375 struct nameseq *next = chain->next;
main.c 2168 struct nameseq *ns;
2172 parse_file_seq (&p, '\0', sizeof (struct nameseq), 1),
2173 sizeof (struct nameseq));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
tipc.d 59 tipc_name_seq nameseq;

Completed in 36 milliseconds