Searched refs:isnull (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dlibswigocaml.h10 extern oc_bool isnull( void *v );
/macosx-10.9.5/ruby-104/ruby/
H A Dregexec.c870 #define STACK_NULL_CHECK(isnull,id,s) do {\
877 (isnull) = (k->u.null_check.pstr == (s));\
884 #define STACK_NULL_CHECK_REC(isnull,id,s) do {\
893 (isnull) = (k->u.null_check.pstr == (s));\
905 #define STACK_NULL_CHECK_MEMST(isnull,id,s,reg) do {\
913 (isnull) = 0;\
918 (isnull) = 1;\
922 (isnull) = 0; break;\
929 (isnull) = 0; break;\
932 (isnull)
2518 int isnull; local
2553 int isnull; local
2575 int isnull; local
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dparse.c1569 int oecused = ecused, isnull = 1, r, argc = 0, p, isfunc = 0, sr = 0; local
1609 isnull = 0;
1635 isnull = 0;
1785 isnull = 0;
1789 isnull = 0;
1791 if (isnull && !(sr + nr)) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dstp.vim56 syn keyword stpFunction inttohex isnull lct_admin log log10 lower ltrim max
H A Dsplint.vim44 syn match splintStateAnnot contained "\(pre\|post\):\(only\|shared\|owned\|dependent\|observer\|exposed\|isnull\|notnull\)"
H A Dmysql.vim128 syn region mysqlOperator start="isnull(" end=")" contains=ALL
H A Dsqr.vim181 syn keyword sqrFunction isnull log log10 length lengthb lengthp
H A Dsqlanywhere.vim29 syn keyword sqlFunction count sum avg min max debug_eng isnull
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dnvtype.c1308 int isnull = nv_isnull(np); local
1353 if(isnull)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1290 "internallength" "intersect" "into" "invoker" "is" "isnull"
1477 "is_srvrolemember" "isdate" "isnull" "isnumeric" "left" "len" "log"
1570 "instr" "interval" "isnull" "last_insert_id" "lcase" "leading"
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c19530 int i, j, k, n, isnull; local
19535 isnull = escarg==0;
19536 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19541 needQuote = !isnull && xtype==etSQLESCAPE2;
[all...]

Completed in 506 milliseconds