Home
last modified time | relevance | path

Searched refs: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); in read_make_machines()
320 if (pskip_white_space(cp) || pskip_comment(cp)) { in pskip_till_next_word()
369 pskip_comment(wchar_t **cp_address) in pskip_comment() function