Searched refs:left_margin (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Demacstool.c108 int left_margin = 0; /* default window -- frame offset */ variable
235 (event_x (event) - left_margin) / font_width,
438 left_margin = (int)xv_get (tty_win, TEXTSW_LEFT_MARGIN);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgkrellmrc.vim55 syn keyword gkrellmrcStyleItem textcolor alt_textcolor font alt_font transparency border label_position margin margins left_margin right_margin top_margin bottom_margin krell_depth krell_yoff krell_x_hot krell_expand krell_left_margin krell_right_margin
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c524 double left_margin = 0; local
571 left_margin = left_offset / (cnt ? 2 : 1);
585 left_offset = left_margin;
592 left_offset = -xtran + left_margin;
640 left_margin = left_offset / (cnt ? 2 : 1);
642 left_offset = left_margin;
649 left_offset = left_margin - xtran;
/macosx-10.9.5/vim-53/src/
H A Dgui_athena.c1262 Dimension left_margin; local
1264 XtVaGetValues(menu->id, XtNleftMargin, &left_margin, NULL);
1268 left_margin,
1526 Dimension left_margin; local
1528 XtVaGetValues(children[i], XtNleftMargin, &left_margin,
1530 XtVaSetValues(children[i], XtNrightMargin, left_margin,
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-driver.cxx89 left_margin = d->left_margin;
130 left_margin = 0;
940 _cupsStrFormatd(left, left + sizeof(left), left_margin, loc);
H A Dppdc-import.cxx136 driver->left_margin = ppd->custom_margins[0];
H A Dppdc.h386 float left_margin, // Margins for device in points member in class:ppdcDriver
H A Dppdc-source.cxx3030 d->left_margin = get_measurement(fp);
3161 m->width, m->length, d->left_margin,
3824 if (fabs(left - d->left_margin) > 0.1 ||
3830 d->left_margin, d->bottom_margin, d->right_margin,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dbuffer.h629 Lisp_Object left_margin;
623 Lisp_Object left_margin; member in struct:buffer
H A Dbuffer.c5080 XSETFASTINT (buffer_defaults.left_margin, 0);
5142 XSETFASTINT (buffer_local_flags.left_margin, idx); ++idx;
5394 &buffer_defaults.left_margin,
5573 DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin,

Completed in 282 milliseconds