Home
last modified time | relevance | path

Searched refs:iexpand (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Diexpand.c63 *iexpand(char *string) in iexpand() function
114 (void) fprintf(stream, "%s", iexpand(string)); in tpr()
H A Dprint.h51 extern char *cexpand(char *), *iexpand(char *),
H A Dprint.c604 vlen = strlen(evalue = iexpand(value)); in pr_string()
H A Dmapfile-vers621 iexpand;
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com128 OBJS6= wmovenextch.o wmoveprevch.o wadjcurspos.o print.o iexpand.o \
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c790 (void) fprintf(stream, "%s", iexpand(xbuf)); in prchar()