Searched refs:oname (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | struct.c | 61 LispObj *oname, *description; local in function:Lisp_Defstruct 64 oname = ARGUMENT(0); 66 CHECK_SYMBOL(oname); 68 strname = ATOMID(oname)->value; 69 length = ATOMID(oname)->length; 80 STRFUN(builtin), STROBJ(oname)); 107 STRFUN(builtin), STROBJ(object), ATOMID(oname)->value); 128 definition = CONS(oname, description); 133 atom = oname->data.atom; 167 LispAddDocumentation(oname, documentatio [all...] |
| H A D | core.c | 5531 LispObj *oname, *ovalue, *overwrite; local in function:Lisp_Setenv 5535 oname = ARGUMENT(0); 5537 CHECK_STRING(oname); 5538 name = THESTR(oname); 6832 LispObj *oname; local in function:Lisp_Unsetenv 6834 oname = ARGUMENT(0); 6836 CHECK_STRING(oname); 6837 name = THESTR(oname);
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xt.c | 783 LispObj *oname, *owidget_class, *oparent, *arguments; local in function:LispXtCreateWidget 788 oname = ARGUMENT(0); 790 CHECK_STRING(oname); 791 name = THESTR(oname);
|
| /xsrc/local/programs/bdfload/ |
| H A D | bdfload.c | 130 write_wsf(const char *oname, struct wsdisplay_font *f) argument
|
Completed in 22 milliseconds