Home
last modified time | relevance | path

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

/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dlex.c1482 #define line_add_char string_add_char macro
3004 line_add_char(strtoul(yytext + 3, NULL, 16));
3013 line_add_char(strtoul(yytext + 3, NULL, 16));
3024 line_add_char(strtoul(yytext + 3, NULL, 8));
3033 line_add_char(strtoul(yytext + 3, NULL, 8));
3046 line_add_char(c_unescape(yytext[2]));
3056 line_add_char(c_unescape(yytext[2]));
3112 line_add_char(strtoul(yytext + 2, NULL, 8));
3121 line_add_char(strtoul(yytext + 2, NULL, 8));
3133 line_add_char(c_unescape(yytext[1]));
[all …]
H A Dlex.l78 #define line_add_char string_add_char macro