Searched refs:numlabels (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Diostat.c84 static int numlabels(int);
174 row = numlabels(row + 1);
180 numlabels(int row) function
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_slkrefr.c50 #define NumLabels InfoOf(SP_PARM).numlabels
H A Dlib_newterm.c55 #define NumLabels InfoOf(SP_PARM).numlabels
H A Dlib_slk.c54 #define NumLabels InfoOf(SP_PARM).numlabels
H A Dlib_set_term.c61 #define NumLabels InfoOf(sp).numlabels
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp852 StringLiteral **clobbers, unsigned numlabels,
856 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) {
847 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, unsigned numlabels, SourceLocation rparenloc) argument
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c862 TCB->info.numlabels = 0;
H A Dwin_driver.c1249 TCB->info.numlabels = 0;
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c742 TCB->info.numlabels = VALID_NUMERIC(num_labels) ? num_labels : 0;
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3274 StringLiteral **clobbers, unsigned numlabels,

Completed in 126 milliseconds