Searched defs:nlist (Results 1 – 3 of 3) sorted by relevance
105 typedef struct nlist struct107 struct nlist *next; argument108 uchar *name;109 int len;110 Tokenrow *vp; /* value as macro */111 Tokenrow *ap; /* list of argument names, if any */112 char val; /* value as preprocessor name */113 char flag; /* is defined, is pp name */114 uchar *loc; /* location of definition */
40 static Nlist *nlist[NLSIZE]; variable
440 std::list< Notifier* >& nlist = *( it->second.notifier ); in registerNotifier() local
Completed in 27 milliseconds