Searched refs:pFS (Results 1 – 1 of 1) sorted by relevance
75 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; in ficlChDir() local76 vmGetString(pVM, pFS, '\n'); in ficlChDir()77 if (pFS->count > 0) in ficlChDir()79 int err = chdir(pFS->text); in ficlChDir()103 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; in ficlSystem() local105 vmGetString(pVM, pFS, '\n'); in ficlSystem()106 if (pFS->count > 0) in ficlSystem()108 int err = system(pFS->text); in ficlSystem()