Searched defs:curargs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c28 STR *curargs = Nullstr; variable
748 curargs = str_new(0);
749 str_sset(curargs,fstr);
750 str_cat(curargs,",");
752 str_free(curargs);
753 curargs = Nullstr;
986 if (curargs) {
988 ??? if (instr(curargs->str_ptr,tokenbuf))

Completed in 23 milliseconds