/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk4.c | 62 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 D | awk3.c | 1710 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 D | awk2.c | 504 while ((np = getlist(&listp)) != NNULL) { in s_print() 701 fnp = getlist(&np); in xprintf() 882 if ((np = getlist(npp)) == NNULL) in nextarg()
|
H A D | awk.h | 320 NODE *getlist(NODE **npp);
|
H A D | awk1.c | 366 while ((formal = getlist(&np)) != NNULL) in uexit()
|
/titanic_44/usr/src/ucbcmd/whereis/ |
H A D | whereis.c | 120 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 D | loadfilters.c | 116 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 D | getprinter.c | 144 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 D | putprinter.c | 402 printer_types = getlist( in putprinter()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | Makefile | 73 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 D | lpfilter.c | 343 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 D | lpusers.c | 170 users = getlist(userlist, " \t", ","); in main()
|
H A D | lpforms.c | 547 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 D | getlist.c | 56 getlist ( in getlist() function 62 getlist (str, ws, hardsep) in getlist()
|
H A D | Makefile | 49 getlist.o \
|
H A D | llib-llp | 83 char ** getlist ( char * , char * , char * );
|
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 616 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 D | options.c | 355 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 D | do_printer.c | 91 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 D | ports.c | 270 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
|
H A D | pickfilter.c | 122 modes = getlist(cp, "", LP_SEP); in pickfilter()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | lp.h | 419 char ** getlist ( char * , char * , char * );
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 372 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 D | lpstat.c | 683 char **list = getlist(name, LP_WS, LP_SEP); in printer_query()
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 590 misc/fts.c: add FTSENT.stack to eliminate getlist() recursion
|