Home
last modified time | relevance | path

Searched refs:inch (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Dstring1.lex24 int inch,count,max_size;
30 inch = input();
32 while(inch != EOF && inch != '"' && inch != '\n'){
33 if(inch == '\\'){
34 inch = input();
35 switch(inch){
36 case '\n': inch = input(); break;
37 case 'b' : inch = '\b'; break;
38 case 't' : inch = '\t'; break;
39 case 'n' : inch = '\n'; break;
[all …]
/netbsd-src/etc/
H A Dfloppytab7 1.44mb|1440|3.5 inch 1.44MB:\
18 1.2mb|1200|5.25 inch 1.2MB AT drive:\
29 360k-1.2mb|5.25 inch 360KB in 1.2MB AT drive:\
40 360k-pc|5.25 inch 360KB in PC drive:\
51 720k-3.5|3.5 inch 720KB:\
62 720k-5.25|5.25 inch 720KB in 1.2MB AT drive:\
65 360k-720|3.5 inch 360KB in 720KB drive:\
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dtoken.c337 inch(void) in inch() function
346 ch = (tflag || n != ifiles->lineno) ? inch() : ' '; in inch()
412 if ((ch = inch()) == '/') { /* C++ comment */ in Ccmnt()
416 } while ((ch = inch()) != '\n'); in Ccmnt()
423 ch = inch(); in Ccmnt()
426 if ((ch = inch()) == '/') { in Ccmnt()
450 while ((ch = inch()), ISWS(ch)) in fastspc()
463 while ((ch = inch()) == '/' || ch == '%' || ISWS(ch)) { in fastspcg()
465 if ((c2 = inch()) == ':') in fastspcg()
492 } while (spechr[ch = inch()] & C_ID); in heapid()
[all …]
H A Dscanner.l68 static int inch(void);
80 if ((c = inch()) < 0) in yyinput()
116 #define input() inch()
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_conv.c783 uint16_t inch = le16toh(in[0]); in ucs2utf8() local
785 if (inch <= 0x007f) { in ucs2utf8()
788 *out++ = inch; in ucs2utf8()
790 } else if (inch <= 0x07ff) { in ucs2utf8()
793 *out++ = 0xc0 | (inch >> 6); in ucs2utf8()
794 *out++ = 0x80 | (inch & 0x3f); in ucs2utf8()
800 *out++ = 0xe0 | (inch >> 12); in ucs2utf8()
801 *out++ = 0x80 | ((inch >> 6) & 0x3f); in ucs2utf8()
802 *out++ = 0x80 | (inch & 0x3f); in ucs2utf8()
901 u_int16_t inch; in ucs2char8str() local
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/
H A Dstdio2.diff111 ch = inch();
121 if ((ch = inch()) == '/') {
129 ch = inch();
148 ch = inch();
187 (void)inch();
188 (void)inch();
224 @@ -1413,7 +1417,7 @@ redo: while ((ch = inch()) == ' ' || ch
H A Dstdio.diff288 ch = inch();
299 if ((ch = inch()) == '/') {
307 ch = inch();
326 ch = inch();
365 (void)inch();
366 (void)inch();
418 @@ -1416,7 +1413,7 @@ redo: while ((ch = inch()) == ' ' || ch
/netbsd-src/games/robots/
H A Dmove_robs.c59 addch(inch()); in move_robots()
61 addch(inch()); in move_robots()
120 addch(inch()); in move_robots()
122 addch(inch()); in move_robots()
H A Dplay_level.c67 addch(inch()); in play_level()
69 addch(inch()); in play_level()
/netbsd-src/tests/lib/libcurses/tests/
H A Dinch3 call `\004c` inch
5 call `\006g` inch
H A DMakefile81 FILES+= inch
/netbsd-src/usr.bin/msgs/
H A Dmsgs.c740 char inch; in ask() local
757 if (((inch = inbuf[0]) == 's' || inch == 'm') && !restricted) { in ask()
775 if (inch == 's') { in ask()
813 if (inch == 's') in ask()
/netbsd-src/lib/libcurses/
H A Dinch.c1 /* $NetBSD: inch.c,v 1.15 2024/12/23 02:58:03 blymn Exp $ */
34 __RCSID("$NetBSD: inch.c,v 1.15 2024/12/23 02:58:03 blymn Exp $");
43 * inch --
47 inch(void) in inch() function
H A DMakefile25 idcok.c immedok.c inch.c inchstr.c initscr.c insch.c insdelln.c \
106 curses_tty.3 idlok.3 curses_refresh.3 immedok.3 curses_inch.3 inch.3 \
H A Dcurses.h460 #define inch() winch(stdscr) macro
566 chtype inch(void);
/netbsd-src/games/phantasia/
H A Dio.c136 line[loop] = inch(); in interrupt()
/netbsd-src/lib/libcurses/PSD.doc/
H A Dlife.c138 if (inch() == 'x')
/netbsd-src/share/me/
H A Drevisions146 -- Changed 12-pitch DTC terminals to still space 1/6 inch (instead
147 of 1/8 inch), unless the 'x' register is non-zero -- do-able with
/netbsd-src/games/mille/
H A Dinit.c182 if (inch() != 'Y') { in newscore()
/netbsd-src/tests/lib/libcurses/
H A Dt_curses.sh695 atf_test_case inch
702 h_run inch
2278 atf_add_test_case inch
/netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/
H A DREADME.txt38 All are set up for 8.5x11 inch paper (US letter).
H A Dtypesetting.mom12 .L_MARGIN 1i \" Left margin 1 inch
13 .R_MARGIN 1i \" Right margin 1 inch (calculates the line length)
31 .ALD 1i-1v \" Advance 1 inch from top of paper to first baseline
/netbsd-src/share/man/tools/
H A DTOOLKIT127 6x9 inch format, as opposed to the default 8.5x11. Produces
155 index in the small (6x9 inch) format (this option, if
H A DREADME127 6x9 inch format, as opposed to the default 8.5x11. Produces
155 index in the small (6x9 inch) format (this option, if
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfilesystems1831 # F0 2.88 MB 3.5-inch, 2-sided, 36-sector
1832 # F0 1.44 MB 3.5-inch, 2-sided, 18-sector
1833 # F9 720K 3.5-inch, 2-sided, 9-sector
1834 # F9 1.2 MB 5.25-inch, 2-sided, 15-sector
1835 # FD 360K 5.25-inch, 2-sided, 9-sector
1836 # FF 320K 5.25-inch, 2-sided, 8-sector
1837 # FC 180K 5.25-inch, 1-sided, 9-sector
1838 # FE 160K 5.25-inch, 1-sided, 8-sector
1839 # FE 250K 8-inch, 1-sided, single-density
1840 # FD 500K 8-inch, 2-sided, single-density
[all …]

123