Searched defs:dotted (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/nmake/ | ||
H A D | bind.c | 1882 int dotted = 0; local 1894 if ((dot = (*s == '.' && !*(s + 1))) && !dotted) 1896 dotted = 1; 1914 if (!dotted) 1916 dotted = 1; |
Completed in 15 milliseconds