Searched refs:WS (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l39 WS [ \t]
46 ;{WS}*:{WS}*base{WS}* { return BASE; }
47 ^{WS}*:{WS}*base{WS}* { return BASE; }
48 {WS}*:{WS}*block{WS}* { retur
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dcheckproto.sh48 WS=${CODEMGR_WS}
52 WS=$1
61 if [ ! -d ${WS} ]; then
62 echo "${WS} is not a workspace"
67 SRC=${WS}/usr/src
70 PROTO=${WS}/proto/root_${MACH}
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dmailwrapper.c127 #define WS " \t\n" macro
130 cp += strspn(cp, WS);
137 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
140 cp += strspn(cp, WS);
142 if ((to = strsep(&cp, WS)) == NULL)
146 for (ap = strsep(&cp, WS); ap != NULL;
147 ap = strsep(&cp, WS)) {
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l66 WS [ \t]
79 <A>^{WS}*#.*\n lineno++; /* strip comment lines */
80 <A>{WS} /* dummy for cstyle */;
117 <A>"$"{WS}* { RETURN(INDIRECT); }
124 <A>"}"{WS}*\n { BEGIN sc; lineno++; RETURN(';'); }
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c74 #define WS " \t" macro
186 for (item = strtok(list, WS); item != NULL; item = strtok(NULL, WS)) {
203 for (item = strtok(list, WS); item != NULL; item = strtok(NULL, WS)) {
/illumos-gate/usr/src/cmd/awk/
H A Dawk.lx.l89 WS [ \t]
103 <A>{WS}+ { ; }
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c11 #define WS 260 macro
177 "OVERFLOW","'-'","':'","'d'","'h'","'m'","'s'","WS","start","posnum","num","ws",
1112 return WS;

Completed in 63 milliseconds