OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qq
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/next68k/stand/boot/
boot.c
65
volatile int
qq
;
variable in typeref:typename:volatile int
/src/games/hack/
hack.c
498
int
qq
;
local in function:pickup
499
for (
qq
= 1;
qq
< savequan;
qq
++) {
500
obj->quan =
qq
;
505
qq
--;
506
/* we can carry
qq
of them */
507
if (!
qq
)
510
(
qq
== 1) ? "one" : "some",
512
(void) splitobj(obj,
qq
);
[
all
...]
/src/usr.sbin/lpr/lpc/
cmds.c
942
struct queue **
qq
;
local in function:doarg
968
for (
qq
= queue + nitems; --
qq
>= queue; ) {
970
for (cp = (*
qq
)->q_name+3; isdigit((unsigned char)*cp); )
978
if (touch(*
qq
) == 0) {
979
printf("\tmoved %s\n", (*
qq
)->q_name);
988
for (
qq
= queue + nitems; --
qq
>= queue; ) {
990
fp = fopen((*
qq
)->q_name, "r");
1000
if (touch(*
qq
) == 0)
[
all
...]
/src/usr.bin/newsyslog/
newsyslog.c
368
char
qq
= toupper((unsigned char)*q);
local in function:parse_cfgline
369
switch (
qq
) {
387
if (*compress[ziptype].flag ==
qq
)
/src/sbin/nvmectl/
bignum.c
4707
mp_digit q,
qq
;
local in function:mp_cnt_lsb
4723
qq
= q & 15;
4724
/* LINTED previous op ensures range of
qq
*/
4725
x += lnz[
qq
];
4727
} while (
qq
== 0);
Completed in 43 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025