OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetAttr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
parse.c
256
GNodeType
targetAttr
; /* when used as a source */
810
GNodeType
targetAttr
;
819
targetAttr
= parseKeywords[keywd].
targetAttr
;
820
if (
targetAttr
!= OP_NONE) {
821
ApplyDependencyOperator(
targetAttr
);
879
ApplyDependencySourceOther(const char *src, GNodeType
targetAttr
,
887
if (
targetAttr
!= OP_NONE)
888
gn->type |=
targetAttr
;
901
ApplyDependencySource(GNodeType
targetAttr
, const char *src
[
all
...]
parse.c
256
GNodeType
targetAttr
; /* when used as a source */
810
GNodeType
targetAttr
;
819
targetAttr
= parseKeywords[keywd].
targetAttr
;
820
if (
targetAttr
!= OP_NONE) {
821
ApplyDependencyOperator(
targetAttr
);
879
ApplyDependencySourceOther(const char *src, GNodeType
targetAttr
,
887
if (
targetAttr
!= OP_NONE)
888
gn->type |=
targetAttr
;
901
ApplyDependencySource(GNodeType
targetAttr
, const char *src
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Oct 06 15:09:44 GMT 2025