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

/ast/src/lib/libcmd/
H A Dwclib.c174 register int lasttype = WC_SP; local
241 lasttype = 1;
244 lasttype = 1;
245 else if (lasttype)
247 lasttype = 0;
284 if (eol(lasttype))
286 if ((c = type[*cp]) && !lasttype)
288 lasttype = c;
291 if (!lasttype && type[*cp])
295 c = lasttype;
[all...]

Completed in 9 milliseconds