Searched defs:ntokens (Results 1 – 4 of 4) sorted by relevance
42 static LLVMValueRef build_from_tokens(char **tokens, int ntokens, in build_from_tokens()113 static void handle_line(char **tokens, int ntokens) { in handle_line()
21 void tokenize_stdin(void (*cb)(char **tokens, int ntokens)) { in tokenize_stdin()
65 static void handle_line(char **tokens, int ntokens) { in handle_line()
89 Value_t ntokens; variable