Searched defs:chop (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_misc.c | 90 /* chop(s,w,n,c) - break string into fields 92 * elist[num=chop(s, elist, MAXDEPTH, '/')] = NULL; 99 int chop(s,w,n,c) function 159 DomainTbl[NumDomain = chop(s, DomainTbl, MAXVCSDOMAIN, ' ')] = NULL;
|
H A D | mnt_imount.c | 256 /* chop(s,w,n,c) - break string into fields 258 * elist[num=chop(s, elist, MAXDEPTH, '/')] = NULL; 265 int chop(s,w,n,c) function
|
/ast/src/lib/libpp/ |
H A D | ppsearch.c | 604 int chop; local 612 chop = 0; 613 prefix = pp.chop ? -1 : 0; 623 if (chop) 624 for (cp = pp.chop; cp; cp = cp->next) 789 if (!chop && pp.chop) 791 chop = 1;
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 1697 int chop; local 1868 if (!(chop = streq(r->name, "."))) 1873 if (chop)
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals
|
Completed in 33 milliseconds