HomeSort by relevance Sort by last modified time
    Searched defs:ch (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/sysevent/
tst.post_chan.c 32 evchan_t *ch; local
34 if (sysevent_evc_bind("channel_dtest", &ch,
41 if (sysevent_evc_publish(ch, "class_dtest", "subclass_dtest",
43 (void) sysevent_evc_unbind(ch);
  /onnv/onnv-gate/usr/src/cmd/fmli/qued/
arrows.c 50 register int ch, savecol; local
64 ch = '=';
66 ch = '<';
70 ch = '=';
72 ch = '>';
75 ch = ' ';
77 fputchar(ch);
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
killchar.c 49 int ch; local
60 ch = cur_term->_shell.c_cc[VERASE];
62 return __m_return_int("erasechar", ch);
68 int ch; local
79 ch = cur_term->_shell.c_cc[VKILL];
81 return __m_return_int("killchar", ch);
winch.c 50 chtype ch; local
56 ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]);
58 return __m_return_chtype("winch", ch);
inch.c 49 chtype ch; local
55 ch = winch(stdscr);
57 return __m_return_chtype("inch", ch);
64 chtype ch; local
70 if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR)
71 ch = winch(stdscr);
73 return __m_return_chtype("mvinch", ch);
81 chtype ch; local
87 if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR)
88 ch = winch(w)
    [all...]
termattr.c 50 chtype ch; local
59 ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR;
62 return __m_return_chtype("termattrs", ch);
attron.c 93 chtype ch; local
99 ch = (chtype)(co) << __COLOR_SHIFT;
101 return __m_return_chtype("COLOR_PAIR", ch);
wget_wch.c 81 int ch, oecho; local
106 if ((ch = wgetch(w)) < __KEY_BASE) {
107 *wcp = ch;
115 (void) ungetc(ch, __m_screen->_if);
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/wide/
wio_get.c 67 int ch; local
83 if ((ch = (*wio->get)(wio->object)) == EOF) {
87 wio->_mb[wio->_next] = (unsigned char)ch;
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
killchar.c 54 char ch; local
62 ch = (char)PTERMIOS(_shell)->c_cc[VERASE];
64 return (ch);
70 char ch; local
78 ch = (char)PTERMIOS(_shell)->c_cc[VKILL];
80 return (ch);
winch.c 52 chtype ch; local
54 ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]);
56 return (ch);
inch.c 54 chtype ch; local
56 ch = winch(stdscr);
58 return (ch);
66 chtype ch; local
68 if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR)
69 ch = winch(stdscr);
71 return (ch);
79 chtype ch; local
81 if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR)
82 ch = winch(w)
    [all...]
termattr.c 53 chtype ch; local
58 ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR;
60 return (ch);
attron.c 72 int ch; local
74 ch = co << __COLOR_SHIFT;
76 return (ch);
wget_wch.c 81 int ch, oecho; local
105 if ((ch = wgetch(w)) == ERR) {
109 if (ch < __KEY_BASE) {
115 *wcp = ch;
124 iqPush(ch);
151 return (ch);
  /onnv/onnv-gate/usr/src/cmd/fmli/vt/
wreadchar.c 45 register char ch; local
53 ch = (char)(mvwinch(v->win, row, col) & A_CHARTEXT);
55 return(ch);
  /onnv/onnv-gate/usr/src/cmd/tbl/
t9.c 43 int icol, ch; local
63 for(; (ch= *dataln) != '\0' && ch != tab; dataln++)
78 if (ch == '\0') break;
  /onnv/onnv-gate/usr/src/lib/libcryptoutil/common/
tohexstr.c 70 unsigned char ch; local
93 ch = (unsigned char) *hexstr;
95 if (!isxdigit(ch)) {
102 if ((ch >= '0') && (ch <= '9'))
103 ch -= '0';
104 else if ((ch >= 'A') && (ch <= 'F'))
105 ch = ch - 'A' + 10
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
x86pi_chassis.c 46 smbios_chassis_t ch; local
62 rv = smbios_info_chassis(shp, smb_id, &ch);
  /onnv/onnv-gate/usr/src/cmd/msgfmt/
gnu_lex.h 45 struct ch { struct
  /onnv/onnv-gate/usr/src/cmd/oamuser/group/
groupadd.c 62 int ch; /* return from getopt */ local
70 while ((ch = getopt(argc, argv, "g:o")) != EOF)
71 switch (ch) {
  /onnv/onnv-gate/usr/src/lib/libwrap/
percent_x.c 55 int ch; local
63 if (*str == '%' && (ch = str[1]) != 0) {
66 ch == 'a' ? eval_hostaddr(request->client) :
67 ch == 'A' ? eval_hostaddr(request->server) :
68 ch == 'c' ? eval_client(request) :
69 ch == 'd' ? eval_daemon(request) :
70 ch == 'h' ? eval_hostinfo(request->client) :
71 ch == 'H' ? eval_hostinfo(request->server) :
72 ch == 'n' ? eval_hostname(request->client) :
73 ch == 'N' ? eval_hostname(request->server)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/wide/
wio_get.c 62 int ch, prev; local
65 for (prev = EOF; (ch = (*wio->get)(wio->object)) != EOF; prev = ch) {
67 if (ch != prev) {
73 mb = (char) ch;
81 (void) (*wio->unget)(ch, wio->object);
110 int ch; local
128 if ((ch = (*wio->get)(wio->object)) == EOF)
131 wio->_mb[wio->_next] = ch;
146 if (ch != '\n')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
main.c 112 int ch; local
140 while ((ch = getopt(argc, argv, TELNET_OPTIONS)) != EOF) {
141 switch (ch) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.chargend/
in.chargend.c 55 unsigned char ch; local
59 for (ch = 0; ch <= RINGSIZE; ++ch) {
60 if (isprint(ch))
61 *endring++ = ch;

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>