HomeSort by: relevance | last modified time | path
    Searched refs:Buf_EndsWith (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
buf.h 113 Buf_EndsWith(const Buffer *buf, char ch)
main.c 1808 if (Buf_EndsWith(&buf, '\n'))
parse.c 380 if (buf.len > 0 && !Buf_EndsWith(&buf, '\n'))
var.c 1720 if (s[0] == '\n' || Buf_EndsWith(&buf->buf, '\n'))

Completed in 100 milliseconds