Searched refs:tokbuf (Results 1 – 2 of 2) sorted by relevance
22 char *tokbuf[MAX_TOKENS]; in llvm_tokenize_stdin() local31 tokbuf[c] = strtok(c ? NULL : line, " \n"); in llvm_tokenize_stdin()32 if (!tokbuf[c]) in llvm_tokenize_stdin()37 cb(tokbuf, c); in llvm_tokenize_stdin()
23 char *tokbuf[MAX_TOKENS]; in llvm_tokenize_stdin() local32 tokbuf[c] = strtok(c ? NULL : line, " \n"); in llvm_tokenize_stdin()33 if (!tokbuf[c]) in llvm_tokenize_stdin()38 cb(tokbuf, c); in llvm_tokenize_stdin()