Searched refs:defalt (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcategory.c232 if (!NILP (tmp = XCHAR_TABLE (table)->defalt))
233 XCHAR_TABLE (table)->defalt = Fcopy_sequence (tmp);
269 XCHAR_TABLE (val)->defalt = MAKE_CATEGORY_SET;
336 val = XCHAR_TABLE (table)->defalt;
340 XCHAR_TABLE (table)->defalt = val;
430 /* We must set default category set of CHARSET in `defalt' slot. */
431 XCHAR_TABLE (val)->defalt = category_set;
440 category_set = val = Fcopy_sequence (XCHAR_TABLE (table)->defalt);
461 `defalt' slot. */
462 XCHAR_TABLE (val)->defalt
[all...]
H A Dcategory.h102 && NILP (temp = XCHAR_TABLE (table)->defalt)) \
H A Dfontset.c230 Lisp_Object elt, defalt;
239 defalt = XCHAR_TABLE (elt)->defalt;
243 return defalt;
246 defalt = XCHAR_TABLE (elt)->defalt;
250 return defalt;
322 return (SUB_CHAR_TABLE_P (elt) ? XCHAR_TABLE (elt)->defalt : elt);
327 return (SUB_CHAR_TABLE_P (elt) ? XCHAR_TABLE (elt)->defalt : elt);
363 XCHAR_TABLE (*elt)->defalt
229 Lisp_Object elt, defalt; local
[all...]
H A Dfns.c479 XCHAR_TABLE (copy)->defalt = XCHAR_TABLE (arg)->defalt;
2346 XCHAR_TABLE (array)->defalt = Qnil;
2501 char_table_range (table, from, to, defalt)
2504 Lisp_Object defalt;
2508 if (! NILP (XCHAR_TABLE (table)->defalt))
2509 defalt = XCHAR_TABLE (table)->defalt;
2512 val = char_table_range (val, 32, 127, defalt);
2514 val = defalt;
2595 int from, to, defalt; variable
[all...]
H A Dminibuf.c251 string_to_object (val, defalt)
252 Lisp_Object val, defalt;
258 GCPRO2 (val, defalt);
261 && STRINGP (defalt))
262 val = defalt;
290 histvar, histpos, defalt, allow_props,
299 Lisp_Object defalt;
340 val = string_to_object (val, defalt);
461 histvar, histpos, defalt, allow_props, inherit_input_method)
469 Lisp_Object defalt;
[all...]
H A Demacs.c2356 decode_env_path (evarname, defalt)
2357 char *evarname, *defalt;
2370 path = defalt;
H A Ddata.c1993 val = XCHAR_TABLE (array)->defalt;
2001 val = XCHAR_TABLE (array)->defalt;
2023 current_default = XCHAR_TABLE (array)->defalt;
2031 if (! NILP (XCHAR_TABLE (sub_table)->defalt))
2032 current_default = XCHAR_TABLE (sub_table)->defalt;
H A Dsyntax.c797 XCHAR_TABLE (copy)->defalt = Qnil;
H A Dfileio.c1752 (name, defalt)
1753 Lisp_Object name, defalt;
1947 if (NILP (defalt))
1948 defalt = current_buffer->directory;
1949 CHECK_STRING (defalt);
1950 newdir = SDATA (defalt);
H A Dlisp.h785 counts the ordinary slots and the top, defalt, parent, and purpose
795 This counts the ordinary slots and the top and defalt slot. */
810 : XCHAR_TABLE (CT)->defalt) \
840 The size counts the top, defalt, purpose, and parent slots.
849 Lisp_Object defalt;
858 The `defalt' slot takes precedence over this. */
845 Lisp_Object defalt; member in struct:Lisp_Char_Table
H A Dalloc.c3107 /* Add 2 to the size for the defalt and parent slots. */
3129 XCHAR_TABLE (vector)->defalt = Qnil;
H A Dxdisp.c11765 return (NILP (val) ? dp->defalt : val);
11770 return (dp->defalt);
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c192 sp->defalt = strdup(sp->value);
195 np->defalt = np->value;
198 fp->defalt = fp->value;
200 fp->defalt = fp->invrt;
212 sp->value = !sp->defalt ? sp->defalt
213 : strdup(sp->defalt);
216 np->value = np->defalt;
219 fp->value = fp->defalt;
H A Dgettytab.h42 char *defalt; /* value we find by looking in defaults */ member in struct:gettystrs
48 long defalt; /* number we find in defaults */ member in struct:gettynums
56 char defalt; /* true/false in defaults */ member in struct:gettyflags
/macosx-10.10.1/tcsh-65/tcsh/
H A Dma.setp.c108 char *defalt; member in struct:__anon13837
264 pe->pdef = syspath[i].defalt;

Completed in 433 milliseconds