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

/ast/src/cmd/3d/
H A Dpathcanon.c42 register char* begin = dp; local
93 if (dp < begin)
94 begin += 3;
97 if (dp > begin)
99 if (dp < begin)
/ast/src/cmd/ksh93/bltins/
H A Dsleep.c225 clock_t begin = times(&tt); local
226 if(begin==0)
230 while((times(&tt)-begin) < n);
/ast/src/lib/libast/disc/
H A Dsfdcdos.c51 Sfoff_t begin; member in struct:_dosdisc
93 if(offset <= dp->begin)
100 dummy.logical = dp->begin;
165 dp->begin +=n;
172 dp->begin += cp - (char*)buff-1;
176 dp->maptable[0].logical= dp->begin;
294 if(offset<=dp->begin)
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c212 char *av[2], *begin , *dir=0; local
263 begin = out = find_begin(outbuff,last,0,&var);
294 if(*begin=='~' && !strchr(begin,'/'))
303 char *cp=begin, *left=0, *saveout=".";
308 if(!var && !strchr(ap->argval,'/') && (((cp==outbuff&&ep->sh->nextprompt==1) || (strchr(";&|(",size)) && (cp==outbuff+1||size=='('||cp[-2]!='>') && *begin!='~' )))
318 begin += (dir-begin);
324 if(begin>outbuff && (begin[
[all...]
H A Dvi.c1191 register int begin, end, delta; local
1198 begin = cur_virt;
1209 if( mode=='c' && end>begin && strchr("wW", motion) )
1213 while( end>begin && isblank(end-1) )
1215 if( end == begin )
1219 delta = end - begin;
1222 cur_virt = begin;
1233 cur_virt = begin;
/ast/src/lib/libtksh/tcl/
H A DtclCmdIL.c5 * the Tcl built-in commands whose names begin with the letters
546 char *begin, *end, c, *dummy, *next;
584 for (count = 0, begin = argv[1]; count < first; begin = next, count++) {
585 result = TclFindElement(interp, begin, &dummy, &next, (int *) NULL,
594 begin = next;
599 for (count = first, end = begin; (count <= last) && (*end != 0);
607 if (end == begin) {
615 while ((end != begin) && (isspace(UCHAR(end[-1])))
616 && (((end-1) == begin) || (en
538 char *begin, *end, c, *dummy, *next; local
[all...]
/ast/src/lib/libardir/
H A Dar-omf.c261 unsigned char *addr, *addrstart, *addrmax, *begin,*cp, *base=0, *last; local
307 fp->st.offset = begin-addrstart;
308 fp->st.size = addr+n-begin;
318 begin = addr+1;
323 begin +=2;
325 memcpy(name,begin,len);
327 begin = cp;
/ast/src/lib/libast/regex/
H A Dregcomp.c1183 unsigned char* begin; local
1206 begin = env->cursor + MBSIZE(env->cursor);
1266 if (env->cursor == begin)
1286 if (!inrange && env->cursor != begin && *env->cursor != ']')
1528 if (env->cursor == begin)
1545 if (!inrange && env->cursor != begin && *env->cursor != ']')
/ast/src/cmd/ie/
H A Dedit.c713 char *begin; local
756 begin = out;
774 if(cp=sh_tilde(begin))
831 size = *eol - (out-begin);
857 out = sh_copy(*com++, begin);
863 while (*com && *begin)
864 out = overlay(begin,*com++);
865 if(*begin==0)
H A Dvi.c1178 register int begin; local
1187 begin = cur_virt;
1198 if( mode=='c' && end>begin && strchr("wW", motion) )
1202 while( end>begin && isblank(end-1) )
1204 if( end == begin )
1208 delta = end - begin;
1211 cur_virt = begin;
1222 cur_virt = begin;
/ast/src/cmd/ksh93/sh/
H A Dlex.c155 char *savptr,*begin; local
163 begin = stkptr(stkp,lp->lexd.kiaoff);
168 begin = fcfirst()+(type+lp->lexd.kiaoff-offset);
172 r=kiaentity(lp,begin,n,'v',-1,-1,lp->current,'v',0,"");
/ast/src/cmd/nmake/
H A Dscan.c85 char* begin; /* begin pattern */ member in struct:Quote_s
463 q->begin = strdup(v);
511 ss->type[*q->begin] |= q->flags;
630 if ((flags & q->flags) && (t = (unsigned char*)q->begin) && *(g - 1) == *t++ && (!(q->flags & QUOTE_space) || (g - 1) == *p || *(g - 2) == ' ' || *(g - 2) == '\t'))
1281 int begin; member in struct:__anon176
1437 arg[n].begin = g - b - 1;
1445 if (n && arg[0].end > arg[0].begin)
1447 x = b + arg[0].begin;
1494 if (*++s && (!n || arg[0].begin < ar
[all...]
/ast/src/lib/libpp/
H A Dpplib.h722 unsigned long begin; /* beginning output offset */ member in struct:ppindex
/ast/src/cmd/INIT/
H A Dproto.c454 unsigned long begin; member in struct:ppindex

Completed in 360 milliseconds