HomeSort by relevance Sort by last modified time
    Searched defs:FN (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Preprocessor/
include-directive2.c 14 #define FN limits.h>
15 #include <FN
  /external/mksh/src/
emacsfn.h 3 #define FN(cname,sname,flags) static int x_##cname(int);
5 #define FN(cname,sname,flags) XFUNC_##cname,
8 #define FN(cname,sname,flags) { x_##cname, sname, flags },
12 #define F0 FN
16 FN(beg_hist, "beginning-of-history", 0)
17 FN(cls, "clear-screen", 0)
18 FN(comment, "comment", 0)
19 FN(comp_comm, "complete-command", 0)
20 FN(comp_file, "complete-file", 0)
21 FN(comp_list, "complete-list", 0
    [all...]
sh_flags.h 3 #define FN(sname,cname,ochar,flags) /* nothing */
5 #define FN(sname,cname,ochar,flags) cname,
8 #define FN(sname,cname,ochar,flags) { sname, ochar, flags },
12 #define F0 FN
26 FN("bgnice", FBGNICE, 0, OF_ANY)
30 FN("braceexpand", FBRACEEXPAND, 0, OF_ANY)
34 FN("emacs", FEMACS, 0, OF_ANY)
38 FN("errexit", FERREXIT, 'e', OF_ANY)
42 FN("gmacs", FGMACS, 0, OF_ANY)
46 FN("ignoreeof", FIGNOREEOF, 0, OF_ANY
    [all...]
var_spec.h 3 #define FN(name) /* nothing */
5 #define FN(name) V_##name,
9 #define FN(name) #name,
13 #define F0 FN
16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
22 FN(BASHPID)
23 FN(COLUMNS)
24 FN(EPOCHREALTIME)
26 FN(HISTFILE)
28 FN(HISTSIZE
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 109 #undef FN
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 667 StringRef FN = DIUnit.getFilename();
678 getOrCreateSourceID(FN, CompilationDir, NewCU->getUniqueID());
683 NewCU->addString(Die, dwarf::DW_AT_name, FN);
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 274 char* FN = NULL;
280 FN = N;
285 FN = strcat(tmp,N);
288 if(!IsParam(FN))
292 AddParam(FN,(char**)NULL);
296 AddParam(FN);
302 SetParamStr(FN,val);
307 SetParam(FN,val);
309 CommentParam(FN, pM->GetParamComment(N));
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 422 milliseconds