#include "spice.h"
#include "misc.h"
#include "cpdefs.h"
#include "suffix.h"
Go to the source code of this file.
static wordlist* backeval |
( |
char * |
string | ) |
|
|
static |
Definition at line 98 of file backq.c.
105 extern FILE *
popen( );
107 proc =
popen(
string,
"r");
109 fprintf(
cp_err,
"Error: can't evaluate %s.\n",
string);
FILE * popen(char *cmd, char *mode) const
Definition at line 27 of file backq.c.
39 for (wl = wlist; wl; wl = wl->
wl_next) {
45 while (s = strchr(t,
cp_back)) {
68 (void) strcat(buf, nwl->
wl_word);
79 (void) strcat(buf, t);
84 for (i = 0; s < t; s++)
static char buf[MAXPROMPT]
struct wordlist * wl_next
static wordlist * backeval()