Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c143 y = (double)exprreal(getlist(&np)); in f_atan2()
228 rp = getregexp(getlist(&np)); in dosub()
229 sub = exprstring(getlist(&np)); in dosub()
231 left = getlist(&np); in dosub()
269 text = exprstring(getlist(&np)); in f_match()
270 rp = getregexp(getlist(&np)); in f_match()
369 tnp = getlist(&np); in f_split()
373 sep = getlist(&np); in f_split()
486 str = exprstring(getlist(&np)); in f_substr()
491 x = (int)exprint(getlist(&np)); in f_substr()
[all …]
H A Dawk3.c1707 while ((formal = getlist(&formlist)) != NNULL) { in userfunc()
1713 actual = getlist(&actlist); in userfunc()
1776 formal = getlist(&formlist); in userfunc()
1803 while ((formal = getlist(&formlist)) != NNULL) { in userfunc()
1832 getlist(NODE **npp) in getlist() function
1908 initnp = getlist(&listp); in s_for()
1909 testnp = getlist(&listp); in s_for()
1910 incnp = getlist(&listp); in s_for()
2153 while ((index = getlist(&np)) != NNULL) { in makeindex()
H A Dawk2.c502 while ((np = getlist(&listp)) != NNULL) { in s_print()
699 fnp = getlist(&np); in xprintf()
880 if ((np = getlist(npp)) == NNULL) in nextarg()
H A Dawk.h318 NODE *getlist(NODE **npp);
H A Dawk1.c364 while ((formal = getlist(&np)) != NNULL) in uexit()
/illumos-gate/usr/src/ucbcmd/whereis/
H A Dwhereis.c117 void getlist(int *, char ***, char ***, int *);
153 getlist(&argc, &argv, &Sflag, &Scnt); in main()
157 getlist(&argc, &argv, &Bflag, &Bcnt); in main()
161 getlist(&argc, &argv, &Mflag, &Mcnt); in main()
195 getlist(int *argcp, char ***argvp, char ***flagp, int *cntp) in getlist() function
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c114 pf->printers = getlist(DFLT(FL_PRTRS), LP_WS, LP_SEP); in loadfilters()
116 list = getlist(DFLT(FL_PTYPS), LP_WS, LP_SEP); in loadfilters()
120 list = getlist(DFLT(FL_ITYPS), LP_WS, LP_SEP); in loadfilters()
124 list = getlist(DFLT(FL_OTYPS), LP_WS, LP_SEP); in loadfilters()
136 list = getlist(filt[FL_TMPS], "", LP_SEP); in loadfilters()
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c142 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
143 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP); in getprinter()
145 prp->modules = getlist(NAME_DEFAULT, LP_WS, LP_SEP); in getprinter()
183 if ((pp = getlist(p, LP_WS, ":"))) { in getprinter()
228 *ppp = getlist(p, LP_WS, LP_SEP); in getprinter()
342 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
H A Dputprinter.c400 printer_types = getlist( in putprinter()
/illumos-gate/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)))
/illumos-gate/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 \
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c614 p_remove = getlist(P, LP_WS, LP_SEP); in chkopts()
617 p_add = getlist(P, LP_WS, LP_SEP); in chkopts()
654 if ((pf = f_allow = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
672 if ((pf = f_deny = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
709 if (!(u_allow = getlist(str, LP_WS, LP_SEP))) in chkopts()
713 if (!(u_deny = getlist(str, LP_WS, LP_SEP))) in chkopts()
1033 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.c89 getlist(NAME_NONE, "", ","), p) == -1) { in do_printer()
112 getlist(NAME_NONE, "", ","), p) == -1) { in do_printer()
135 getlist(NAME_ALL, "", ","), p) == -1) { in do_printer()
/illumos-gate/usr/src/cmd/ypcmd/
H A DMakefile74 YPBINDOBJ= yp_b_svc.o yp_b_subr.o rpc_bootstrap.o getlist.o
79 COMMONOBJ= getlist.o yp_getalias.o
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c279 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
H A Dpickfilter.c121 modes = getlist(cp, "", LP_SEP); in pickfilter()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h421 char **getlist(char *, char *, char *);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfts.c372 getlist(register FTSENT** top, register FTSENT** bot, register FTSENT* root) in getlist() function
699 getlist(&top, &bot, root); in order()
1122 getlist(&fts->top, &fts->bot, fts->root); in fts_read()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c683 char **list = getlist(name, LP_WS, LP_SEP); in printer_query()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE778 misc/fts.c: add FTSENT.stack to eliminate getlist() recursion