Searched refs:Arg_t (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/html/
H A Dtroff2html.h64 } Arg_t; typedef in typeref:struct:Arg_s
68 typedef void (*Call_f)(struct Tag_s*, Arg_t*);
109 Arg_t* mac; /* previous state.mac */
110 Arg_t* tag; /* previous state.tag */
111 Arg_t top; /* new state.tag */
227 Arg_t* mac; /* current macro args */
228 Arg_t* tag; /* current tag args */
229 Arg_t top; /* top tag arg data */
H A Dtroff2html.c245 pushin(char* name, int line, Sfio_t* ip, char* data, Arg_t* arg)
934 macro(Tag_t* tp, Arg_t* ap)
1212 join(Arg_t* ap, int n)
2205 groff_aln(Tag_t* tp, Arg_t* ap)
2219 groff_als(Tag_t* tp, Arg_t* ap)
2233 groff_asciify(Tag_t* tp, Arg_t* ap)
2242 groff_break(Tag_t* tp, Arg_t* ap)
2257 groff_chop(Tag_t* tp, Arg_t* ap)
2271 groff_close(Tag_t* tp, Arg_t* ap)
2290 groff_continue(Tag_t* tp, Arg_t* a
[all...]
/ast/src/cmd/ksh93/sh/
H A Dargs.c93 } Arg_t; typedef in typeref:struct:_arg_
96 static void sh_argset(Arg_t*, char *[]);
103 void *addr = newof(0,Arg_t,1,0);
104 Arg_t *ap = (Arg_t*)addr;
142 register Arg_t *ap = (Arg_t*)(shp->arg_context);
392 if(!sh_isstate(SH_INIT) && is_option(&newflags,SH_PRIVILEGED) != sh_isoption(SH_PRIVILEGED) || sh_isstate(SH_INIT) && is_option(&((Arg_t*)shp->arg_context)->sh->offoptions,SH_PRIVILEGED) && shp->gd->userid!=shp->gd->euserid)
446 register Arg_t *ap = (Arg_t*)contex
[all...]
/ast/src/lib/libdss/
H A Ddssprintf.c29 struct Arg_s; typedef struct Arg_s Arg_t; typedef in typeref:struct:Arg_s
50 Arg_t arg[1];
59 Arg_t* ap;
90 register Arg_t* ap = fp->ap++;
172 register Arg_t* ap;
269 if (!(fp = vmnewof(dss->vm, 0, Format_t, 1, (n - 1) * sizeof(Arg_t) + strlen(format) + 2 * n + l + 2)))
613 if (!(fp = vmnewof(dss->vm, 0, Format_t, 1, n * sizeof(Arg_t) + n * (q + 3) + 2)))

Completed in 24 milliseconds