FRAME_TOTAL_COLS 2085 src/dispnew.c        if (matrix_dim.width != FRAME_TOTAL_COLS (f)
FRAME_TOTAL_COLS 2101 src/dispnew.c        eassert (matrix_dim.width == FRAME_TOTAL_COLS (f)
FRAME_TOTAL_COLS 2189 src/dispnew.c      w->total_cols = FRAME_TOTAL_COLS (f);
FRAME_TOTAL_COLS 2219 src/dispnew.c      w->total_cols = FRAME_TOTAL_COLS (f);
FRAME_TOTAL_COLS 2251 src/dispnew.c      w->total_cols = FRAME_TOTAL_COLS (f);
FRAME_TOTAL_COLS 5205 src/dispnew.c  #define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_TOTAL_COLS ((f))])
FRAME_TOTAL_COLS 5285 src/dispnew.c        if (nlen < FRAME_TOTAL_COLS (f))
FRAME_TOTAL_COLS 5288 src/dispnew.c            clear_end_of_line (f, FRAME_TOTAL_COLS (f));
FRAME_TOTAL_COLS 5460 src/dispnew.c  	  if (nlen == FRAME_TOTAL_COLS (f))
FRAME_TOTAL_COLS 6642 src/dispnew.c      int width = FRAME_TOTAL_COLS (sf);
FRAME_TOTAL_COLS  879 src/frame.c      FRAME_TOTAL_COLS (f) = FRAME_PIXEL_WIDTH (f) / FRAME_COLUMN_WIDTH (f);
FRAME_TOTAL_COLS 1020 src/frame.c      FRAME_COLS (f) = FRAME_TOTAL_COLS (f) = rw->total_cols = 80;
FRAME_TOTAL_COLS 3567 src/frame.c        return make_fixnum (FRAME_TOTAL_COLS (f));
FRAME_TOTAL_COLS 3634 src/frame.c      return make_fixnum (FRAME_TOTAL_COLS (decode_any_frame (frame)));
FRAME_TOTAL_COLS 2567 src/haikufns.c   FRAME_TOTAL_COLS (tip_f) = w->total_cols;
FRAME_TOTAL_COLS 3325 src/pgtkfns.c    FRAME_TOTAL_COLS (tip_f) = w->total_cols;
FRAME_TOTAL_COLS 7553 src/w32fns.c     FRAME_TOTAL_COLS (tip_f) = WINDOW_TOTAL_COLS (w);
FRAME_TOTAL_COLS 2344 src/xdisp.c    	  else if (pix_x > FRAME_TOTAL_COLS (f))
FRAME_TOTAL_COLS 2345 src/xdisp.c    	    pix_x = FRAME_TOTAL_COLS (f);
FRAME_TOTAL_COLS 8947 src/xfns.c       FRAME_TOTAL_COLS (tip_f) = w->total_cols;