Home
last modified time | relevance | path

Searched refs:needSep (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/make/
H A Dvar.c253 bool needSep; member
1352 buf->needSep = false;
1359 buf->needSep = true; in SepBuf_Init()
1367 if (buf->needSep && buf->sep != '\0') {
1369 buf->needSep = false; in SepBuf_AddBytes()
1696 buf->needSep = false; in ModifyWord_Loop()
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c6390 XML_Bool needSep = XML_FALSE; in getContext() local
6425 needSep = XML_TRUE; in getContext()
6445 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6458 needSep = XML_TRUE; in getContext()
6469 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6474 needSep = XML_TRUE; in getContext()