| /netbsd/src/external/bsd/flex/dist/examples/manual/ |
| D | string1.lex | 24 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/ |
| D | floppytab | 7 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/ |
| D | token.c | 337 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 …]
|
| D | scanner.l | 68 static int inch(void); 80 if ((c = inch()) < 0) in yyinput() 116 #define input() inch()
|
| /netbsd/src/sys/fs/msdosfs/ |
| D | msdosfs_conv.c | 783 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/games/robots/ |
| D | move_robs.c | 59 addch(inch()); in move_robots() 61 addch(inch()); in move_robots() 120 addch(inch()); in move_robots() 122 addch(inch()); in move_robots()
|
| D | play_level.c | 67 addch(inch()); in play_level() 69 addch(inch()); in play_level()
|
| /netbsd/src/tests/lib/libcurses/tests/ |
| D | inch | 3 call `\004c` inch 5 call `\006g` inch
|
| D | Makefile | 81 FILES+= inch
|
| /netbsd/src/usr.bin/msgs/ |
| D | msgs.c | 740 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/ |
| D | inch.c | 47 inch(void) in inch() function
|
| D | Makefile | 25 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 \
|
| D | curses.expsym | 205 inch
|
| D | curses.h | 460 #define inch() winch(stdscr) macro 566 chtype inch(void);
|
| /netbsd/src/games/phantasia/ |
| D | io.c | 136 line[loop] = inch(); in interrupt()
|
| /netbsd/src/lib/libcurses/PSD.doc/ |
| D | life.c | 138 if (inch() == 'x')
|
| /netbsd/src/share/me/ |
| D | revisions | 146 -- 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/ |
| D | init.c | 182 if (inch() != 'Y') { in newscore()
|
| /netbsd/src/tests/lib/libcurses/ |
| D | t_curses.sh | 695 atf_test_case inch 702 h_run inch 2278 atf_add_test_case inch
|
| /netbsd/src/share/man/tools/ |
| D | TOOLKIT | 127 6x9 inch format, as opposed to the default 8.5x11. Produces 155 index in the small (6x9 inch) format (this option, if
|
| D | README | 127 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/ |
| D | filesystems | 1831 # 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 …]
|
| D | apple | 41 >>21 byte 01 \b, 5.25 inch 42 >>21 byte 02 \b, 3.5 inch 329 >>>>91 ubyte x \b, %d/10 inch left margin
|
| /netbsd/src/share/misc/ |
| D | acronyms.comp | 176 BPI bits per inch 469 DPI dots per inch 1339 PPI pixels per inch 1766 TPI tracks per inch
|
| /netbsd/src/games/adventure/ |
| D | glorkz | 12 7 At your feet all the water of the stream splashes into a 2-inch slit 1471 95 You don't fit through a two-inch slit!
|