Searched refs:InterpretArg (Results 1 – 3 of 3) sorted by relevance
44 extern const char *InterpretArg(const char *, char *, size_t);
73 InterpretArg(const char *from, char *to, size_t tosiz) in InterpretArg() function204 end = InterpretArg(line+8, arg, argsiz); in DecodeCtrlCommand()
1110 if (InterpretArg(buff, buff2, sizeof buff2) == NULL) { in command_Expand_Interpret()