Home
last modified time | relevance | path

Searched refs:pointerof (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h46 #ifndef pointerof
47 #define pointerof(x) ((void*)((char*)0+(x))) macro
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h194 #define pointerof(x) ((void*)((char*)0+(x))) macro
/titanic_44/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c236 value->p = pointerof(n); in getfmt()
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast.h203 #define pointerof(x) ((__V_*)((char*)0+(x))) macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast.h203 #define pointerof(x) ((__V_*)((char*)0+(x))) macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h203 #define pointerof(x) ((__V_*)((char*)0+(x))) macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast.h203 #define pointerof(x) ((__V_*)((char*)0+(x))) macro
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c868 if(np = sh_addbuiltin(arg, addr,pointerof(dlete))) in b_builtin()
/titanic_44/usr/src/lib/libast/common/port/
H A Dastconf.c1362 if (pointerof(flags) == (void*)errorf)
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dparse.c1806 t = makelist(lexp,TTST|TTEST|TPAREN ,t, (Shnode_t*)pointerof(lexp->sh->inlineno)); in test_primary()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE292 06-08-30 include/ast.h: add { integralof(x) pointerof(x) }