Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dmisc.c47 int olist[50]; /* processing range pairs */ variable
114 while ( *str && nolist < sizeof(olist) - 2 ) {
123 olist[nolist++] = start;
124 olist[nolist++] = stop;
130 olist[nolist] = 0;
163 if ( num >= olist[i] && num <= olist[i+1] )
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c97 int olist[20]; /* pairs of page numbers */ variable
204 olist[nolist++] = n1; in outlist()
205 olist[nolist++] = n2; in outlist()
209 olist[nolist] = 0; in outlist()
212 printf("%3d %3d\n", olist[i], olist[i+1]); in outlist()
225 if (n >= olist[i] && n <= olist[i+1]) in in_olist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h100 struct openlist *olist; member
108 #define sh_pushcontext(shp,bp,n)( (bp)->mode=(n) , (bp)->olist=0, \
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1033 char *str, *olist = 0, *nlist = (char *)list; in expand_paths() local
1157 if (olist) in expand_paths()
1158 free(olist); in expand_paths()
1159 nlist = olist = elist; in expand_paths()
1163 if (olist) in expand_paths()
1164 free(olist); in expand_paths()
/illumos-gate/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;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c79 int onumber, olist, (*OPline)(), (*OPutchar)(); local
1122 olist = value(vi_LIST);
1160 if (olist != value(vi_LIST))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c170 if(pp && pp->olist && pp->olist->strm == sfstdout) in sh_subtmpfile()
171 pp->olist->strm = 0; in sh_subtmpfile()
H A Dxec.c593 buffp->olist = pp->olist; in sh_eval()
663 static void free_list(struct openlist *olist) in free_list() argument
666 for(item=olist;item;item=next) in free_list()
1460 if(buffp->olist) in sh_exec()
1461 free_list(buffp->olist); in sh_exec()
1573 if(buffp->olist) in sh_exec()
1574 free_list(buffp->olist); in sh_exec()
1949 if(buffp->olist) in sh_exec()
1950 free_list(buffp->olist); in sh_exec()
4042 if(buffp->olist) in sh_ntfork()
[all …]
H A Dio.c2302 item->next = pp->olist; in sftrack()
2303 pp->olist = item; in sftrack()
2315 for(item=pp->olist; item; item=item->next) in sftrack()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtypes.sh399 typeset -T olist=(
402 olist foo
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c3003 struct fem_list *olist = list; in fem_push_node() local
3005 fem_addref(olist); in fem_push_node()
3007 list = femlist_create(olist->feml_ssize * 2); in fem_push_node()
3009 if (hd->femh_list == olist) { in fem_push_node()
3011 olist->feml_ssize) { in fem_push_node()
3027 fem_dup_list(olist, list); in fem_push_node()
3030 (void) fem_delref(olist); in fem_push_node()
3039 fem_release(olist); in fem_push_node()