Home
last modified time | relevance | path

Searched defs:WORD (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l83 <INITIAL>validate { BEGIN WORD; return (SCC_VALIDATE); } variable
84 <INITIAL>import { BEGIN WORD; return (SCC_IMPORT); } variable
85 <INITIAL>cleanup { BEGIN WORD; return (SCC_CLEANUP); } variable
86 <INITIAL>export { BEGIN WORD; return (SCC_EXPORT); } variable
87 <INITIAL>archive { BEGIN WORD; return (SCC_ARCHIVE); } variable
88 <INITIAL>restore { BEGIN WORD; return (SCC_RESTORE); } variable
89 <INITIAL>apply { BEGIN WORD; return (SCC_APPLY); } variable
90 <INITIAL>extract { BEGIN WORD; return (SCC_EXTRACT); } variable
91 <INITIAL>repository { BEGIN WORD; return (SCC_REPOSITORY); } variable
92 <INITIAL>inventory { BEGIN WORD; return (SCC_INVENTORY); } variable
[all …]
/titanic_44/usr/src/uts/common/smbsrv/
H A Dwintypes.h43 typedef uint16_t WORD; typedef
/titanic_44/usr/src/head/
H A Dmon.h66 typedef unsigned short WORD; typedef
/titanic_44/usr/src/lib/libbc/csu/common/
H A Dmon.h33 typedef unsigned short WORD; typedef
/titanic_44/usr/src/lib/libc/port/gen/
H A Dmallint.h75 typedef int WORD; typedef
108 } WORD; typedef
/titanic_44/usr/src/cmd/spell/
H A Dmalloc.c60 #define WORD sizeof(union store) macro
/titanic_44/usr/src/lib/watchmalloc/common/
H A Dmallint.h79 } WORD; typedef
/titanic_44/usr/src/cmd/mailx/
H A Doptim.c857 #define WORD 257 /* Token for a string */ macro