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

/linux-master/arch/sparc/prom/
H A Dmisc_32.c34 /* Forth evaluate the expression contained in 'fstring'. */
36 prom_feval(char *fstring) argument
39 if(!fstring || fstring[0] == 0)
43 (*(romvec->pv_fortheval.v0_eval))(strlen(fstring), fstring); local
45 (*(romvec->pv_fortheval.v2_eval))(fstring);
H A Dmisc_64.c68 /* Forth evaluate the expression contained in 'fstring'. */
69 void prom_feval(const char *fstring) argument
73 if (!fstring || fstring[0] == 0)
78 args[3] = (unsigned long) fstring;

Completed in 106 milliseconds