Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang_bis.c286 } backup_token; member
4240 actual = (yyvsp[-1].backup_token).actual; in yyparse()
4404 { actual = (yyvsp[-1].backup_token).actual; in yyparse()
4473 (yyval.backup_token).actual = actual; in yyparse()
4609 actual = (yyvsp[-1].backup_token).actual; in yyparse()
5551 actual = (yyvsp[-1].backup_token).actual; in yyparse()
5666 actual = (yyvsp[-1].backup_token).actual; in yyparse()
5844 actual = (yyvsp[-1].backup_token).actual; in yyparse()
6314 actual = (yyvsp[-1].backup_token).actual; in yyparse()
6944 actual = (yyvsp[-1].backup_token).actual; in yyparse()
[all …]
H A Dyang.y.in87 } backup_token;
277 %type <backup_token> leaf_arg_str
286 %type <backup_token> augment_arg
288 %type <backup_token> rpc_arg_str
289 %type <backup_token> input_arg
290 %type <backup_token> output_arg
299 %type <backup_token> pattern_sep
301 %type <backup_token> union_spec
303 %type <backup_token> bit_arg_str
309 %type <backup_token> deviate_add
[all …]
H A Dparser_yang_bis.h186 } backup_token; member
/dports/mail/qpopper/qpopper4.1.0/qd/sieve/
H A Dskanx.h94 int backup_token (strParseLine *psPL, short iDepth);
H A Dskanx.c258 int backup_token ( strParseLine *psPL, short iDepth ) in backup_token() function
H A Dsieve-parse.c386 rslt = backup_token ( psPF->psPL, depth ); in my_backup_token()