HomeSort by relevance Sort by last modified time
    Searched refs:nfunc (Results 1 - 6 of 6) sorted by null

  /external/libedit/src/
map.h 60 int nfunc; /* The number of functions/help items */ member in struct:el_map_t
map.c 925 el->el_map.nfunc = EL_NUM_FCNS;
    [all...]
read.c 600 if ((unsigned int)cmdnum >= (unsigned int)el->el_map.nfunc) { /* BUG CHECK command */
  /frameworks/native/opengl/tools/glgen/src/
GenerateEGL.java 60 String nfunc; local
61 while ((nfunc = br.readLine()) != null) {
62 emitter.addNativeRegistration(nfunc);
GenerateGLES.java 59 String nfunc; local
60 while ((nfunc = br.readLine()) != null) {
61 emitter.addNativeRegistration(nfunc);
GenerateGL.java 63 String nfunc; local
64 while ((nfunc = br.readLine()) != null) {
65 emitter.addNativeRegistration(nfunc);

Completed in 711 milliseconds