Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/genmsg/
H A Dutil.c45 #define DELSET_TOKEN "$delset" macro
603 } else if (strncmp(ptr, DELSET_TOKEN, in read_msgfile()
604 sizeof (DELSET_TOKEN) - 1) == 0) { in read_msgfile()