Searched refs:funcp (Results 1 – 1 of 1) sorted by relevance
237 char *funcp; in varexpand() local251 funcp = memchr(envp, ':', clp - envp); in varexpand()252 if(funcp) in varexpand()253 nlen = funcp - envp; in varexpand()297 if(funcp) { in varexpand()299 size_t flen = clp - funcp; in varexpand()300 ParameterError err = varfunc(global, value, vlen, funcp, flen, in varexpand()
Completed in 4 milliseconds