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

/ast/src/cmd/nmake/
H A Dmain.c461 if (s = colonlist(tmp, external.args, 1, ' '))
508 if (s = colonlist(tmp, external.import, 1, ' '))
634 if (t = colonlist(exp, s, 0, ' '))
657 if (!s && (s = colonlist(tmp, external.files, 1, ' ')))
H A Dread.c227 while ((t = tokread(b)) && (t = colonlist(exp, t, 0, ' ')))
H A Drule.c1717 if ((n = (s = colonlist(tmp, external.viewnode, 1, ' ')) != 0) || (s = colonlist(tmp, external.viewdot, 1, ' ')))
1757 if (s = colonlist(tmp, external.viewnode, 1, ' '))
1837 if (s = colonlist(tmp, external.viewdot, 1, ' '))
H A Dmake.h944 extern char* colonlist(Sfio_t*, char*, int, int);

Completed in 24 milliseconds