Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsbgdec.c282 static int lex_wsword(struct sbg_parser *p, struct sbg_string *rs) in lex_wsword() function
340 if (!lex_wsword(p, r)) { in parse_optarg()
358 while (lex_char(p, '-') && lex_wsword(p, &ostr)) { in parse_options()