Searched refs:pFS (Results 1 – 1 of 1) sorted by relevance
76 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; in ficlChDir() local77 vmGetString(pVM, pFS, '\n'); in ficlChDir()78 if (pFS->count > 0) in ficlChDir()80 int err = chdir(pFS->text); in ficlChDir()104 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; in ficlSystem() local106 vmGetString(pVM, pFS, '\n'); in ficlSystem()107 if (pFS->count > 0) in ficlSystem()109 int err = system(pFS->text); in ficlSystem()