Searched defs:find_variable (Results 1 – 2 of 2) sorted by relevance
97 struct find_variable { struct98 const char *name;99 bool found;101 find_variable(const char *name) : name(name), found(false) {} in find_variable() argument
272 ppdcSource::find_variable(const char *n)// I - Variable name in find_variable() function in ppdcSource