Home
last modified time | relevance | path

Searched refs:nWS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Deapol_test.sgml21 <arg>-nWS</arg>
/freebsd/contrib/sqlite3/
H A Dshell.c2390 int nWS /* Whitespace for horizonal alignment */ in qrfPrintAligned() argument
2396 sqlite3_str_appendchar(pOut, nWS/2, ' '); in qrfPrintAligned()
2398 sqlite3_str_appendchar(pOut, nWS - nWS/2, ' '); in qrfPrintAligned()
2401 sqlite3_str_appendchar(pOut, nWS, ' '); in qrfPrintAligned()
2406 sqlite3_str_appendchar(pOut, nWS, ' '); in qrfPrintAligned()
3047 int nWS; in qrfColumnar() local
3049 nWS = data.a[j].w - nWide; in qrfColumnar()
3050 qrfPrintAligned(p->pOut, &data.a[j], nThis, nWS); in qrfColumnar()