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

/xsrc/external/mit/xedit/dist/lisp/
H A Dformat.c2058 char *control_string; local in function:Lisp_Format
2092 control_string = THESTR(format);
2095 info.args.base = control_string;
2098 info.format = &control_string;
H A Dcore.c1472 LispObj *control_string, *arguments; local in function:Lisp_Error
1475 control_string = ARGUMENT(0);
1477 arglist = CONS(NIL, CONS(control_string, arguments));

Completed in 10 milliseconds