Lines Matching defs:argc
2024 int argc;2028 tok_str(tok, line, &argc, &argv);2029 argc = el_parse(e, argc, argv);2031 return argc ? 1 : 0;