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

/ast/src/lib/libast/misc/
H A Doptget.c1693 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog, int* hflags) argument
1736 if (*hflags & HELP_head)
1739 *hflags |= HELP_head;
1762 *hflags |= HELP_index;
1803 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int* hflags, int line) argument
1808 p = textout(sp, p, conform, conformlen, style, level, bump, ip, version, id, catalog, hflags);
1816 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, int* hflags) argument
1819 #define textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog,hflags) trace_textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog,hflags,__LINE__)
1908 par = item(sp, w, about, level, style, ip, version, id, ID, hflags);
2408 int hflags = 0; local
[all...]

Completed in 233 milliseconds