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

/ast/src/cmd/nmake/
H A Dexpand.c203 * $(s:@<op>...) don't tokenize list elements for <op>
3392 int tokenize; local
3648 tokenize = 0;
3655 tokenize = 1;
3697 tokenize = 0;
3906 tokenize = 0;
3915 if (all && (expall || !tokenize))
4165 * the operator is applied to each token if tokenize!=0
4175 if (!tokenize)

Completed in 36 milliseconds