Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.h136 virtual void WinHelp(DWORD dwData, UINT nCmd);
H A DLeash.cpp1180 CLeashApp::WinHelp(DWORD dwData, UINT nCmd) in WinHelp() argument
1182 switch (nCmd) in WinHelp()
/freebsd/contrib/sqlite3/
H A Dshell.c34209 int nCmd = nArg - 1; in do_meta_command() local
34220 nCmd--; in do_meta_command()
34232 if( nCmd!=2 ) goto session_syntax_error; in do_meta_command()
34255 if( nCmd!=2 ) goto session_syntax_error; in do_meta_command()
34287 if( nCmd!=1 ) goto session_syntax_error; in do_meta_command()
34299 if( nCmd>2 ) goto session_syntax_error; in do_meta_command()
34300 ii = nCmd==1 ? -1 : booleanValue(azCmd[1]); in do_meta_command()
34314 if( nCmd<2 ) goto session_syntax_error; in do_meta_command()
34320 nByte = sizeof(pSession->azFilter[0])*(nCmd-1); in do_meta_command()
34323 for(ii=1; ii<nCmd; ii++){ in do_meta_command()
[all …]
H A Dsqlite3.c245325 int nCmd = (int)strlen(zCmd); local
245327 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){
245380 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){
245421 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){
245436 if( sqlite3_strnicmp("contentless_delete", zCmd, nCmd)==0 ){
245446 if( sqlite3_strnicmp("contentless_unindexed", zCmd, nCmd)==0 ){
245456 if( sqlite3_strnicmp("content_rowid", zCmd, nCmd)==0 ){
245466 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){
245476 if( sqlite3_strnicmp("locale", zCmd, nCmd)==0 ){
245486 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){
[all …]