Home
last modified time | relevance | path

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

/aoo42x/main/soltools/cpp/
H A D_tokens.c35 static char *wbp = wbuf; variable
435 memcpy(wbp, "if(", 3 ); in puttokens()
436 wbp += 4; in puttokens()
438 wbp += nlen; in puttokens()
439 memcpy(wbp, ")", 1 ); in puttokens()
440 wbp++; in puttokens()
490 wbp += len; in puttokens()
493 *wbp++ = '\n'; in puttokens()
500 wbp -= OBS; in puttokens()
513 if (wbp > wbuf) in flushout()
[all …]

Completed in 14 milliseconds