Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dtestmain.c75 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; in ficlChDir() local
76 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() local
105 vmGetString(pVM, pFS, '\n'); in ficlSystem()
106 if (pFS->count > 0) in ficlSystem()
108 int err = system(pFS->text); in ficlSystem()