OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inch
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libcurses/
inch.c
1
/* $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)
function in typeref:typename:chtype
curses.h
460
#define
inch
() winch(stdscr)
macro
566
chtype
inch
(void);
/src/sys/fs/msdosfs/
msdosfs_conv.c
783
uint16_t
inch
= le16toh(in[0]);
local in function:ucs2utf8
785
if (
inch
<= 0x007f) {
788
*out++ =
inch
;
790
} else if (
inch
<= 0x07ff) {
793
*out++ = 0xc0 | (
inch
>> 6);
794
*out++ = 0x80 | (
inch
& 0x3f);
800
*out++ = 0xe0 | (
inch
>> 12);
801
*out++ = 0x80 | ((
inch
>> 6) & 0x3f);
802
*out++ = 0x80 | (
inch
& 0x3f);
901
u_int16_t
inch
;
local in function:ucs2char8str
[
all
...]
/src/usr.bin/msgs/
msgs.c
740
char
inch
;
local in function:ask
757
if (((
inch
= inbuf[0]) == 's' ||
inch
== 'm') && !restricted) {
775
if (
inch
== 's') {
813
if (
inch
== 's')
Completed in 14 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025