Home
last modified time | relevance | path

Searched defs:pmb (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c93 char *pmb; in tstostr() local
142 char *pmb = from; in mbstotcs() local
H A Dsh.h51 #define mbtowc(pwc, pmb, n_is_ignored) ((*(pwc) = *(pmb)), 1) argument
52 #define wctomb(pmb, wc) ((*(pmb) = ((char)wc)), 1) argument
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c540 struct bind **pmb; in make_mbind() local