OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ai1
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint2/
chk.c
454
arginf_t *ai, *
ai1
;
local in function:chkau
532
ai1
= call1 != NULL ? call1->f_args : NULL;
535
* if two calls are compared,
ai1
is set to the
539
for ( ;
ai1
!= NULL;
ai1
=
ai1
->a_next) {
540
if (
ai1
->a_num == n)
553
if (
ai1
== NULL && ai == NULL) {
557
} else if (
ai1
== NULL || ai == NULL) {
560
ai =
ai1
;
[
all
...]
chk.c
454
arginf_t *ai, *
ai1
;
local in function:chkau
532
ai1
= call1 != NULL ? call1->f_args : NULL;
535
* if two calls are compared,
ai1
is set to the
539
for ( ;
ai1
!= NULL;
ai1
=
ai1
->a_next) {
540
if (
ai1
->a_num == n)
553
if (
ai1
== NULL && ai == NULL) {
557
} else if (
ai1
== NULL || ai == NULL) {
560
ai =
ai1
;
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025