Home
last modified time | relevance | path

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

/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmh_format.c1860 { "comp", builtin_comp, mhtype_str, mhtype_str },
1871 { "day", builtin_day, mhtype_str, mhtype_str },
1872 { "weekday", builtin_weekday, mhtype_str, mhtype_str },
1877 { "month", builtin_month, mhtype_str, mhtype_str },
1878 { "lmonth", builtin_lmonth, mhtype_str, mhtype_str },
1881 { "tzone", builtin_tzone, mhtype_str, mhtype_str },
1888 { "tws", builtin_tws, mhtype_str, mhtype_str },
1889 { "pretty", builtin_pretty, mhtype_str, mhtype_str },
1891 { "proper", builtin_proper, mhtype_str, mhtype_str },
1903 { "gname", builtin_gname, mhtype_str, mhtype_str},
[all …]
H A Dmh_fmtgram.y179 $$ = new_node (fmtnode_print, mhtype_str);
206 $$ = new_node (fmtnode_body, mhtype_str);
209 $$ = new_node (fmtnode_comp, mhtype_str);
236 case mhtype_str:
274 case mhtype_str:
282 arg->datatype = mhtype_str;
339 case mhtype_str:
340 $$ = new_node (fmtnode_literal, mhtype_str);
898 yylval.arg.type = mhtype_str;
1403 case mhtype_str:
[all …]
H A Dmh_fmtgram.c1412 struct node *n = new_node (fmtnode_literal, mhtype_str); in fmt_yyparse()
1439 (fmt_yyval.nodeptr) = new_node (fmtnode_body, mhtype_str); in fmt_yyparse()
1442 (fmt_yyval.nodeptr) = new_node (fmtnode_comp, mhtype_str); in fmt_yyparse()
1471 case mhtype_str: in fmt_yyparse()
1472 arg = new_node (fmtnode_literal, mhtype_str); in fmt_yyparse()
1509 case mhtype_str: in fmt_yyparse()
1517 arg->datatype = mhtype_str; in fmt_yyparse()
1583 case mhtype_str: in fmt_yyparse()
2400 fmt_yylval.arg.type = mhtype_str; in yylex_func()
2905 case mhtype_str: in emit_opcode_typed()
[all …]
H A Dmh_format.h103 mhtype_str enumerator