OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nparams
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/tput/
tput.c
149
int i,
nparams
, piss[TPARM_MAX];
local in function:process
156
nparams
= _ti_parm_analyse(str, piss, TPARM_MAX);
161
for (i = 0; i <
nparams
; i++) {
163
errx(2, errfew,
nparams
, cap);
181
#define p(i) (i <=
nparams
? \
/src/sbin/wsconsctl/
mouse.c
128
pl.
nparams
= 0;
132
params[pl.
nparams
++].key = WSMOUSECFG_REVERSE_SCROLLING;
134
params[pl.
nparams
++].key = WSMOUSECFG_HORIZSCROLLDIST;
136
params[pl.
nparams
++].key = WSMOUSECFG_VERTSCROLLDIST;
148
for (i = 0; i < pl.
nparams
; ++i) {
277
pl.
nparams
= 0;
281
params[pl.
nparams
].key = WSMOUSECFG_REVERSE_SCROLLING;
282
params[pl.
nparams
++].value = reverse_scrolling;
286
params[pl.
nparams
].key = WSMOUSECFG_HORIZSCROLLDIST;
287
params[pl.
nparams
++].value = horiz_scroll_dist
[
all
...]
/src/share/examples/puffs/pgfs/
pgfs_db.c
215
unsigned int
nparams
;
member in struct:cmd
234
c->
nparams
= 0;
238
c->
nparams
++;
241
c->paramtypes = emalloc(c->
nparams
* sizeof(*c->paramtypes));
242
for (i = 0; i < c->
nparams
; i++) {
322
ret = PQsendPrepare(conn, c->name, c->cmd, c->
nparams
, c->paramtypes);
359
paramvalues = emalloc(c->
nparams
* sizeof(*paramvalues));
363
for (i = 0; i < c->
nparams
; i++) {
413
emalloc(c->
nparams
* sizeof(*paramformats));
417
c->
nparams
* sizeof(*paramformats))
[
all
...]
/src/sys/dev/wscons/
wsmouse.c
617
struct wsmouse_param *buf, size_t
nparams
)
621
for (i = 0; i <
nparams
; ++i) {
639
struct wsmouse_param *buf, size_t
nparams
)
643
for (i = 0; i <
nparams
; ++i) {
667
if (upl->params == NULL || upl->
nparams
> WSMOUSECFG_MAX)
669
if (upl->
nparams
== 0)
672
len = upl->
nparams
* sizeof(struct wsmouse_param);
681
error = wsmouse_set_params(sc, buf, upl->
nparams
);
685
error = wsmouse_get_params(sc, buf, upl->
nparams
);
wsconsio.h
288
unsigned int
nparams
;
member in struct:wsmouse_parameters
Completed in 14 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025