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

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc58 static Boolean pskip_comment(wchar_t **cp_address);
282 pskip_comment(&ms);
320 if (pskip_white_space(cp) || pskip_comment(cp)) {
356 * pskip_comment(cp_address)
369 pskip_comment(wchar_t **cp_address) function

Completed in 44 milliseconds