yyformat         1024 libparser/asm_parse.c   const char *yyformat = 0;
yyformat         1097 libparser/asm_parse.c         yyformat = S;                       \
yyformat         1108 libparser/asm_parse.c   yysize1 = yysize + yystrlen (yyformat);
yyformat         1128 libparser/asm_parse.c     while ((*yyp = *yyformat) != '\0')
yyformat         1129 libparser/asm_parse.c       if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
yyformat         1132 libparser/asm_parse.c           yyformat += 2;
yyformat         1137 libparser/asm_parse.c           yyformat++;