/ast/src/cmd/mailx/port/ |
H A D | dtview.c | 70 /* Set a view path from dict to view. 96 { for(d = dt; d; d = d->view) 113 { for(p = dt; ; p = p->view) 125 if(!(d = dt->walk = d->view) ) 136 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) argument 138 Dt_t* dtview(dt,view) 140 reg Dt_t* view; 147 (view && view [all...] |
H A D | mime.c | 566 * return expanded command/path/value for <view,name,type,opts> 571 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) argument 589 if (!view || strcasecmp(view, "test")) 670 if (view && *view && !streq(view, "-")) 671 while (strcasecmp(view, att->name))
|
H A D | cdt.h | 234 int nview; /* number of parent view dictionaries */ 235 Dt_t* view; /* next on viewpath */ member in struct:_dt_s
|
/ast/src/lib/libast/cdt/ |
H A D | dtview.c | 24 /* Set a view path from dict to view. 55 { for(d = dt; d; d = d->view) 68 for(d = dt; d; d = d->view) 96 { for(d = dt; d; d = d->view) 106 { for(p = dt; ; p = p->view) 115 if(!(d = dt->walk = d->view) ) /* move on to next dictionary */ 124 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) argument 126 Dt_t* dtview(dt,view) 128 reg Dt_t* view; [all...] |
/ast/src/cmd/3d/ |
H A D | dir_3d.h | 196 int level; /* view level */ 205 Dir_physical_t* viewp; /* current directory in view */ 206 Dir_physical_t view[TABSIZE]; /* dirp's in view */ member in struct:__anon17 208 int boundary; /* return . at each view level */
|
/ast/src/cmd/INIT/ |
H A D | package.sh | 365 [+view\b?Initialize the architecture specific viewpath 433 level viewpath is used to separate source and binaries. The top view is 434 architecture specific, the bottom view is shared source. All building 435 is done in the architecture specific view; no source view files are 596 admin|clean|clobber|contents|copyright|export|host|install|license|list|make|read|regress|release|remove|results|setup|test|update|use|verify|view|write|TEST) 791 source and binaries. The top view is architecture specific, the bottom view 792 is shared source. All building is done in the architecture specific view; 793 no source view file 3270 view() # [test] [-|type] [src|bin|all] file function [all...] |
H A D | mamake.c | 219 View_t* view; /* viewpath levels */ member in struct:__anon22 640 view(void) function 676 if (!state.view) 683 report(3, "cannot stat top view", s, (unsigned long)0); 712 report(3, "out of space [view]", s, (unsigned long)0); 717 report(-4, vp->dir, "view", (unsigned long)0); 718 if (!state.view) 719 state.view = zp = vp; 971 if (vp = state.view) 1201 if (state.view) [all...] |
/ast/src/lib/libmam/ |
H A D | mam.h | 108 char* view; /* 3d view */ member in struct:proc
|
/ast/src/cmd/nmake/ |
H A D | state.c | 95 * reconcile s with state view from r 97 * NOTE: requires state.maxview>0 && 0<=view<=state.maxview 101 stateview(int op, char* name, register Rule_t* s, register Rule_t* r, int view, int accept, Rule_t** pv) argument 113 error(2, "STATEVIEW %d %s state file load delayed until after makefile read", view, name); 117 if (!(state.view[view].flags & BIND_LOADED)) 119 if (view < state.readstate) 133 edit(tmp, statefile(), state.view[view].path, KEEP, KEEP); 145 state.stateview = view; 509 badlock(char* file, int view, Time_t date) argument 779 int view; local [all...] |
H A D | bind.c | 215 r->view = x->view; 387 if (!r->view && ((state.questionable & 0x00000800) || !(r->property & P_target)) && *s == '/' && (strncmp(s, internal.pwd, internal.pwdlen) || *(s + internal.pwdlen) != '/')) 404 int view; member in struct:Globstate_s 439 gs->view = 0; 445 if (!strncmp(path, state.view[i].root, n = state.view[i].rootlen) && (!*(path + n) || *(path + n) == '/')) 449 gs->view = i; 458 while (gs->view++ < state.maxview) 463 sfprintf(internal.nam, "%s/%s", state.view[g 881 unsigned int view; local 1786 unsigned int view; local [all...] |
H A D | rule.c | 1040 * this is a workaround to separate the view vs. local binding for this case: 1558 INIT(view, ".VIEW", P_internal|P_readonly); 1621 r = getrule(state.view[i].path); 1622 r->view = i; 1623 state.view[i].path = r->name; 1646 view(register char* s, register char* d, List_t* p) function 1663 state.view[++state.maxview].path = r; 1665 state.view[++state.maxview].path = r->name; 1667 state.view[state.maxview].pathlen = i; 1668 r->view [all...] |
H A D | object.c | 85 * 1 # encoded status|semaphore|view|scan 241 unsigned char view; /* view bind index */ member in struct:OLD_rule_s 248 unsigned char preview; /* min prereq view */ 494 if ((r->property & P_state) && !r->view && !(r->dynamic & (D_garbage|D_lower))) 576 r->view = 0; 580 r->view = 0; 590 sfputu(cs->fp, (r->semaphore<<16)|(r->view<<8)|(r->scan)); 883 markcompile(state.view[n].path); 908 x = state.view[ [all...] |
H A D | make.h | 57 #define VIEWOFFSET '0' /* char offset for view==0 */ 181 #define MAXVIEW (sizeof(Flags_t)*CHAR_BIT) /* max view index */ 341 #define D_lower (1<<14) /* state from lower view */ 347 #define D_global (1L<<17) /* global view if view==0 */ 511 unsigned char view; /* view bind index */ member in struct:Rule_s 514 unsigned char preview; /* min prereq view */ 518 Flags_t checked[STATERULES+1]; /* view state check */ 619 Rule_t* view; /* member in struct:Internal_s 873 Binding_t view[MAXVIEW+1];/* view bind table */ member in struct:State_s [all...] |
/ast/src/cmd/pax/ |
H A D | file.c | 271 * if not found and state.update then check down the view 309 static View_t* view; local 335 if (view) 338 view = tp = vp; 346 for (vp = view; vp; vp = vp->next) 350 tp = view; 351 view = vp->next; 352 while (tp && tp != view) 379 for (vp = view; vp; vp = vp->next)
|
/ast/src/lib/libast/misc/ |
H A D | mime.c | 629 * return expanded command/path/value for <view,name,type,opts> 634 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) argument 645 if (!view || strcasecmp(view, "test")) 726 if (view && *view && !streq(view, "-")) 727 while (strcasecmp(view, att->name))
|
/ast/src/lib/libast/include/ |
H A D | cdt.h | 149 ssize_t nview; /* #parent view dictionaries */ 150 Dt_t* view; /* next on viewpath */ member in struct:_dt_s 321 #define dtvnext(d) (_DT(d)->view)
|