Searched refs:olist (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | misc.c | 47 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 D | ta.c | 97 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 D | fault.h | 100 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 D | paths.c | 1033 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 D | ipmon_y.y | 318 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 D | ex_vmain.c | 79 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 D | xec.c | 593 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() 1353 for(item=buffp->olist;item;item=item->next) in sh_exec() 1413 for(item=buffp->olist;item;item=item->next) in sh_exec() 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() [all …]
|
H A D | subshell.c | 170 if(pp && pp->olist && pp->olist->strm == sfstdout) in sh_subtmpfile() 171 pp->olist->strm = 0; in sh_subtmpfile()
|
H A D | io.c | 2302 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 D | types.sh | 399 typeset -T olist=( 402 olist foo
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | common.c | 2406 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 D | fem.c | 3047 struct fem_list *olist = list; in fem_push_node() local 3049 fem_addref(olist); in fem_push_node() 3051 list = femlist_create(olist->feml_ssize * 2); in fem_push_node() 3053 if (hd->femh_list == olist) { in fem_push_node() 3055 olist->feml_ssize) { in fem_push_node() 3071 fem_dup_list(olist, list); in fem_push_node() 3074 (void) fem_delref(olist); in fem_push_node() 3083 fem_release(olist); in fem_push_node()
|