/ast/src/lib/libjcl/ |
H A D | Makefile | 9 jcl :LIBRARY: open.c parse.c run.c sym.c path.c find.c lib.c uniq.c \
|
H A D | uniq.c | 43 Dt_t* uniq; member in struct:State_s 201 * add name [value] to the uniq dict 205 uniq(const char* name, const char* value, unsigned long flags, Jcldisc_t* disc) function 212 if (!state.uniq) 216 if (!(state.uniq = dtopen(&state.uniqdisc, Dtoset))) 224 if (u = (Uniq_t*)dtsearch(state.uniq, &k)) 240 dtinsert(state.uniq, u); 299 * list uniq name [value] with optional count 309 if (state.uniq) 313 for (u = (Uniq_t*)dtfirst(state.uniq); [all...] |
H A D | jcllib.h | 158 #define uniq _jcl_uniq macro 176 extern void uniq(const char*, const char*, unsigned long, Jcldisc_t*);
|
H A D | run.c | 285 uniq(jcl->name, step->command, 0, jcl->disc); 292 uniq(dd->path, NiL, flags, jcl->disc); 295 uniq(cat->path, NiL, flags, jcl->disc); 301 uniq(step->command, NiL, 0, jcl->disc); 306 uniq(s, NiL, 0, jcl->disc);
|
H A D | lib.c | 206 uniq(v->name, NiL, 0, jcl->disc);
|
H A D | open.c | 190 uniq(file, NiL, 0, jcl->disc);
|
H A D | parse.c | 207 uniq(t + sizeof(JCL_AUTO) - 1, NiL, 0, jcl->disc);
|
/ast/src/cmd/dsslib/sort/ |
H A D | sort.c | 55 Rs_t* uniq; member in struct:State_s 122 if (rsprocess(state->uniq, s, -n) <= 0) 125 (*state->cx->disc->errorf)(state->cx, disc, ERROR_SYSTEM|2, "uniq record process error"); 142 int uniq; local 175 uniq = 0; 186 uniq = 1; 233 if (uniq) 247 if (!(state->uniq = rsnew(state->uniqkey->disc))) 254 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "uniq key error"); 257 if (rsinit(state->uniq, stat [all...] |
/ast/src/lib/libcs/ |
H A D | genshare.sh | 82 done) | sort | uniq -c | sort -bnr | sed -e 's/^[ ]*[0-9]*[ ]*//'`
|
/ast/src/cmd/builtin/ |
H A D | Makefile | 90 look mkdir mkfifo mktemp mv nl od paste rm tail tr uniq uuencode wc
|
/ast/src/lib/libcmd/ |
H A D | uniq.c | 23 * uniq 29 "[-n?\n@(#)$Id: uniq (AT&T Research) 2009-11-28 $\n]" 31 "[+NAME?uniq - Report or filter out repeated lines in a file]" 85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) function 335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
|
H A D | Makefile | 26 rmdir.c stty.c sum.c sync.c tail.c tee.c tty.c uname.c uniq.c \
|
/ast/src/lib/libdll/ |
H A D | dllscan.c | 33 Uniq_t* uniq; \ 498 if (scan->uniq) 507 dtinsert(scan->dict, scan->uniq); 518 else if (!(scan->uniq = vmnewof(scan->vm, 0, Uniq_t, 1, strlen(b)))) 521 strcpy(scan->uniq->name, b);
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.h | 184 unsigned char uniq; /* drop dup records */ member in struct:Ss_s
|
H A D | sync.c | 609 if (ss->sum || ss->uniq)
|
H A D | ss.c | 1726 ss->uniq = 1;
|
/ast/src/cmd/jcl/ |
H A D | jcm.c | 375 getevent(const char* s, const char* d, int uniq, int string, int index) argument 384 if (!uniq)
|
/ast/src/lib/librecsort/ |
H A D | rsmerge.c | 935 reg int uniq = rs->type&RS_UNIQ; local 965 { if(uniq)
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 331 uniq(Sfio_t* xp, char* v, char* w, int sep) function 4053 uniq(xp, x, val, sep);
|