Searched defs:textout (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c1767 static char* textout(Sfio_t*, char*, char*, int, int, int, int, Sfio_t*, int, char*, char*);
1775 p = textout(sp, p, conform, conformlen, style, level, bump, ip, version, id, catalog);
1783 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog) function
1786 #define textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog) trace_textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog,__LINE__) macro
1931 s = textout(sp, s, conform, conformlen, style, level + bump + par + 1, 0, ip, version, id, catalog);
1935 message((-21, "textout#%d s=%s", __LINE__, show(s)));
2068 s = textout(sp, s, 0, 0, style, level + bump + !level, 0, ip, version, id, catalog);
2072 message((-21, "textout#%d s=%s", __LINE__, show(s)));
2940 p = textout(sp_misc, p, cb, cl, style, 1, 3, sp_info, version, id, catalog);
2961 p = textout(s
[all...]

Completed in 269 milliseconds