Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1013 } aUWidth[] = { variable
1096 iLast = sizeof(aUWidth)/sizeof(aUWidth[0]) - 1; in cli_wcwidth()
1099 int cMid = aUWidth[iMid].iFirst; in cli_wcwidth()
1105 return aUWidth[iMid].w; in cli_wcwidth()
1108 if( aUWidth[iLast].iFirst > c ) return aUWidth[iFirst].w; in cli_wcwidth()
1109 return aUWidth[iLast].w; in cli_wcwidth()