Searched refs:vtable (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/tip/ |
H A D | cmds.c | 760 if (vtable[BEAUTIFY].v_access&CHANGED) { in variable() 761 vtable[BEAUTIFY].v_access &= ~CHANGED; in variable() 764 if (vtable[SCRIPT].v_access&CHANGED) { in variable() 765 vtable[SCRIPT].v_access &= ~CHANGED; in variable() 771 if (vtable[RECORD].v_access&CHANGED) in variable() 772 vtable[RECORD].v_access &= ~CHANGED; in variable() 774 if (vtable[RECORD].v_access&CHANGED) { in variable() 775 vtable[RECORD].v_access &= ~CHANGED; in variable() 779 if (vtable[TAND].v_access&CHANGED) { in variable() 780 vtable[TAND].v_access &= ~CHANGED; in variable() [all …]
|
H A D | value.c | 36 for (p = vtable; p->v_name != NULL; p++) { in vinit() 68 vtable[EXCEPTIONS].v_access &= ~(WRITE<<PUBLIC); in vinit() 123 for (p = vtable; p->v_name; p++) in vlex() 251 for (p = vtable; p->v_name; p++) in vlookup()
|
H A D | tip.h | 144 #define value(v) vtable[v].v_value 169 extern value_t vtable[]; /* variable table */
|
H A D | vars.c | 17 value_t vtable[] = { variable
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 51 \ Revised Apr 2001 - Added Guy Carver's vtable extensions. Class now 52 \ has an extra field for the vtable method count. Hasvtable declares 53 \ refs to vtable classes 57 \ Planned: Ficl vtable support 58 \ Each class has a vtable size parameter 59 \ END-CLASS allocates and clears the vtable - then it walks class's method 62 \ vtable slot. Now do same check for parent class vtable, filling only 63 \ empty slots in the new vtable. 66 \ - vtable index 70 \ : is redefined to check for override, fill in vtable index, increment method [all …]
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | hald_runner.c | 147 DBusObjectPathVTable vtable = { &runner_server_unregister_handler, in handle_connection() local 157 &vtable, in handle_connection()
|
H A D | hald_dbus.c | 4299 DBusObjectPathVTable vtable = { &local_server_unregister_handler, in local_server_handle_connection() local 4310 &vtable, in local_server_handle_connection()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 184 @vtable @code 215 @end vtable 219 @vtable @code 236 @end vtable
|
H A D | texinfo.tex | 2296 % Tables -- @table, @ftable, @vtable, @item(x). 2308 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with 2376 % @table, @ftable, @vtable. 2385 \envdef\vtable{% 2387 \tablecheck{vtable}%
|