Searched refs:view (Results 1 - 25 of 39) sorted by relevance

12

/ast/src/cmd/mailx/port/
H A Ddtview.c70 /* 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 Ddtclose.c84 if(dt->view) /* turn off viewing */
H A Ddtopen.c101 dt->view = dt->walk = NIL(Dt_t*);
H A Dmime.c566 * 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))
/ast/src/lib/libast/cdt/
H A Ddtview.c24 /* 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...]
H A Ddtclose.c48 if(dt->view) /* turn off viewing at this point */
/ast/src/cmd/nmake/
H A Dbind.c215 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 Dstate.c95 * 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 Drule.c1040 * 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 Dexpand.c259 * L[=n] return s if bound in view level 0 [n]
262 * S atoms bound in subdirectory of view
264 * V generate view directory path where s was bound
1736 goto view;
1940 view:
1942 * if bound then return top and covered view names
1971 error(1, "%s: view loop", t);
1981 if (n = r->view)
1983 c = state.view[n].rootlen;
1984 if (!strncmp(s, state.view[
[all...]
H A Dmake.c129 if (r->view && a->active && !state.mam.statix)
185 if (u->view)
187 u->view = 0;
193 else if (u->view)
196 u->view = 0;
199 u->view = 0;
229 u->view = 0;
239 u->view = 0;
241 error(1, "%s: modifying lower view=%d file", u->name, u->view);
[all...]
H A Dobject.c85 * 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 Ddump.c142 if (r->view > r->preview)
143 sfprintf(sp, "view=%c/%c ", VIEWOFFSET + r->view, VIEWOFFSET + r->preview);
144 else if (r->view)
145 sfprintf(sp, "view=%c ", VIEWOFFSET + r->view);
H A Dmain.c143 * 0x00000010 1994-01-01 old out of date if prereq in higher view
183 * 0x00000200 staterule() view trace
184 * 0x00000400 more staterule() view trace
387 state.view[0].path = makerule(".");
389 state.view[0].path = ".";
391 state.view[0].pathlen = 1;
576 sfprintf(state.mam.out, "%sinfo view %s\n", state.mam.label, buf);
/ast/src/cmd/3d/
H A Ddir3d.c30 * view and these remain open until closedir()
32 * (2) telldir() offsets are encoded with the directory view level
33 * and TELLDIR() offset, and the directory view level takes
39 * skip lower view subdirs not reflected in the top level st_nlink
85 dirp->viewp = dirp->view;
134 if (dirp->viewp <= dirp->view)
143 dirp->viewp = dirp->view;
159 for (dirp->viewp = dirp->view; dirp->viewp->dirp; dirp->viewp++)
260 for (n = 0; dirp->view[n].dirp; n++)
261 if (lev == dirp->view[
[all...]
/ast/src/lib/libmam/
H A Dmam.h108 char* view; /* 3d view */ member in struct:proc
H A Dmam.c119 if (pp->view) free(pp->view);
348 else if (streq(arg, "view"))
351 pp->view = strdup(val);
/ast/src/cmd/INIT/
H A Dregress.sh201 view if defined.]
1182 typeset i bwd file pwd view root offset
1205 for view in ${VIEWS[@]}
1206 do case $view in
1208 *) view=$pwd/$view ;;
1212 $view/*) offset=${pwd#$view} ;;
1213 *) offset=${bwd#$view} ;;
1217 if [[ -r $view
[all...]
H A Dmamake.c219 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...]
H A Dpackage.sh365 [+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...]
/ast/src/lib/libdss/
H A Dcxopen.c1062 if (top->view & CX_VIEW_callouts)
1066 if (top->view & CX_VIEW_constraints)
1070 if (top->view & CX_VIEW_edits)
1074 if (top->view & CX_VIEW_fields)
1078 if (top->view & CX_VIEW_maps)
1082 if (top->view & CX_VIEW_queries)
1086 if (top->view & CX_VIEW_recodes)
1090 if (top->view & CX_VIEW_types)
1094 if (top->view & CX_VIEW_variables)
1108 if (top->view
[all...]
H A Dcxlib.h54 int view; \
/ast/src/lib/libast/misc/
H A Dmime.c629 * 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 Dcdt.h149 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)
/ast/src/cmd/pax/
H A Dfile.c271 * 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)

Completed in 79 milliseconds

12