HomeSort by: relevance | last modified time | path
    Searched defs:str_expand (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/driver/
options.c 57 static void str_expand(int, char *); /* expand string to list */
80 { "Wa,", STR(3), str_expand, &opt.Wa },
81 { "Wl,", STR(3), str_expand, &opt.Wl },
82 { "Wp,", STR(3), str_expand, &opt.Wp },
213 str_expand(int n, char *arg) function

Completed in 23 milliseconds