OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arrt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c
2277
TWORD type,
arrt
;
local
2387
/* type = argumentets typ,
arrt
= prototypens typ */
2389
arrt
= al->type;
2391
if ((hasarray = ISARY(
arrt
)))
2392
arrt
+= (PTR-ARY);
2398
if (ISPTR(
arrt
) && ISARY(DECREF(
arrt
)))
2403
ISPTR(
arrt
) && ISARY(DECREF(
arrt
))) {
2409
if (type <= BTMASK &&
arrt
<= BTMASK)
[
all
...]
/src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c
2306
TWORD type,
arrt
;
local
2419
/* type = argumentets typ,
arrt
= prototypens typ */
2421
arrt
= al->type;
2423
if ((hasarray = ISARY(
arrt
)))
2424
arrt
+= (PTR-ARY);
2430
if (ISPTR(
arrt
) && ISARY(DECREF(
arrt
)))
2435
ISPTR(
arrt
) && ISARY(DECREF(
arrt
))) {
2441
if (type <= BTMASK &&
arrt
<= BTMASK)
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026