Searched defs:tool_var (Results 1 – 1 of 1) sorted by relevance
30 struct tool_var { struct31 struct tool_var *next; argument32 const char *content;33 size_t clen; /* content length */34 char name[1]; /* allocated as part of the struct */
Completed in 3 milliseconds