Searched refs:Mac_t (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 79 } Mac_t; typedef 99 static void copyto(Mac_t*, int, int); 100 static void comsubst(Mac_t*, Shnode_t*, int); 101 static int varsub(Mac_t*); 102 static void mac_copy(Mac_t*,const char*, int); 106 static void endfield(Mac_t*,int); 116 void *addr = newof(0,Mac_t,1,0); in sh_macopen() 117 Mac_t *mp = (Mac_t*)addr; in sh_macopen() 152 register Mac_t *mp = (Mac_t*)shp->mac_context; in sh_mactrim() 154 Mac_t savemac; in sh_mactrim() [all …]
|