Searched defs:empty (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libast/hash/
H A Dhashscan.c51 static Hash_bucket_t empty; local
55 pos->bucket = ∅
/ast/src/lib/libast/disc/
H A Dsfdcprefix.c37 size_t empty; /* empty line prefix length */ member in struct:__anon258
80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp);
144 pfx->empty = n;
/ast/src/lib/libast/regex/
H A Dregcache.c84 int empty; local
138 empty = unused = -1;
142 empty = i;
153 if (empty < 0)
156 unused = empty;
/ast/src/lib/libast/string/
H A Dtokscan.c31 * -1 returned if s was not empty and fmt failed to match
67 static char empty[1]; variable
113 b = empty;
196 s = empty;
342 s = empty;
351 s = empty;
/ast/src/lib/librecsort/
H A Drs-radix.c64 reg Rsobj_t **bin, *t, *empty, *list, *endl, *next, **lo, **maxpart; local
152 empty = NIL(Rsobj_t*);
157 { if(!empty)
158 empty = work;
159 else EQUAL(empty,work,t);
175 if(empty)
177 endl->right = empty;
178 else list = empty;
179 endl = empty;
H A Drs-rasp.c37 { Rsobj_t* empty; member in struct:rsrasp_s
74 { if((r = rasp->empty) )
76 else rasp->empty = obj;
406 list = endl = rasp->empty; rasp->empty = NIL(Rsobj_t*);
/ast/src/lib/libcmd/
H A Dgetconf.c157 static const char empty[] = "-"; local
229 else if (streq(name, empty))
235 if (streq(path, empty))
253 if (streq(path, empty))
258 if ((value = *++argv) && (streq(value, empty)))
279 sfputr(sfstdout, path ? path : empty, ' ');
H A Dcut.c372 register int nodelim, empty, inword=0; local
393 nodelim = empty = 1;
432 empty = 0;
461 empty = 0;
519 empty = 0;
526 copy = empty ? cp : wp;
675 error(3, "non-empty b, c or f option must be specified");
/ast/src/lib/libast/include/
H A Derror.h103 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f))
147 Error_context_t empty; /* empty context stack element */ member in struct:Error_info_s
/ast/src/cmd/ksh93/sh/
H A Dstring.c55 static const Shtable_t empty = {0,0}; local
57 return(&empty);
65 return(&empty);
H A Dnvdisc.c452 char *empty = ""; local
529 empty = 0;
548 return(action?(char*)action:empty);
/ast/src/lib/libjcl/
H A Dparse.c1100 int empty; local
1131 empty = *s == ',';
1135 empty = 0;
1145 if (!*b && !empty)
/ast/src/cmd/jcl/
H A Dcpy2dss.c172 static char empty[] = "\n"; variable
197 cpy->cp = empty;
236 cpy->cp = empty;
262 cpy->cp = empty;
777 (*disc->errorf)(cpy, disc, 2, "%s: empty struct", field->name);
/ast/src/cmd/nmake/
H A Dmake.h195 #define A_norhs (1<<8) /* assertion() empty rhs */
599 Rule_t* empty; /* "" rule pointer */ member in struct:Internal_s

Completed in 39 milliseconds