Searched refs:inch (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/mail_cmds-29/msgs/
H A Dmsgs.c750 char inch; local
769 if (((inch = inbuf[0]) == 's' || inch == 'm') && !restricted) {
771 if ((inch = inbuf[0]) == 's' || inch == 'm') {
790 if (inch == 's') {
827 if (inch == 's')
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h265 #ifdef inch
266 inline chtype UNDEF(inch)() { return inch(); } function
267 #undef inch macro
268 #define inch UNDEF(inch) macro
1054 chtype inch() const { return ::winch(w); } function in class:NCursesWindow
1057 chtype inch(int y, int x) { return ::mvwinch(w, y, x); } function in class:NCursesWindow
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/units/
H A Dunits.tcl638 inch 2.54E-2meter
661 in inch
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dinchs.c34 chtype inch(void);
177 if ((ch = inch()) != ERR) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c680 int inch = XINT (p->infd);
683 if (inch < 0 || outch < 0)
686 if (!proc_decode_coding_system[inch])
687 proc_decode_coding_system[inch]
690 proc_decode_coding_system[inch]);
694 setup_raw_text_coding_system (proc_decode_coding_system[inch]);
699 setup_raw_text_coding_system (proc_decode_coding_system[inch]);
2886 int s = -1, outch, inch;
3403 inch = s;
3410 chan_process[inch]
675 int inch = XINT (p->infd); local
2874 int s = -1, outch, inch; variable
[all...]
/macosx-10.9.5/ncurses-42/ncurses/man/
H A Dman_db.renames59 curs_inch.3x inch.3ncurses
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps295 dot_vert_spacing spinv num Yb - - ----- spacing of pins vertically in pins per inch
296 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
304 output_res_horz_inch orhi num Yk - - ----- horizontal resolution in units per inch
305 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
638 change_char_pitch cpi str ZA - - ----- Change number of characters per inch to #1
639 change_line_pitch lpi str ZB - - ----- Change number of lines per inch to #1
763 set_pglen_inch slength str sL - - ----- YI Set page length to #1 hundredth of an inch
H A DCaps.aix4295 dot_vert_spacing spinv num Yb - - ----- spacing of pins vertically in pins per inch
296 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
304 output_res_horz_inch orhi num Yk - - ----- horizontal resolution in units per inch
305 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
740 change_char_pitch cpi str ZA - - ----- Change number of characters per inch to #1
741 change_line_pitch lpi str ZB - - ----- Change number of lines per inch to #1
865 set_pglen_inch slength str sL - - ----- YI Set page length to #1 hundredth of an inch
H A DCaps.hpux11297 dot_vert_spacing spinv num Yb - - ----- spacing of pins vertically in pins per inch
298 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
306 output_res_horz_inch orhi num Yk - - ----- horizontal resolution in units per inch
307 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
646 change_char_pitch cpi str ZA - - ----- Change number of characters per inch to #1
647 change_line_pitch lpi str ZB - - ----- Change number of lines per inch to #1
764 set_pglen_inch slength str sL - - ----- YI Set page length to #1 hundredth of an inch
H A DCaps.keys297 dot_vert_spacing spinv num Yb - - ----- spacing of pins vertically in pins per inch
298 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
306 output_res_horz_inch orhi num Yk - - ----- horizontal resolution in units per inch
307 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
728 change_char_pitch cpi str ZA - - ----- Change number of characters per inch to #1
729 change_line_pitch lpi str ZB - - ----- Change number of lines per inch to #1
853 set_pglen_inch slength str sL - - ----- YI Set page length to #1 hundredth of an inch
H A DCaps.osf1r5274 dot_vert_spacing spinv num Yb - - ----- spacing of pins vertically in pins per inch
275 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
291 output_res_horz_inch orhi num Yk - - ----- horizontal resolution in units per inch
292 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
566 change_char_pitch cpi str ZA - - ----- Change number of characters per inch to #1
567 change_line_pitch lpi str ZB - - ----- Change number of lines per inch to #1
772 set_pglen_inch slength str sL - - ----- YI Set page length to #1 hundredth of an inch
H A Dcurses.h.in581 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1037 #define inch() winch(stdscr)
H A Dcurses.head581 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1037 #define inch() winch(stdscr)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/jpeg/
H A Djpeg.tcl72 # BESHORT [1] X-density (dots per inch ?)
950 ResolutionUnit,2 inch
1022 FocalPlaneResolutionUnit,2 inch
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmmix.vim106 syn keyword mmixOpcode seth setmh setml setl inch incmh incml incl
H A Dsqr.vim111 syn keyword sqrParam chars-inch chart-size checksum cl
135 syn keyword sqrParam line-height line-size line-width lines-inch
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dllib-lncurses477 #undef inch
478 chtype inch(void)
H A Dllib-lncursest480 #undef inch
481 chtype inch(void)
H A Dllib-lncursesw514 #undef inch
515 chtype inch(void)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Dcore.tcl258 # syntax: [<number> cm|mm|point|inch] --> <number>
1099 # [tk scaling] is in pixels/point, with point defined as 1/72 inch
1103 inch 72
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex48 % ready-to-use 8.5 x 11 inch reference card.
H A Dcs-refcard.tex46 % ready-to-use 8.5 x 11 inch reference card.
H A Dorgcard.tex53 % ready-to-use 8.5 x 11 inch reference card.
/macosx-10.9.5/ruby-104/ruby/ext/curses/
H A Dcurses.c577 * Document-method: Curses.inch
585 return CH2FIX(inch());
1860 * Document-method: Curses::Window.inch
2728 rb_define_module_function(mCurses, "inch", curses_inch, 0);
2854 rb_define_method(cWindow, "inch", window_inch, 0);
2911 * See Curses.inch or Curses::Window.inch
3071 * See Curses.inch or Curses::Window.inch
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp1411 static Length inchLength(double inch) { return CSSPrimitiveValue::create(inch, CSSPrimitiveValue::CSS_IN)->computeLength<Length>(0, 0); } argument

Completed in 282 milliseconds

12