Searched refs:funcstat (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c3145 int funcstat; local
3171 funcstat = (*func) (prmap, child_func, data);
3172 if (funcstat != 0)
3173 return funcstat;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c3118 int funcstat; local
3144 funcstat = (*func) (prmap, child_func, data);
3145 if (funcstat != 0)
3146 return funcstat;
/netbsd-current/external/mit/lua/dist/src/
H A Dlparser.c1796 static void funcstat (LexState *ls, int line) { function
1797 /* funcstat -> FUNCTION funcname body */
1889 case TK_FUNCTION: { /* stat -> funcstat */
1890 funcstat(ls, line);

Completed in 282 milliseconds