Lines Matching defs:X
145 # define shell_add_history(X) add_history(X) argument
146 # define shell_read_history(X) read_history(X) argument
147 # define shell_write_history(X) write_history(X) argument
148 # define shell_stifle_history(X) stifle_history(X) argument
149 # define shell_readline(X) readline(X) argument
154 # define shell_add_history(X) linenoiseHistoryAdd(X) argument
155 # define shell_read_history(X) linenoiseHistoryLoad(X) argument
156 # define shell_write_history(X) linenoiseHistorySave(X) argument
157 # define shell_stifle_history(X) linenoiseHistorySetMaxLen(X) argument
158 # define shell_readline(X) linenoise(X) argument
162 # define shell_read_history(X) argument
163 # define shell_write_history(X) argument
164 # define shell_stifle_history(X) argument
214 #define IsSpace(X) isspace((unsigned char)X) argument
215 #define IsDigit(X) isdigit((unsigned char)X) argument
216 #define ToLower(X) (char)tolower((unsigned char)X) argument
247 # define setBinaryMode(X,Y) argument
248 # define setTextMode(X,Y) argument
427 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) argument
1037 #define SQLITE_EXTENSION_INIT2(X) (void)(X) argument
1254 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) argument
1255 #define ShellSetFlag(P,X) ((P)->shellFlgs|=(X)) argument
1256 #define ShellClearFlag(P,X) ((P)->shellFlgs&=(~(X))) argument
4750 # define session_close_all(X,Y) argument