Searched refs:description (Results 1 - 25 of 38) sorted by relevance

12

/ast/src/lib/libdss/
H A Ddssopt.c28 * format optget(3) description item on sp given plain text and item name
93 if (optout(sp, mp->name, mp->type->name, NiL, NiL, mp->description, mp->type->member ? "This structure type has the following members:" : (char*)0))
118 x = tp->match->description;
121 if (tp->format.description)
125 x = sfprints("%s The default value is \b%s\b. %s", tp->format.description, tp->format.details, b);
127 x = sfprints("%s %s", tp->format.description, b);
129 x = tp->format.description;
131 if (!(d = tp->description) && tp->generic && (tmp = sfstropen()))
230 if (tp->format.description && optesc(sp, tp->format.description,
[all...]
H A Dcx.h159 #define CX_CALLOUT_INIT(op,type1,type2,callout,description) \
160 {0,description,CX_HEADER_INIT,op,(Cxtype_t*)type1,(Cxtype_t*)type2,callout},
161 #define CX_FUNCTION_INIT(name,type,function,prototype,description) \
162 {name,description,CX_HEADER_INIT,function,(Cxtype_t*)type,prototype},
163 #define CX_RECODE_INIT(op,type1,type2,recode,description) \
164 {0,description,CX_HEADER_INIT,op,(Cxtype_t*)type1,(Cxtype_t*)type2,recode},
165 #define CX_TYPE_INIT(name,base,external,internal,match,description) \
166 {name,description,CX_HEADER_INIT,(Cxtype_t*)base,0,external,internal,0,0,0,0,CX_HEADER_INIT,match},
167 #define CX_VARIABLE_INIT(name,type,index,description) \
168 {name,description,CX_HEADER_INI
389 const char* description; /* external details description */ member in struct:Cxformat_s
[all...]
H A Dtag.h77 const char* description; /* tag description */ member in struct:Tags_s
/ast/src/lib/libtk/library/demos/
H A Dbind.tcl40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/ast/src/lib/libardir/
H A Dardir.h58 const char* description; member in struct:Ardirmeth_s
/ast/src/lib/libsum/
H A Dsumlib.c46 const char* description; member in struct:Method_s
60 const char* description; member in struct:Map_s
369 n += sfprintf(sp, "[+%s?%s]", methods[i].match, methods[i].description);
374 n += sfprintf(sp, "[+%s?%s Shorthand for \b%s\b.]", maps[i].match, maps[i].description, maps[i].map);
/ast/src/cmd/dsslib/tests/
H A Dtest.c54 sfprintf(cx->buf, "%s%s", strchr(dss_lib_test.description, '['), even_usage);
134 sfprintf(cx->buf, "%s%s", strchr(dss_lib_test.description, '['), odd_usage);
/ast/src/cmd/dsslib/ip_t/
H A Div.h73 const char* description; member in struct:Ivmeth_s
/ast/src/cmd/ksh93/include/
H A Dulimit.h161 const char* description; member in struct:Limit_s
/ast/src/cmd/pax/
H A Doptions.h167 char* description; member in struct:Option_s
/ast/src/lib/libcmd/
H A Dstty.c128 const char description[76]; member in struct:tty_s
794 if(Ttable[i].type==type && *Ttable[i].description)
795 sfprintf(sp,"[+%s \a%c\a?%s.]",Ttable[i].name,c,Ttable[i].description);
799 static void listgroup(Sfio_t *sp,int type, const char *description) argument
808 sfprintf(sp,"?%s.]",description);
811 static void listmask(Sfio_t *sp,unsigned int mask,const char *description) argument
820 sfprintf(sp,"?%s.]",description);
828 if(Ttable[i].field==field && Ttable[i].type==BIT && *Ttable[i].description)
829 sfprintf(sp,"[+%s (-%s)?%s.]",Ttable[i].name,Ttable[i].name,Ttable[i].description);
835 sfprintf(sp,"[+%s?%s.]",name,lookup(name)->description);
[all...]
/ast/src/cmd/nmake/
H A Doptions.h115 char* description; /* description */ member in struct:Option_s
/ast/src/cmd/ksh93/bltins/
H A Dulimit.c57 sfprintf(sp, "[%c=%d:%s?The %s", tp->option, tp - shtab_limits + 1, tp->name, tp->description);
194 sfsprintf(tmp,sizeof(tmp),"%s (%ss)", tp->description, e_units[tp->type]);
H A Dprint.c73 const char *description; member in struct:printmap
161 sfprintf(sp, "[+%c(%s)q?%s.]",c,pm->name,pm->description);
/ast/src/lib/libcodex/
H A Dcodex.h105 const char* description; /* coder description */ member in struct:Codexmeth_s
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c75 sfprintf(cx->buf, "%s%s", strchr(dss_lib_lookup.description, '['), lookup_usage);
/ast/src/cmd/codex/
H A Dcodex.c149 p = meth->description;
/ast/src/cmd/dsslib/fix/
H A Dfix.c275 s = (char*)DSS(cx)->meth->description;
306 sfprintf(expr->op, " <DESCRIPTION>%s</>\n", field->variable->description);
/ast/src/lib/libast/cdt/
H A Dcdtlib.h71 char* description; /* short description */ member in struct:_dtlib_s
/ast/src/lib/libpz/
H A Dpzip.h129 const char* description; /* format description */ member in struct:Pzformat_s
/ast/src/cmd/dsslib/merge/
H A Dmerge.c159 sfprintf(cx->buf, "%s%s", strchr(dss_lib_merge.description, '['), merge_usage);
/ast/src/lib/libast/include/
H A Dcdt.h114 char* description; /* description */ member in struct:_dtmethod_s
/ast/src/cmd/dsslib/sort/
H A Dsort.c173 sfprintf(cx->buf, "%s%s", strchr(dss_lib_sort.description, '['), sort_usage);
/ast/src/cmd/pzip/
H A Dpin.c59 "[+?See \bpzip\b(1) for a detailed description of file partitions and"
192 const char* description; member in struct:Optimize_method_s
203 const char* description; member in struct:Reorder_method_s
1430 n += sfprintf(sp, "[+%s?%s]", optimize_methods[i].name, optimize_methods[i].description);
1435 n += sfprintf(sp, "[+%s?%s]", reorder_methods[i].name, reorder_methods[i].description);
/ast/src/cmd/dsslib/flat/
H A Dflat.c1539 if (!(flat->lastfield->variable.description = (const char*)strdup(data)))
2096 "DESCRIPTION", "Field description.",
2576 if (!(flat->meth.description = (const char*)strdup(data)))
2979 "DESCRIPTION", "Schema description.",
3422 if (flat->meth.description)
3423 sfprintf(sfstdout, " * %s\n", flat->meth.description);
3462 if (f->variable.description)
3465 sfprintf(sfstdout, "/* %s */\n", f->variable.description);
3617 if (flat->meth.description)
3618 sfprintf(sfstdout, "/* %s */\n", flat->meth.description);
[all...]

Completed in 64 milliseconds

12