OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:olistcnt
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/join/
join.c
101
static u_long
olistcnt
; /* output field list count */
variable in typeref:typename:u_long
441
for (cnt = 0; cnt <
olistcnt
; ++cnt) {
463
for (cnt = 0; cnt <
olistcnt
; ++cnt)
526
if (
olistcnt
== olistalloc) {
532
olist[
olistcnt
].fileno = token[0] - '0';
533
olist[
olistcnt
].fieldno = fieldno - 1;
534
++
olistcnt
;
Completed in 11 milliseconds
Indexes created Mon Oct 27 17:09:47 GMT 2025