Home
last modified time | relevance | path

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

/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd.c607 if((shs & (n_SHEXP_STATE_OUTPUT | n_SHEXP_STATE_ERR_MASK)) == in mx_cmd_arg_parse()
613 if(shs & n_SHEXP_STATE_ERR_MASK) in mx_cmd_arg_parse()
980 if(shs & n_SHEXP_STATE_ERR_MASK){ in getrawlist()
982 if((shs & n_SHEXP_STATE_ERR_MASK) != n_SHEXP_STATE_ERR_UNICODE){ in getrawlist()
H A Dtty-prompts.c218 if((shs & n_SHEXP_STATE_ERR_MASK) || !(shs & n_SHEXP_STATE_STOP)){ in mx_tty_create_prompt()
H A Dshexp.c1952 if(shs & n_SHEXP_STATE_ERR_MASK){ in n_shexp_parse_token_cp()
1984 n_SHEXP_STATE_ERR_MASK) in n_shexp_unquote_one()
2114 if(shs & n_SHEXP_STATE_ERR_MASK){ in c_shcodec()
H A Dattachments.c379 if(shs & n_SHEXP_STATE_ERR_MASK) in mx_attachments_append_list()
H A Dcollect.c208 if(shs & n_SHEXP_STATE_ERR_MASK){ in a_coll_eval_mod()
210 if((shs & n_SHEXP_STATE_ERR_MASK) != n_SHEXP_STATE_ERR_UNICODE){ in a_coll_eval_mod()
H A Dcmd-vexpr.c854 if((shs & (n_SHEXP_STATE_ERR_MASK | n_SHEXP_STATE_STOP) in a_vexpr__regex_replace()
H A Dmain.c483 if((shs & n_SHEXP_STATE_ERR_MASK) || in a_main_o_S()
H A Dnames.c676 if(!(shs & n_SHEXP_STATE_ERR_MASK) && (shs & n_SHEXP_STATE_STOP)){ in lextract()
H A Dtty-mle.c2263 if(shs & n_SHEXP_STATE_ERR_MASK){ in a_tty_kht()
3500 if((shs & n_SHEXP_STATE_ERR_MASK) & ~n_SHEXP_STATE_ERR_UNICODE){ in a_tty_bind_parse()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h524 n_SHEXP_STATE_ERR_MASK = su_BITENUM_MASK(16, 22) enumerator