Home
last modified time | relevance | path

Searched refs:getlist (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk4.c62 return (realnode(exp(exprreal(na==0 ? field0 : getlist(&np))))); in f_exp()
77 return (intnode(exprint(na==0 ? field0 : getlist(&np)))); in f_int()
92 return (realnode(log(exprreal(na==0 ? field0 : getlist(&np))))); in f_log()
107 return (realnode(sqrt(exprreal(na==0 ? field0 : getlist(&np))))); in f_sqrt()
119 return (realnode(sin(exprreal(getlist(&np))))); in f_sin()
131 return (realnode(cos(exprreal(getlist(&np))))); in f_cos()
145 y = (double)exprreal(getlist(&np)); in f_atan2()
146 x = (double)exprreal(getlist(&np)); in f_atan2()
166 seed = (uint)exprint(getlist(&np)); in f_srand()
230 rp = getregexp(getlist(&np)); in dosub()
[all …]
H A Dawk3.c1710 while ((formal = getlist(&formlist)) != NNULL) { in userfunc()
1716 actual = getlist(&actlist); in userfunc()
1779 formal = getlist(&formlist); in userfunc()
1806 while ((formal = getlist(&formlist)) != NNULL) { in userfunc()
1835 getlist(NODE **npp) in getlist() function
1911 initnp = getlist(&listp); in s_for()
1912 testnp = getlist(&listp); in s_for()
1913 incnp = getlist(&listp); in s_for()
2156 while ((index = getlist(&np)) != NNULL) { in makeindex()
H A Dawk2.c504 while ((np = getlist(&listp)) != NNULL) { in s_print()
701 fnp = getlist(&np); in xprintf()
882 if ((np = getlist(npp)) == NNULL) in nextarg()
H A Dawk.h320 NODE *getlist(NODE **npp);
H A Dawk1.c366 while ((formal = getlist(&np)) != NNULL) in uexit()
/titanic_44/usr/src/ucbcmd/whereis/
H A Dwhereis.c120 void getlist(int *, char ***, char ***, int *);
156 getlist(&argc, &argv, &Sflag, &Scnt); in main()
160 getlist(&argc, &argv, &Bflag, &Bcnt); in main()
164 getlist(&argc, &argv, &Mflag, &Mcnt); in main()
198 getlist(int *argcp, char ***argvp, char ***flagp, int *cntp) in getlist() function
/titanic_44/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c116 pf->printers = getlist(DFLT(FL_PRTRS), LP_WS, LP_SEP); in loadfilters()
118 list = getlist(DFLT(FL_PTYPS), LP_WS, LP_SEP); in loadfilters()
122 list = getlist(DFLT(FL_ITYPS), LP_WS, LP_SEP); in loadfilters()
126 list = getlist(DFLT(FL_OTYPS), LP_WS, LP_SEP); in loadfilters()
138 list = getlist(filt[FL_TMPS], "", LP_SEP); in loadfilters()
/titanic_44/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c144 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
145 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP); in getprinter()
147 prp->modules = getlist(NAME_DEFAULT, LP_WS, LP_SEP); in getprinter()
185 if ((pp = getlist(p, LP_WS, ":"))) { in getprinter()
230 *ppp = getlist(p, LP_WS, LP_SEP); in getprinter()
344 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
H A Dputprinter.c402 printer_types = getlist( in putprinter()
/titanic_44/usr/src/cmd/ypcmd/
H A DMakefile73 YPBINDOBJ= yp_b_svc.o yp_b_subr.o rpc_bootstrap.o getlist.o
78 COMMONOBJ= getlist.o yp_getalias.o
279 $(LINT.c) makedbm.c getlist.c yp_getalias.c
280 $(LINT.c) ypalias.c getlist.c yp_getalias.c
281 $(LINT.c) yp_b_svc.c yp_b_subr.c rpc_bootstrap.c getlist.c -lnsl
282 $(LINT.c) ypxfr.c ypxfrd_client.c ypxfrd_xdr.c getlist.c yp_getalias.c \
284 $(LINT.c) yppush.c getlist.c yp_getalias.c -lnsl
295 ypserv_net_secure.c getlist.c yp_getalias.c \
/titanic_44/usr/src/cmd/lp/cmd/
H A Dlpfilter.c343 flbuf.printer_types = getlist(p, LP_WS, LP_SEP);
346 flbuf.input_types = getlist(p, LP_WS, LP_SEP);
349 flbuf.output_types = getlist(p, LP_WS, LP_SEP);
352 flbuf.printers = getlist(p, LP_WS, LP_SEP);
358 temp = getlist(p, "", LP_SEP);
362 flbuf.templates = getlist(p, "", LP_SEP);
H A Dlpusers.c170 users = getlist(userlist, " \t", ","); in main()
H A Dlpforms.c547 if (!(u_allow = getlist(cp, LP_WS, LP_SEP)))
555 if (!(u_deny = getlist(cp, LP_WS, LP_SEP)))
/titanic_44/usr/src/cmd/lp/lib/lp/
H A Dgetlist.c56 getlist ( in getlist() function
62 getlist (str, ws, hardsep) in getlist()
H A DMakefile49 getlist.o \
H A Dllib-llp83 char ** getlist ( char * , char * , char * );
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c616 p_remove = getlist(P, LP_WS, LP_SEP); in chkopts()
619 p_add = getlist(P, LP_WS, LP_SEP); in chkopts()
656 if ((pf = f_allow = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
674 if ((pf = f_deny = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
711 if (!(u_allow = getlist(str, LP_WS, LP_SEP))) in chkopts()
715 if (!(u_deny = getlist(str, LP_WS, LP_SEP))) in chkopts()
1035 I = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
H A Doptions.c355 if (!(H = getlist(optarg, LP_WS, LP_SEP))) {
380 else if (!(I = getlist(optarg, LP_WS, LP_SEP))) {
462 if (!(S = getlist(optarg, LP_WS, LP_SEP))) {
513 if (!(T = getlist(optarg, LP_WS, LP_SEP))) {
H A Ddo_printer.c91 if (allow_form_printer(getlist(NAME_NONE, "", ","), p) == -1) { in do_printer()
113 if (add_paper_to_printer(getlist(NAME_NONE, "", ","),p) == -1) { in do_printer()
135 if (allow_user_printer(getlist(NAME_ALL, "", ","), p) == -1) { in do_printer()
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c270 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
H A Dpickfilter.c122 modes = getlist(cp, "", LP_SEP); in pickfilter()
/titanic_44/usr/src/cmd/lp/include/
H A Dlp.h419 char ** getlist ( char * , char * , char * );
/titanic_44/usr/src/lib/libast/common/misc/
H A Dfts.c372 getlist(register FTSENT** top, register FTSENT** bot, register FTSENT* root) in getlist() function
686 getlist(&top, &bot, root); in order()
1105 getlist(&fts->top, &fts->bot, fts->root); in fts_read()
/titanic_44/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c683 char **list = getlist(name, LP_WS, LP_SEP); in printer_query()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE590 misc/fts.c: add FTSENT.stack to eliminate getlist() recursion