Home
last modified time | relevance | path

Searched refs:olist (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A Dmisc.c49 int olist[50]; /* processing range pairs */ variable
116 while ( *str && nolist < sizeof(olist) - 2 ) {
125 olist[nolist++] = start;
126 olist[nolist++] = stop;
132 olist[nolist] = 0;
165 if ( num >= olist[i] && num <= olist[i+1] )
/titanic_41/usr/src/cmd/troff/troff.d/
H A Dta.c98 int olist[20]; /* pairs of page numbers */ variable
205 olist[nolist++] = n1;
206 olist[nolist++] = n2;
210 olist[nolist] = 0;
213 printf("%3d %3d\n", olist[i], olist[i+1]);
227 if (n >= olist[i] && n <= olist[i+1])
/titanic_41/usr/src/lib/libshell/common/include/
H A Dfault.h100 struct openlist *olist; member
108 #define sh_pushcontext(bp,n) ( (bp)->mode=(n) , (bp)->olist=0, \
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon_y.y318 static void build_action(olist) in build_action() argument
319 opt_t *olist; in build_action()
329 while ((o = olist) != NULL) {
342 olist = o->o_next;
446 olist = o->o_next;
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1032 char *str, *olist = 0, *nlist = (char *)list; in expand_paths() local
1156 if (olist) in expand_paths()
1157 free(olist); in expand_paths()
1158 nlist = olist = elist; in expand_paths()
1162 if (olist) in expand_paths()
1163 free(olist); in expand_paths()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c484 buff.olist = pp->olist; in sh_eval()
597 static void free_list(struct openlist *olist) in free_list() argument
600 for(item=olist;item;item=next) in free_list()
958 for(item=buff.olist;item;item=item->next) in sh_exec()
1019 for(item=buff.olist;item;item=item->next) in sh_exec()
1062 if(buff.olist) in sh_exec()
1063 free_list(buff.olist); in sh_exec()
1142 if(buff.olist) in sh_exec()
1143 free_list(buff.olist); in sh_exec()
1420 if(buff.olist) in sh_exec()
[all …]
H A Dsubshell.c176 if(pp && pp->olist && pp->olist->strm == sfstdout) in sh_subtmpfile()
177 pp->olist->strm = 0; in sh_subtmpfile()
H A Dio.c2008 item->next = pp->olist; in sftrack()
2009 pp->olist = item; in sftrack()
2021 for(item=pp->olist; item; item=item->next) in sftrack()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_vmain.c81 int onumber, olist, (*OPline)(), (*OPutchar)(); local
1125 olist = value(vi_LIST);
1163 if (olist != value(vi_LIST))
/titanic_41/usr/src/lib/libsasl/lib/
H A Dcommon.c2406 sasl_string_list_t *clist = NULL, *slist = NULL, *olist = NULL; in _sasl_build_mechlist() local
2424 olist = slist; in _sasl_build_mechlist()
2451 olist = clist; in _sasl_build_mechlist()
2454 if(!olist) { in _sasl_build_mechlist()
2463 for (p = olist; p; p = p->next) count++; in _sasl_build_mechlist()
2483 for (p = olist; p; p = p_next) { in _sasl_build_mechlist()
/titanic_41/usr/src/uts/common/fs/
H A Dfem.c2999 struct fem_list *olist = list; in fem_push_node() local
3001 fem_addref(olist); in fem_push_node()
3003 list = femlist_create(olist->feml_ssize * 2); in fem_push_node()
3005 if (hd->femh_list == olist) { in fem_push_node()
3007 olist->feml_ssize) { in fem_push_node()
3023 fem_dup_list(olist, list); in fem_push_node()
3026 (void) fem_delref(olist); in fem_push_node()
3035 fem_release(olist); in fem_push_node()