Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/systat/
H A Diostat.c87 static int numlabels(int);
177 row = numlabels(row + 1); in labeliostat()
183 numlabels(int row) in numlabels() function
/freebsd-14.2/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.c64 #define NumLabels InfoOf(sp).numlabels
/freebsd-14.2/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-14.2/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c742 TCB->info.numlabels = VALID_NUMERIC(num_labels) ? num_labels : 0; in drv_init()
/freebsd-14.2/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c862 TCB->info.numlabels = 0; in wcon_init()
H A Dwin_driver.c1259 TCB->info.numlabels = 0; in wcon_init()
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dcurses.priv.h2384 int numlabels; member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3274 StringLiteral **clobbers, unsigned numlabels,