Home
last modified time | relevance | path

Searched refs:multic (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c1117 multic[0] = wchar = c;
1146 multic[0] = wchar = c;
1166 multic[0] = '\\';
1192 strncpy(gcursor, multic, length);
1203 strncpy(gcursor, multic, length);
1331 multic[length] = 0;
1344 macpush(multic, 0);
1360 multic[0] = wchar = c;
1379 multic[0] = wchar = c;
1394 multic[0] = wchar = c;
[all …]
H A Dex_put.c66 static unsigned char multic[MULTI_BYTE_MAX]; variable
389 length2 = wctomb((char *)multic, c); in flush1()
390 p = multic; in flush1()
792 unsigned char multic[MB_LEN_MAX]; in plod() local
799 length = wctomb((char *)multic, wchar); in plod()
811 (void) plodput((char)multic[0]); in plod()
H A Dex_unix.c52 char multic[MB_LEN_MAX + 1]; in unix0() local
74 if ((len = _mbftowc(multic, &wc, getchar, &peekc)) > 0) { in unix0()
79 strncpy(up, multic, len); in unix0()
H A Dex_io.c162 char multic[MB_LEN_MAX + 1]; in getargs() local
170 if ((len = _mbftowc(multic, &wc, getchar, &peekc)) > 0) { in getargs()
173 strncpy(cp, multic, len); in getargs()
200 if ((len = _mbftowc(multic, &wc, getchar, &peekc)) > 0) { in getargs()
203 strncpy(cp, multic, len); in getargs()
H A Dex_cmds.c1116 char multic[MULTI_BYTE_MAX]; local
1118 length = _mbftowc(multic, &wchar, getchar, &peekc);
1121 multic[length] = '\0';
1124 multic);
H A Dex_vput.c426 unsigned char multic[MULTI_BYTE_MAX]; in vgoto() local
430 length = wctomb((char *)multic, c); in vgoto()
1210 unsigned char multic[MULTI_BYTE_MAX]; local
1401 bytelength = wctomb((char *)multic, c);
1402 p = multic;
H A Dex_vops.c105 unsigned multic[MULTI_BYTE_MAX]; local
399 char multic[MULTI_BYTE_MAX]; in vmove() local
H A Dex_vmain.c188 char multic[MULTI_BYTE_MAX]; local
190 (void)_mbftowc(multic, &wchar, getkey, &Peekkey);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c856 char multic[MB_LEN_MAX]; in ttyin() local
869 if ((length = wctomb(multic, ch)) < 0) in ttyin()
871 multic[length] = 0; in ttyin()
931 (void) strncpy(sptr, multic, (size_t)length); in ttyin()
935 multic[0] = '^'; in ttyin()
936 multic[1] = ch; in ttyin()
939 p = multic; in ttyin()
1406 static char multic[MB_LEN_MAX]; in getaline() local
1419 (void) strncpy(Line, multic, (size_t)savlength); in getaline()
1430 length = wctomb(multic, c); in getaline()
[all …]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1845 char multic[MB_LEN_MAX]; in global() local
1856 if ((n = _mbftowc(multic, &l, getchr, &peekc)) <= 0) in global()
1988 char multic[MB_LEN_MAX]; in compsub() local
2024 (void) strncpy(p, multic, n); in compsub()
2149 char multic[MB_LEN_MAX]; in comple() local
2152 if ((n = _mbftowc(multic, &c, getchr, &peekc)) < 0) in comple()
2174 if ((n = _mbftowc(multic, &c, getchr, &peekc)) < 0) in comple()
2183 if ((n = _mbftowc(multic, &c, getchr, &peekc)) < 0) in comple()
2190 (void) strncpy(cp, multic, n); in comple()
2570 char multic[MB_LEN_MAX]; in globaln() local
[all …]