Home
last modified time | relevance | path

Searched refs:optname (Results 1 – 23 of 23) sorted by relevance

/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A Dgrap.y34 %type <op> optname iterator name
152 | AT optname ticklist { setlist(); ticklist($2); }
167 FROM optname expr TO optname expr BY optop expr optstring
169 | FROM optname expr TO optname expr optstring
196 | AT optname ticklist { setlist(); gridlist($2); }
229 COORD optname coordlist { coord($2); }
230 | COORD optname { resetcoord($2); }
240 | X optname expr TO expr { coord_x(makepoint($2, $3, $5)); }
270 NEXT optname AT point optdesc { next($2, $4, $5); }
307 optname expr comma expr { $$ = makepoint($1, $2, $4); }
[all …]
H A DREADME16 ticks side inout at optname expr, expr, ...
30 grid side linedesc at optname expr, expr, ...
33 coord optname x min, max y min, max log x log y (x, y literal!)
36 default value of optname is current coordinate system
43 next optname at point linedesc
44 continues plot of data in optname to point;
46 draw optname linedesc "..."
49 new optname linedesc "..."
61 optname expr, expr
H A Dgrap.116 ticks side inout at optname expr, expr, ...
30 grid side linedesc at optname expr, expr, ...
33 coord optname x min, max y min, max log x log y (x, y literal!)
36 default value of optname is current coordinate system
43 next optname at point linedesc
44 continues plot of data in optname to point;
46 draw optname linedesc "..."
49 new optname linedesc "..."
61 optname expr, expr
/original-bsd/usr.bin/ex/
H A Dex_set.c19 char optname[ONMSZ]; variable
37 cp = optname; in set()
39 if (cp < &optname[ONMSZ - 2]) in set()
43 cp = optname; in set()
117 cp = optname; in set()
119 if (cp >= &optname[ONMSZ]) in set()
146 setterm(optname); in set()
148 CP(op->osvalue, optname); in set()
/original-bsd/sys/netiso/
H A Dtp_output.c338 tp_ctloutput(cmd, so, level, optname, mp) in tp_ctloutput() argument
339 int cmd, level, optname; in tp_ctloutput()
351 cmd, so, optname, mp);
356 so, cmd, optname, mp, mp?*mp:0, tpcb);
387 if (optname == SO_RCVBUF && cmd == PRCO_SETOPT) {
414 optname != TPOPT_DISC_DATA &&
415 optname != TPOPT_CFRM_DATA &&
416 optname != TPOPT_PERF_MEAS &&
417 optname != TPOPT_CDDATA_CLEAR ) ) {
430 (optname != TPOPT_DISC_DATA && optname != TPOPT_PSTATISTICS)) {
[all …]
H A Dclnp_raw.c158 rclnp_ctloutput(op, so, level, optname, m) in rclnp_ctloutput() argument
162 int optname; /* name of option */
170 op, level, optname);
185 switch (optname) {
224 switch (optname) {
H A Dtuba_usrreq.c276 tuba_ctloutput(op, so, level, optname, mp) in tuba_ctloutput() argument
279 int level, optname;
285 (op, so, level, optname, mp));
H A Diso.c802 iso_nlctloutput(cmd, optname, pcb, m) in iso_nlctloutput() argument
804 int optname; /* option of interest */
815 cmd, optname, pcb, m);
829 switch (optname) {
/original-bsd/sys/deprecated/bbnnet/
H A Dhmp.c408 hmp_ctloutput(req, so, level, optname, optval) in hmp_ctloutput() argument
411 int level, optname;
429 error = hmp_getopt(inp,optname,optval);
433 error = hmp_setopt(inp,optname,optval);
440 error = ip_ctloutput(req,so,level,optname,optval);
450 hmp_getopt(inp,optname,optval)
452 int optname; variable
457 switch (optname)
477 hmp_setopt(inp, optname, optval)
479 int optname; variable
[all …]
H A Dip_usrreq.c40 ip_ctloutput(req, so, level, optname, optval) in ip_ctloutput() argument
43 int level, optname;
57 return(ip_getopt(inp,optname,optval));
60 return(ip_setopt(inp,optname,optval));
H A Din.c258 in_ioctl(optname, optval) in in_ioctl() argument
259 int optname; in in_ioctl()
273 switch (optname)
283 return(arpioctl(optname,(caddr_t)optval));
298 switch (optname)
346 switch (optname)
401 return(((*ifp->if_ioctl)(ifp, optname, (caddr_t)optval)));
H A Drdp_usrreq.c657 rdp_ctloutput(req,so,level,optname,optval) in rdp_ctloutput() argument
660 int level, optname;
674 switch(optname)
677 error = rdp_getopt(inp, optname, optval);
681 error = rdp_setopt(inp, optname, optval);
688 error = ip_ctloutput(req,so,level,optname,optval);
H A Dtcp_usrreq.c656 tcp_ctloutput (req,so,level,optname,optval) in tcp_ctloutput() argument
659 int level, optname;
684 error = tcp_getopt (inp, optname, optval);
688 error = tcp_setopt (inp, optname, optval);
/original-bsd/sys/netinet/
H A Draw_ip.c148 rip_ctloutput(op, so, level, optname, m) in rip_ctloutput() argument
151 int level, optname;
163 switch (optname) {
193 error = ip_mrouter_cmd(optname, so, *m);
206 if (optname >= DVMRP_INIT) {
209 error = ip_mrouter_cmd(optname, so, *m);
223 return (ip_ctloutput(op, so, level, optname, m));
H A Dip_output.c455 int level, optname;
470 switch (optname) {
488 switch (optname) {
536 switch (optname) {
555 switch (optname) {
606 ip_pcbopts(optname, pcbopt, m) in ip_pcbopts() argument
607 int optname; in ip_pcbopts()
711 int optname; in ip_setmoptions()
742 switch (optname) {
950 int optname; in ip_getmoptions()
[all …]
H A Dtcp_usrreq.c323 tcp_ctloutput(op, so, level, optname, mp) in tcp_ctloutput() argument
326 int level, optname;
344 error = ip_ctloutput(op, so, level, optname, mp);
354 switch (optname) {
384 switch (optname) {
/original-bsd/sys/kern/
H A Duipc_socket.c802 sosetopt(so, level, optname, m0) in sosetopt() argument
804 int level, optname;
816 switch (optname) {
839 so->so_options |= optname;
841 so->so_options &= ~optname;
852 switch (optname) {
890 switch (optname) {
919 sogetopt(so, level, optname, mp) in sogetopt() argument
921 int level, optname;
936 switch (optname) {
[all …]
/original-bsd/sys/tests/netiso/
H A Dtisink.c334 setsockopt(s, level, optname, optval, optlen) in setsockopt() argument
335 int s, level, optname, optlen; in setsockopt()
340 s, level, optname, optlen);
342 return syscall(SYS_setsockopt, s, level, optname, optval, optlen);
/original-bsd/sys/netccitt/
H A Dpk_usrreq.c386 pk_ctloutput (cmd, so, level, optname, mp)
389 int cmd, level, optname; variable
397 if (cmd == PRCO_SETOPT) switch (optname) {
/original-bsd/sys/sys/
H A Dsocketvar.h213 int sogetopt __P((struct socket *so, int level, int optname,
231 int sosetopt __P((struct socket *so, int level, int optname,
/original-bsd/share/doc/smm/18.net/
H A Dspell.ok237 optname
/original-bsd/share/doc/psd/05.sysman/
H A Dspell.ok228 optname
/original-bsd/share/doc/psd/21.ipc/
H A Dspell.ok255 optname