/ast/src/lib/librecsort/ |
H A D | rs-radix.c | 64 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 D | rs-rasp.c | 37 { 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 D | tokscan.c | 31 * -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 D | regcache.c | 84 int empty; local 138 empty = unused = -1; 142 empty = i; 153 if (empty < 0) 156 unused = empty;
|
/ast/src/lib/libast/disc/ |
H A D | sfdcprefix.c | 37 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 D | cpy2dss.c | 172 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 D | getconf.c | 157 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 D | cut.c | 372 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 D | hashscan.c | 51 static Hash_bucket_t empty; local 55 pos->bucket = ∅
|
/ast/src/lib/libast/include/ |
H A D | error.h | 103 #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 D | restricted.sh | 61 > empty 62 check_restricted 'print <> empty' || err_exit '<> file not restricted'
|
H A D | substring.sh | 584 [[ $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 D | arith.sh | 211 (( x = $empty y[3] + y[4] )) 213 then err_exit "empty constant index array arithmetic failure"
|
/ast/src/lib/libtk/library/demos/ |
H A D | icon.tcl | 47 -variable letters -value empty
|
/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 55 static const Shtable_t empty = {0,0}; local 57 return(&empty); 65 return(&empty);
|
H A D | nvdisc.c | 452 char *empty = ""; local 529 empty = 0; 548 return(action?(char*)action:empty);
|
H A D | lex.c | 1211 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1, shp->inlineno, "[]", "empty subscript");
|
/ast/src/cmd/nmake/ |
H A D | mam.c | 202 if (!state.mam.out || !state.user || r == internal.empty)
|
H A D | rule.c | 626 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 D | make.h | 195 #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 D | bio.c | 460 else if (ap->io->empty) 470 ap->io->empty = 1; 474 ap->io->empty = 0; 772 ap->io->empty = 0;
|
H A D | pax.h | 246 unsigned int empty:1; /* last read was empty */ \
|
/ast/src/cmd/coshell/ |
H A D | schedule.c | 182 if (!sp) goto empty; 188 if (!sp) goto empty; 336 empty:
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 34 "[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 D | parse.c | 1100 int empty; local 1131 empty = *s == ','; 1135 empty = 0; 1145 if (!*b && !empty)
|