Searched defs:uniq (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libcmd/
H A Duniq.c23 * 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);
/ast/src/lib/libjcl/
H A Duniq.c43 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 Djcllib.h158 #define uniq _jcl_uniq macro
176 extern void uniq(const char*, const char*, unsigned long, Jcldisc_t*);
/ast/src/cmd/dsslib/sort/
H A Dsort.c55 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/librecsort/
H A Drsmerge.c935 reg int uniq = rs->type&RS_UNIQ; local
965 { if(uniq)
/ast/src/cmd/sortlib/sync/
H A Dss.h184 unsigned char uniq; /* drop dup records */ member in struct:Ss_s
/ast/src/cmd/jcl/
H A Djcm.c375 getevent(const char* s, const char* d, int uniq, int string, int index) argument
384 if (!uniq)
/ast/src/cmd/nmake/
H A Dexpand.c331 uniq(Sfio_t* xp, char* v, char* w, int sep) function
4053 uniq(xp, x, val, sep);

Completed in 30 milliseconds