Home
last modified time | relevance | path

Searched refs:innstr (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c49 #undef innstr
52 innstr(char *s, int n) in innstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_innstr.c47 innstr(char *s, int n) in innstr() function
H A Dmapfile-vers112 innstr;
H A Dcurses.ed669 extern int innstr(char *, int);
840 inchnstr(), inchstr(), innstr(), insch(),
935 #define innstr(str, n) winnstr(stdscr, (str), (n))
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile84 innstr.3xcurses \
624 instr.3xcurses := LINKSRC = innstr.3xcurses
625 mvinnstr.3xcurses := LINKSRC = innstr.3xcurses
626 mvinstr.3xcurses := LINKSRC = innstr.3xcurses
627 mvwinnstr.3xcurses := LINKSRC = innstr.3xcurses
628 mvwinstr.3xcurses := LINKSRC = innstr.3xcurses
629 winnstr.3xcurses := LINKSRC = innstr.3xcurses
630 winstr.3xcurses := LINKSRC = innstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnstr.c45 (innstr)(s, n) variable
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc129 file path=usr/share/man/man3xcurses/innstr.3xcurses
139 link path=usr/share/man/man3xcurses/instr.3xcurses target=innstr.3xcurses
192 link path=usr/share/man/man3xcurses/mvinnstr.3xcurses target=innstr.3xcurses
202 link path=usr/share/man/man3xcurses/mvinstr.3xcurses target=innstr.3xcurses
247 link path=usr/share/man/man3xcurses/mvwinnstr.3xcurses target=innstr.3xcurses
257 link path=usr/share/man/man3xcurses/mvwinstr.3xcurses target=innstr.3xcurses
448 link path=usr/share/man/man3xcurses/winnstr.3xcurses target=innstr.3xcurses
459 link path=usr/share/man/man3xcurses/winstr.3xcurses target=innstr.3xcurses
H A Dsystem-library.man3curses.inc231 link path=usr/share/man/man3curses/innstr.3curses target=curs_instr.3curses
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com55 brdr.o innstr.o printw.o vidattr.o wins_wch.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com57 brdr.o innstr.o printw.o vidattr.o wins_wch.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers141 innstr;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h669 extern int innstr(char *, int);
1009 #define innstr(s,n) winnstr(stdscr,s,n) macro
1011 #define mvinnstr(y,x,s,n) (move(y,x)?ERR:innstr(s,n))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h441 extern int innstr(char *, int);
1006 #define innstr(s, n) winnstr(stdscr, s, n) macro
1009 (move(y, x) ? (s, n, ERR) : innstr(s, n))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers143 innstr;
/illumos-gate/usr/src/man/man3curses/
H A DMakefile234 innstr.3curses \
779 innstr.3curses := LINKSRC = curs_instr.3curses