config.c:    {cfgmovecharscode,       "move_chars",           0, false},
config.c:        case cfgmovecharscode:
mapfile.c:    if (fixedmovechars == 0 || fontbc[f] > 32 || pdffontmap[f] < 0)
mapfile.c:    if (fixedmovechars == 1 || !get_enc(fm))
pdftex.ch:pdf_move_chars_code:       print_esc("pdfmovechars");            
pdftex.ch:primitive("pdfmovechars",assign_int,int_base+pdf_move_chars_code);@/
pdftex.ch:@!@:pdf_move_chars_}{\.{\\pdfmovechars} primitive@>
primitives.lst:\pdfmovechars
writeenc.c:    if (fixedmovechars == 0 || 
writeenc.c:        (fixedmovechars == 1 && fontec[f] >= 128) || 
ptexlib.h:extern void update_enc(internalfontnumber, char **);
writeenc.c:void update_enc(internalfontnumber f, char **glyph_names)
writet1.c:#define update_cur_enc(font, glyph_names)    update_enc(font, glyph_names) 
writettf.c:    update_enc(tex_font, glyph_names);
