Home
last modified time | relevance | path

Searched refs:numlabels (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.bin/systat/
H A Diostat.c84 static int numlabels(int);
174 row = numlabels(row + 1); in labeliostat()
180 numlabels(int row) in numlabels() function
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp852 StringLiteral **clobbers, unsigned numlabels, in GCCAsmStmt() argument
856 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) { in GCCAsmStmt()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c862 TCB->info.numlabels = 0; in wcon_init()
H A Dwin_driver.c1249 TCB->info.numlabels = 0; in wcon_init()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c742 TCB->info.numlabels = VALID_NUMERIC(num_labels) ? num_labels : 0; in drv_init()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2522 int numlabels; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3274 StringLiteral **clobbers, unsigned numlabels,