Go to the source code of this file.
Functions | |
el_protected int | parse_line (EditLine_t *, const char *) |
el_protected int | parse__escape (const char **const) |
el_protected char * | parse__string (char *, const char *) |
el_protected int | parse_cmd (EditLine_t *, const char *) |
el_protected int parse__escape | ( | const char ** | const | ) |
Definition at line 143 of file parse.cxx.
References c, xmlio::cnt, and p.
Referenced by parse__string().
el_protected char* parse__string | ( | char * | , | |
const char * | ||||
) |
Definition at line 227 of file parse.cxx.
References n, NULL, and parse__escape().
Referenced by map_bind().
el_protected int parse_cmd | ( | EditLine_t * | , | |
const char * | ||||
) |
Definition at line 259 of file parse.cxx.
References b, ElMap_t::fHelp, EditLine_t::fMap, and NULL.
Referenced by map_bind().
el_protected int parse_line | ( | EditLine_t * | , | |
const char * | ||||
) |
Definition at line 75 of file parse.cxx.
References argc, el_parse(), NULL, tok_end(), tok_init(), and tok_line().
Referenced by ed_command(), and el_source().