Searched refs:empty (Results 1 - 25 of 29) sorted by relevance

12

/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/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/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/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/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/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/hash/
H A Dhashscan.c51 static Hash_bucket_t empty; local
55 pos->bucket = &empty;
/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/tests/
H A Drestricted.sh61 > empty
62 check_restricted 'print <> empty' || err_exit '<> file not restricted'
H A Dsubstring.sh584 [[ $got == $'"B"' ]] || err_exit '"\"$I\"" fails when $I is empty string'
598 [[ ${ print -v .sh.match;} ]] && err_exit 'print -v should show .sh.match empty when there are no matches'
H A Darith.sh211 (( x = $empty y[3] + y[4] ))
213 then err_exit "empty constant index array arithmetic failure"
/ast/src/lib/libtk/library/demos/
H A Dicon.tcl47 -variable letters -value empty
/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);
H A Dlex.c1211 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1, shp->inlineno, "[]", "empty subscript");
/ast/src/cmd/nmake/
H A Dmam.c202 if (!state.mam.out || !state.user || r == internal.empty)
H A Drule.c626 p->rule = internal.empty;
1531 INIT(empty, "", 0);
1600 internal.empty->dynamic |= D_bound;
1601 internal.empty->status = IGNORE;
1602 internal.empty->time = OLDTIME;
H A Dmake.h195 #define A_norhs (1<<8) /* assertion() empty rhs */
599 Rule_t* empty; /* "" rule pointer */ member in struct:Internal_s
/ast/src/cmd/pax/
H A Dbio.c460 else if (ap->io->empty)
470 ap->io->empty = 1;
474 ap->io->empty = 0;
772 ap->io->empty = 0;
H A Dpax.h246 unsigned int empty:1; /* last read was empty */ \
/ast/src/cmd/coshell/
H A Dschedule.c182 if (!sp) goto empty;
188 if (!sp) goto empty;
336 empty:
/ast/src/cmd/dsslib/flat/
H A Dflat.c34 "[e:emptyspace?Write empty field values as one \bspace\b character.]"
97 int emptyspace; /* empty field value => space */
320 goto empty;
354 goto empty;
388 goto empty;
439 goto empty;
455 goto empty;
470 goto empty;
474 goto empty;
542 goto empty;
[all...]
/ast/src/lib/libjcl/
H A Dparse.c1100 int empty; local
1131 empty = *s == ',';
1135 empty = 0;
1145 if (!*b && !empty)

Completed in 69 milliseconds

12