OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:att1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/expat/dist/xmlwf/
xmlwf.c
181
attcmp(const void *
att1
, const void *att2) {
182
return tcscmp(*(const XML_Char *const *)
att1
, *(const XML_Char *const *)att2);
219
const XML_Char *
att1
= *(const XML_Char *const *)p1;
local
221
int sep1 = (tcsrchr(
att1
, NSSEP) != 0);
225
return tcscmp(
att1
, att2);
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h
687
Type *
att1
; // Save alias this type to detect recursion
member in class:UnaExp
702
Type *
att1
; // Save alias this type to detect recursion
member in class:BinExp
Completed in 43 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026