Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Utility/
HDAnsiTerminal.h141 const char *tok_str = tok_start + sizeof(tok_hdr) - 1; variable
144 if (!strncmp (tok_str, g_color_tokens[i].name, strlen(g_color_tokens[i].name)))
148 p = tok_str + strlen (g_color_tokens[i].name) - 1;
/trueos/lib/libedit/
HDhistedit.h228 int tok_str(Tokenizer *, const char *,
HDparse.c84 tok_str(tok, line, &argc, &argv); in parse_line()
HDMakefile26 editline.3 tok_line.3 editline.3 tok_str.3
HDtokenizer.c437 tok_str(Tokenizer *tok, const char *line, int *argc, const char ***argv) in tok_str() function
HDreadline.c2004 tok_str(tok, line, &argc, &argv); in rl_parse_and_bind()
/trueos/contrib/tnftp/
HDChangeLog393 - Rui Paulo: Incorrect tok_line and tok_str declarations.