/ast/src/lib/libpp/ |
H A D | pppragma.c | 33 register int sep = 0; local 39 sep = 1; 43 if (sep) 45 sep = 0; 52 if (sep) 55 sep = 1; 60 if (sep || pass)
|
/ast/src/lib/libast/path/ |
H A D | pathcat.c | 46 pathcat(char* path, const char* dirs, int sep, const char* a, const char* b) argument 48 return pathcat_20100601(dirs, sep, a, b, path, PATH_MAX); 58 pathcat_20100601(register const char* dirs, int sep, const char* a, register const char* b, char* path, size_t size) argument 65 while (*dirs && *dirs != sep)
|
H A D | pathaccess.c | 53 int sep = ':'; local 58 dirs = pathcat(dirs, sep, a, b, path, size); 65 sep = 0;
|
/ast/src/cmd/nmake/ |
H A D | variable.c | 40 scanprereqs(register Sfio_t* sp, Rule_t* r, int dostate, int all, int top, int sep, int op) argument 85 scanprereqs(sp, x, dostate, all, 0, sep, op); 93 if (sep) 96 sep = 1; 100 sep = scanprereqs(sp, x, dostate, all, 0, sep, op); 104 return sep; 109 * if sep!=0 then ' ' separation needed 110 * new value of sep is returned 114 genprereqs(Sfio_t* sp, Rule_t* r, int dostate, int all, int sep, in argument 147 int sep; local [all...] |
H A D | convert.c | 97 int sep; local 127 sep = 1; 131 sep = 0; 159 if (!sep) 163 sep = EQ; 277 sep = NE; 279 else sep = NOT; 283 sep = EQ; 289 sep = LE; 294 sep [all...] |
H A D | expand.c | 179 * $(<var>[|<var>][:[<pfx>]<op>[<sep><val>]]) 183 * $(<var>[|<var>]`[<del>[<pfx>]<op>[<sep><val>]]<del>) 193 * :<op><sep><value>: 213 * $(s:O<sep><n>) select components <|<=|==|!=|>=|> <n> starting at 1 327 * (sep & NOT) for file equality 331 uniq(Sfio_t* xp, char* v, char* w, int sep) argument 340 if (sep & NOT) 351 sep = 0; 361 if (sep) 364 sep 495 int sep; local 552 intersect(Sfio_t* xp, char* v, char* w, int sep) argument 652 int sep; local 1034 sepcmp(int sep, unsigned long a, unsigned long b) argument 1064 septimecmp(int sep, Time_t a, Time_t b) argument 1687 pathop(Sfio_t* xp, register char* s, char* op, int sep) argument 2331 token(Sfio_t* xp, char* s, register char* p, int sep) argument 2896 parentage(Sfio_t* xp, register Rule_t* r, char* sep) argument 2915 attribute(Sfio_t* xp, char* s, register char* att, int sep) argument 3035 generate(Sfio_t* xp, char* name, char* pat, int sep) argument 3337 register int sep; local 3391 int sep; local [all...] |
/ast/src/lib/libcmd/ |
H A D | uniq.c | 90 int reclen,oreclen= -1,count=0,cwidth=0,sep,next; local 219 sep = 0; 222 sep = all && *all > 0; 227 if(outsize < n+cwidth+sep) 231 if(!(sbufp = outp=fmtbuf(outsize=n+cwidth+sep))) 235 outsize = n+cwidth+sep; 236 memcpy(outp+cwidth+sep,bufp,n); 237 if(sep) 240 orecp = outp+cwidth+sep + (cp-bufp); 253 int sep; local [all...] |
H A D | uname.c | 240 if (sep) \ 243 sep = 1; \ 255 register int sep = 0; local 497 if (sep) 500 sep = 1; 510 if (sep)
|
/ast/src/cmd/tests/ |
H A D | testdate.sh | 37 then sep=$'\t\t\t\t\t' 39 then sep=$'\t\t\t\t' 41 then sep=$'\t\t\t' 43 then sep=$'\t\t' 44 else sep=$'\t' 47 then printf $'%s%sNULL\t%s\n' "$d" "$sep" "$(date -s "$now $d" | tail -1)" 48 else printf $'%s%sNULL\t%s\n' "$d" "$sep" "$(date -s "$now" "$d" | tail -1)"
|
H A D | strtof.c | 115 int sep = 0; local 134 if (sep) 137 sep = 1;
|
/ast/src/cmd/dss/ |
H A D | dss.c | 152 showplugin(register Dsslib_t* lib, const char* style, Sfio_t* sp, int* sep, Dssdisc_t* disc) argument 157 if (*sep < 0) 173 if (*sep) 176 *sep = 1; 186 int sep; local 288 sep = -streq(plugins, "?list"); 291 showplugin(lib, plugins, tmp, &sep, &disc); 295 showplugin(lib, plugins, tmp, &sep, &disc);
|
/ast/src/cmd/proto/ |
H A D | changes.sh | 106 sep= 119 then components=$components$sep$p 120 sep=' '
|
/ast/src/cmd/std/ |
H A D | seq.sh | 82 width= sep=$'\n' fmt= end= 91 sep=$OPTARG;; 121 s=$sep
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | itlie.h | 48 char* sep; local 65 sep = (char*)CXDETAILS(details, formats[0], type, ""); 66 if (!(fmt = *sep++)) 69 sep = ","; 75 def = sep == type->format.details; 76 if (!*sep) 77 sep = ","; 90 t = sep; 98 sfprintf(sp, "%s", sep); 102 t = sep; [all...] |
/ast/src/lib/libast/regex/ |
H A D | regrexec.c | 36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags, int sep, void* handle, regrecord_t record) argument 98 if (*--l == sep) 105 while (r < end && *r != sep) 117 while (x < l && *x != sep) 161 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags, int sep, void* handle, regrecord_t record) argument 171 if (!(r = regrexec_20120528(p, s, len, nmatch, match, flags, sep, handle, record))) 180 return regrexec_20120528(p, s, len, 0, NiL, flags, sep, handle, record);
|
/ast/src/cmd/ksh93/features/ |
H A D | math.sh | 210 sep= 219 code="$code${sep}$T a$p" 220 ta="$ta${sep}a$p" 221 tc="$tc${sep}0" 226 sep="," 250 sep= 253 2:ldexp*) code="$code${sep}int" ;; 254 *) code="$code${sep}$t" ;; 259 sep="," 269 sep [all...] |
/ast/src/cmd/tw/ |
H A D | updatedb.sh | 203 sep=" 242 ?*) expr="${expr}${sep}else " ;; 249 "") expr="-e${sep}${expr}${sep}" ;; 250 *) expr="-e \"${sep}${expr}\"${sep}" ;;
|
/ast/src/lib/libtk/library/demos/ |
H A D | msgbox.tcl | 30 frame $w.left.sep -relief ridge -bd 1 -height 2 32 pack $w.left.sep -side top -fill x -expand no 42 frame $w.right.sep -relief ridge -bd 1 -height 2 44 pack $w.right.sep -side top -fill x -expand no
|
/ast/src/cmd/mam/ |
H A D | mamold.c | 101 dumpvalue(register int col, register char* s, int sep) argument 109 if (sep) 111 sfputc(sfstdout, sep); 118 if (sep && sep != '\t') 126 if (sep == '\t' && state.heredoc || col < LONGLINE - 8) 141 if (sep == '\t' && *s == c)
|
/ast/src/cmd/paxlib/calib/ |
H A D | camap.c | 90 int i,j,k,m,n,in= -1,r=0, sep='('; local 116 k+= sfsprintf(&header[k],sizeof(header)-k,"%c%d,%d",sep,m,n); 117 sep = ',';
|
/ast/src/cmd/builtin/ |
H A D | strings.c | 135 int sep; local 151 sep = (flags & MULTILINE) ? 0 : '\n'; 152 while ((inp = (unsigned char*)sfgetr(in, sep, 0)) || (inp = (unsigned char*)sfgetr(in, sep, -1)))
|
H A D | nl.c | 74 "[s:number-separator]:[sep:=\\t?\asep\a is the string that is used to separate the line number " 97 char *sep; member in struct:_nl_ 127 int blank=0, width=pp->width+strlen(pp->sep); 192 sfprintf(out, format, line, pp->sep); 221 nl.sep = "\t"; 271 nl.sep = opt_info.arg;
|
/ast/src/lib/libast/astsa/ |
H A D | sfstr.c | 115 sfputr(Sfio_t* f, const char* buf, int sep) argument 124 r = n + (sep >= 0); 129 if (sep >= 0) 130 *p->nxt++ = sep; 135 if (sep >= 0 && fputc(sep, f) != EOF)
|
/ast/src/lib/libtk/library/ |
H A D | comdlg.tcl | 288 set sep "" 295 append name $sep$ext 299 set sep ,
|
/ast/src/cmd/html/ |
H A D | html2rtf.c | 108 state.sep = 1; 137 state.sep = 1; 165 state.sep = 0; 176 state.sep = 1; 191 state.sep = 1; 203 state.sep = 1; 221 state.sep = 1; 265 state.sep = 1; 335 state.sep = 1; 348 state.sep [all...] |