/ast/src/cmd/tw/ |
H A D | xargs.c | 58 "[i:insert|replace?Replace occurences of \astring\a in the command" 85 "[I?Equivalent to \b--insert=string\b.]:[string]" 120 char* insert = 0; local 162 insert = opt_info.arg ? opt_info.arg : "{}"; 221 if (!(cmd = cmdopen(argv, argmax, size, insert, &disc))) 282 if (c || insert)
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | xargs.c | 58 "[i:insert|replace?Replace occurences of \astring\a in the command " 84 "[I?Equivalent to \b--insert=string\b.]:[string]" 130 char* insert = 0; local 173 insert = opt_info.arg ? opt_info.arg : "{}"; 232 if (!(xargs.cmd = cmdopen(argv, argmax, size, insert, &xargs.disc))) 296 if (c || insert)
|
/ast/src/cmd/tests/cdt/ |
H A D | trehash.c | 33 #define N_OBJ (N_PROC*64*1024) /* #objects to insert */ 54 { unsigned int insert; /* insertion states */ member in struct:_state_s 75 static State_t *State; /* insert/delete states */ 130 /* insert objects in 'p' */ 131 asoincint(&State->insert); /* signaling that we are ready to go */ 132 while(asogetint(&State->insert) != N_PROC) /* wait until all processes are set */ 204 z = sizeof(State_t) /* insert/delete states */ +
|
H A D | tsafehash.c | 33 #define N_OBJ (N_PROC*64*1024) /* #objects to insert */ 54 { unsigned int insert; /* insertion states */ member in struct:_state_s 75 static State_t *State; /* insert/delete states */ 130 /* insert objects in 'p' */ 131 asoincint(&State->insert); /* signaling that we are ready to go */ 132 while(asogetint(&State->insert) != N_PROC) /* wait until all processes are set */ 204 z = sizeof(State_t) /* insert/delete states */ +
|
H A D | tsafetree.c | 33 #define N_OBJ (N_PROC*64*1024) /* #objects to insert */ 54 { unsigned int insert; /* insertion states */ member in struct:_state_s 75 static State_t *State; /* insert/delete states */ 132 /* insert objects in 'p' */ 133 asoincint(&State->insert); /* signaling that we are ready to go */ 134 while(asogetint(&State->insert) != N_PROC) /* wait until all processes are set */ 206 z = sizeof(State_t) /* insert/delete states */ +
|
H A D | tvsharemem.c | 26 /* Test insert/delete/search in shared/persistent memory region. */ 72 int ins; /* #seen by an insert process */ 271 int i, k, p, num, base, insert, delete, search, unsrch, undel, unins, walk, first, size; local 306 walk = first = insert = delete = search = unsrch = unins = undel = 0; 312 { /* insert a new object */ 318 if(!(rv = dtinsert(dt, o)) ) /* failed insert */ 319 terror("%s %s [num=%d,pid=%d]: insert failed", actor, type, num, pid); 322 { insert += 1; 355 tinfo("%s %s [num=%d,pid=%d]: done, base=%d try=%d insert=%d[+%d]", 356 actor, type, num, pid, base, W_EXTENT, insert, unin [all...] |
/ast/src/lib/libast/misc/ |
H A D | fts.c | 258 search(FTSENT* e, FTSENT* root, int(*comparf)(FTSENT* const*, FTSENT* const*), int insert) argument 270 if (!(cmp = (*comparf)(&e, &root)) && !insert) 281 if (!cmp && !insert) 306 if (!cmp && !insert)
|
/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 1921 insert(Cenv_t* env, Rex_t* f, Rex_t* g) function 1988 if (insert(env, f, g)) 1996 if (insert(env, e, g))
|
/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
|
/ast/src/cmd/nmake/ |
H A D | make.h | 260 #define PREREQ_INSERT 3 /* addprereq insert */ 261 #define PREREQ_LENGTH 4 /* addprereq insert by length */ 547 Rule_t* insert; /* .INSERT rule pointer */ member in struct:Internal_s
|