Searched defs:find_variable (Results 1 – 2 of 2) sorted by relevance
98 struct find_variable { struct99 const char *name;100 bool found;102 find_variable(const char *name) : name(name), found(false) {} in find_variable() function
272 ppdcSource::find_variable(const char *n)// I - Variable name in find_variable() function in ppdcSource