Searched defs:strings (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c63 #define MAXSTRINGS 256 /* maximum number of non-duplcated strings */
80 static boolean twoStatics; /* true if strings are separate from objects */
457 wrapDict = CreatePSWDict(MAXSTRINGS); /* dictionary of strings in the wrap */
604 wrapDict = CreatePSWDict(MAXSTRINGS); /* dictionary of strings in the wrap */
1001 register TokenList strings = NULL, bodies = NULL; local
1007 wrapDict = CreatePSWDict(MAXSTRINGS); /* dictionary of strings in the wrap */
1030 strings = ConsToken(t, strings);
1035 strings = ConsToken(t, strings);
[all...]

Completed in 10 milliseconds