Searched refs:pFS (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/stand/ficl/
H A Dtestmain.c75 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; local
76 vmGetString(pVM, pFS, '\n');
77 if (pFS->count > 0)
79 int err = chdir(pFS->text);
103 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; local
105 vmGetString(pVM, pFS, '\n');
106 if (pFS->count > 0)
108 int err = system(pFS->text);

Completed in 70 milliseconds