Searched refs:colonlist (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | main.c | 461 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 D | read.c | 227 while ((t = tokread(b)) && (t = colonlist(exp, t, 0, ' ')))
|
H A D | rule.c | 1717 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 D | make.h | 944 extern char* colonlist(Sfio_t*, char*, int, int);
|
Completed in 24 milliseconds