Home
last modified time | relevance | path

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

/original-bsd/usr.bin/make/
H A Dfor.c47 static Buffer forBuf; /* Commands in loop */ variable
176 forBuf = Buf_Init(0);
203 Buf_AddBytes(forBuf, strlen(line), (Byte *) line);
204 Buf_AddByte(forBuf, (Byte) '\n');
262 if (forVar == NULL || forBuf == NULL || forLst == NULL) in For_Run()
265 arg.buf = forBuf; in For_Run()
268 forBuf = NULL; in For_Run()