Lines Matching +defs:po +defs:mode

139 static symbol read_escape_name(read_mode mode = NO_ARGS);
140 static symbol read_long_escape_name(read_mode mode = NO_ARGS);
290 file_iterator::file_iterator(FILE *f, const char *fn, int po)
291 : fp(f), lineno(1), filename(fn), popened(po),
826 static symbol read_long_escape_name(read_mode mode)
836 c = get_char_for_escape_name(have_char && mode == WITH_ARGS);
843 if (mode == WITH_ARGS && c == ' ')
868 if (mode != ALLOW_EMPTY)
881 static symbol read_escape_name(read_mode mode)
889 return read_long_escape_name(mode);
2019 // in compatibility mode
4036 void do_define_string(define_mode mode, comp_mode comp)
4064 if (mode == DEFINE_APPEND && mm)
4109 void do_define_character(char_mode mode, const char *font_name)
4150 m = ci->setx_macro(m, mode);
4310 void do_define_macro(define_mode mode, calling_mode calling, comp_mode comp)
4329 if (mode == DEFINE_NORMAL || mode == DEFINE_APPEND) {
4350 if (mode == DEFINE_NORMAL || mode == DEFINE_APPEND) {
4355 if (mm && mode == DEFINE_APPEND)
4365 if (mode == DEFINE_NORMAL || mode == DEFINE_APPEND)
4393 if (mode == DEFINE_APPEND || mode == DEFINE_NORMAL) {
4410 if (mode == DEFINE_APPEND || mode == DEFINE_NORMAL) {
4418 if (mode == DEFINE_NORMAL || mode == DEFINE_APPEND) {
4436 if (mode == DEFINE_NORMAL || mode == DEFINE_APPEND) {
5712 error(".pso request not allowed in safer mode");
5936 // and CRs not followed by an LF, so open them in binary mode.
6179 error(".open request not allowed in safer mode");
6189 error(".opena request not allowed in safer mode");
6856 error(".pi request not allowed in safer mode");
6893 error(".sy request not allowed in safer mode");
7693 // Don't interpret character definitions in compatible mode.
8097 mode(CHAR_NORMAL), nm(s)
8151 mode = cm;